2024-01-19T15:32:13.296 INFO:root:teuthology version: 0.0.1.dev249+gcd45576 2024-01-19T15:32:13.296 DEBUG:teuthology.run:Teuthology command: teuthology --name lflores-2024-01-18_22:46:57-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi --archive /home/teuthworker/archive/lflores-2024-01-18_22:46:57-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7521592 --owner scheduled_lflores@teuthology --verbose --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/lflores-2024-01-18_22:46:57-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7521592/orig.config.yaml 2024-01-19T15:32:13.331 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-19T15:32:13.411 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/lflores-2024-01-18_22:46:57-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7521592 branch: wip-yuri10-testing-2024-01-17-0759-pacific description: rados/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} email: null first_in_suite: false job_id: '7521592' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: lflores-2024-01-18_22:46:57-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-yuri10-testing-2024-01-17-0759-pacific ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: osd default pool size: 2 install: ceph: flavor: default sha1: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri10-testing-2024-01-17-0759-pacific sha1: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 owner: scheduled_lflores@teuthology priority: 75 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 2168 sha1: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri10-testing-2024-01-17-0759-pacific suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 targets: smithi031.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPhzc1qOfGKNKngVibVxH6CbsxLiIWi59PowDAKTnsJrx6WB/p/a8pHe2wa54nk5kkmMTW//pjtgPitnS9wGCSY= smithi089.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLBKlzDG29UbGbl33b9OwAEjXALo7YY++BJflv64Z73uv6a37aB3EiDeL+CDeM6Q123rINicvpgqXGAjGoL8o6I= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - ceph nfs cluster create foo --ingress --virtual-ip {{VIP0}}/{{VIPPREFIXLEN}} --port 2999 - ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/fake /mnt/foo -o port=2999 - echo test > /mnt/foo/testfile - sync - cephadm.shell: host.a: - "echo \"Check with each haproxy down in turn...\"\nfor haproxy in `ceph orch\ \ ps | grep ^haproxy.nfs.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $haproxy\n while ! ceph orch ps | grep $haproxy | grep stopped; do sleep\ \ 1 ; done\n cat /mnt/foo/testfile\n echo $haproxy > /mnt/foo/testfile\n \ \ sync\n ceph orch daemon start $haproxy\n while ! ceph orch ps | grep $haproxy\ \ | grep running; do sleep 1 ; done\ndone\n" volumes: - /mnt/foo:/mnt/foo - vip.exec: all-hosts: - "echo \"Check with $(hostname) ganesha(s) down...\"\nfor c in `systemctl | grep\ \ ceph- | grep @nfs | awk '{print $1}'`; do\n cid=`echo $c | sed 's/@/-/'`\n\ \ id=`echo $c | cut -d @ -f 2 | sed 's/.service$//'`\n fsid=`echo $c |\ \ cut -d @ -f 1 | cut -d - -f 2-`\n echo \"Removing daemon $id fsid $fsid...\"\ \n sudo $TESTDIR/cephadm rm-daemon --fsid $fsid --name $id\n\n echo \"\ Waking up cephadm...\"\n sudo $TESTDIR/cephadm shell -- ceph orch ps --refresh\n\ \n while ! timeout 1 cat /mnt/foo/testfile ; do true ; done\n echo \"\ Mount is back!\"\ndone\n" - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: cd45576300487d997e5a85abed65500b9f5d143b timestamp: 2024-01-18_22:46:57 tube: smithi user: lflores verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-01-19T15:32:13.411 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa; will attempt to use it 2024-01-19T15:32:13.412 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa/tasks 2024-01-19T15:32:13.412 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-01-19T15:32:13.414 INFO:teuthology.task.internal:Checking packages... 2024-01-19T15:32:13.439 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0' 2024-01-19T15:32:13.439 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-01-19T15:32:13.439 INFO:teuthology.packaging:ref: None 2024-01-19T15:32:13.440 INFO:teuthology.packaging:tag: None 2024-01-19T15:32:13.440 INFO:teuthology.packaging:branch: wip-yuri10-testing-2024-01-17-0759-pacific 2024-01-19T15:32:13.440 INFO:teuthology.packaging:sha1: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 2024-01-19T15:32:13.440 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri10-testing-2024-01-17-0759-pacific 2024-01-19T15:32:13.700 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-454.g491b5e13 2024-01-19T15:32:13.702 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-01-19T15:32:13.711 INFO:teuthology.task.internal:no buildpackages task found 2024-01-19T15:32:13.711 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-01-19T15:32:13.720 INFO:teuthology.task.internal:Saving configuration 2024-01-19T15:32:13.733 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-01-19T15:32:13.747 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-19T15:32:13.771 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi031.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/lflores-2024-01-18_22:46:57-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7521592', '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-19 15:27:08.495225', 'locked_by': 'scheduled_lflores@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPhzc1qOfGKNKngVibVxH6CbsxLiIWi59PowDAKTnsJrx6WB/p/a8pHe2wa54nk5kkmMTW//pjtgPitnS9wGCSY='} 2024-01-19T15:32:13.789 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi089.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/lflores-2024-01-18_22:46:57-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7521592', '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-19 15:27:08.496577', 'locked_by': 'scheduled_lflores@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLBKlzDG29UbGbl33b9OwAEjXALo7YY++BJflv64Z73uv6a37aB3EiDeL+CDeM6Q123rINicvpgqXGAjGoL8o6I='} 2024-01-19T15:32:13.789 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-01-19T15:32:13.796 INFO:teuthology.task.internal:roles: ubuntu@smithi031.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-01-19T15:32:13.796 INFO:teuthology.task.internal:roles: ubuntu@smithi089.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-01-19T15:32:13.796 INFO:teuthology.run_tasks:Running task console_log... 2024-01-19T15:32:13.865 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f70627beee0>, signals=[15]) 2024-01-19T15:32:13.866 INFO:teuthology.run_tasks:Running task internal.connect... 2024-01-19T15:32:13.873 INFO:teuthology.task.internal:Opening connections... 2024-01-19T15:32:13.873 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi031.front.sepia.ceph.com 2024-01-19T15:32:13.875 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-19T15:32:13.957 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi089.front.sepia.ceph.com 2024-01-19T15:32:13.958 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-19T15:32:14.029 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-01-19T15:32:14.037 DEBUG:teuthology.orchestra.run.smithi031:> uname -m 2024-01-19T15:32:14.060 INFO:teuthology.orchestra.run.smithi031.stdout:x86_64 2024-01-19T15:32:14.061 DEBUG:teuthology.orchestra.run.smithi031:> cat /etc/os-release 2024-01-19T15:32:14.122 INFO:teuthology.orchestra.run.smithi031.stdout:NAME="CentOS Stream" 2024-01-19T15:32:14.122 INFO:teuthology.orchestra.run.smithi031.stdout:VERSION="8" 2024-01-19T15:32:14.122 INFO:teuthology.orchestra.run.smithi031.stdout:ID="centos" 2024-01-19T15:32:14.122 INFO:teuthology.orchestra.run.smithi031.stdout:ID_LIKE="rhel fedora" 2024-01-19T15:32:14.122 INFO:teuthology.orchestra.run.smithi031.stdout:VERSION_ID="8" 2024-01-19T15:32:14.122 INFO:teuthology.orchestra.run.smithi031.stdout:PLATFORM_ID="platform:el8" 2024-01-19T15:32:14.122 INFO:teuthology.orchestra.run.smithi031.stdout:PRETTY_NAME="CentOS Stream 8" 2024-01-19T15:32:14.122 INFO:teuthology.orchestra.run.smithi031.stdout:ANSI_COLOR="0;31" 2024-01-19T15:32:14.123 INFO:teuthology.orchestra.run.smithi031.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-01-19T15:32:14.123 INFO:teuthology.orchestra.run.smithi031.stdout:HOME_URL="https://centos.org/" 2024-01-19T15:32:14.123 INFO:teuthology.orchestra.run.smithi031.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-19T15:32:14.123 INFO:teuthology.orchestra.run.smithi031.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-19T15:32:14.123 INFO:teuthology.orchestra.run.smithi031.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-01-19T15:32:14.123 INFO:teuthology.lock.ops:Updating smithi031.front.sepia.ceph.com on lock server 2024-01-19T15:32:14.145 DEBUG:teuthology.orchestra.run.smithi089:> uname -m 2024-01-19T15:32:14.167 INFO:teuthology.orchestra.run.smithi089.stdout:x86_64 2024-01-19T15:32:14.167 DEBUG:teuthology.orchestra.run.smithi089:> cat /etc/os-release 2024-01-19T15:32:14.228 INFO:teuthology.orchestra.run.smithi089.stdout:NAME="CentOS Stream" 2024-01-19T15:32:14.228 INFO:teuthology.orchestra.run.smithi089.stdout:VERSION="8" 2024-01-19T15:32:14.228 INFO:teuthology.orchestra.run.smithi089.stdout:ID="centos" 2024-01-19T15:32:14.229 INFO:teuthology.orchestra.run.smithi089.stdout:ID_LIKE="rhel fedora" 2024-01-19T15:32:14.229 INFO:teuthology.orchestra.run.smithi089.stdout:VERSION_ID="8" 2024-01-19T15:32:14.229 INFO:teuthology.orchestra.run.smithi089.stdout:PLATFORM_ID="platform:el8" 2024-01-19T15:32:14.229 INFO:teuthology.orchestra.run.smithi089.stdout:PRETTY_NAME="CentOS Stream 8" 2024-01-19T15:32:14.229 INFO:teuthology.orchestra.run.smithi089.stdout:ANSI_COLOR="0;31" 2024-01-19T15:32:14.229 INFO:teuthology.orchestra.run.smithi089.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-01-19T15:32:14.229 INFO:teuthology.orchestra.run.smithi089.stdout:HOME_URL="https://centos.org/" 2024-01-19T15:32:14.229 INFO:teuthology.orchestra.run.smithi089.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-19T15:32:14.229 INFO:teuthology.orchestra.run.smithi089.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-19T15:32:14.229 INFO:teuthology.orchestra.run.smithi089.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-01-19T15:32:14.229 INFO:teuthology.lock.ops:Updating smithi089.front.sepia.ceph.com on lock server 2024-01-19T15:32:14.253 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-01-19T15:32:14.264 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-01-19T15:32:14.270 INFO:teuthology.task.internal:Checking for old test directory... 2024-01-19T15:32:14.271 DEBUG:teuthology.orchestra.run.smithi031:> test '!' -e /home/ubuntu/cephtest 2024-01-19T15:32:14.273 DEBUG:teuthology.orchestra.run.smithi089:> test '!' -e /home/ubuntu/cephtest 2024-01-19T15:32:14.293 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-01-19T15:32:14.301 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-01-19T15:32:14.301 DEBUG:teuthology.orchestra.run.smithi031:> test -z $(ls -A /var/lib/ceph) 2024-01-19T15:32:14.334 DEBUG:teuthology.orchestra.run.smithi089:> test -z $(ls -A /var/lib/ceph) 2024-01-19T15:32:14.365 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-01-19T15:32:14.425 INFO:teuthology.run_tasks:Running task kernel... 2024-01-19T15:32:14.441 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-01-19T15:32:14.441 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-01-19T15:32:14.442 DEBUG:teuthology.orchestra.run.smithi031:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-19T15:32:14.442 DEBUG:teuthology.orchestra.run.smithi089:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-19T15:32:14.461 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-19T15:32:14.462 DEBUG:teuthology.orchestra.run.smithi089:> uname -r 2024-01-19T15:32:14.463 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-19T15:32:14.464 DEBUG:teuthology.orchestra.run.smithi031:> uname -r 2024-01-19T15:32:14.521 INFO:teuthology.orchestra.run.smithi089.stdout:4.18.0-489.el8.x86_64 2024-01-19T15:32:14.521 INFO:teuthology.task.kernel:Running kernel on smithi089: 4.18.0-489.el8.x86_64 2024-01-19T15:32:14.521 DEBUG:teuthology.orchestra.run.smithi089:> sudo yum install -y kernel 2024-01-19T15:32:14.528 INFO:teuthology.orchestra.run.smithi031.stdout:4.18.0-489.el8.x86_64 2024-01-19T15:32:14.528 INFO:teuthology.task.kernel:Running kernel on smithi031: 4.18.0-489.el8.x86_64 2024-01-19T15:32:14.529 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum install -y kernel 2024-01-19T15:32:17.906 INFO:teuthology.orchestra.run.smithi031.stdout:CentOS Stream 8 - AppStream 29 MB/s | 26 MB 00:00 2024-01-19T15:32:17.970 INFO:teuthology.orchestra.run.smithi089.stdout:CentOS Stream 8 - AppStream 29 MB/s | 26 MB 00:00 2024-01-19T15:32:24.337 INFO:teuthology.orchestra.run.smithi089.stdout:CentOS Stream 8 - BaseOS 6.0 MB/s | 10 MB 00:01 2024-01-19T15:32:24.772 INFO:teuthology.orchestra.run.smithi031.stdout:CentOS Stream 8 - BaseOS 5.8 MB/s | 10 MB 00:01 2024-01-19T15:32:26.229 INFO:teuthology.orchestra.run.smithi089.stdout:CentOS Stream 8 - Extras 61 kB/s | 18 kB 00:00 2024-01-19T15:32:26.815 INFO:teuthology.orchestra.run.smithi031.stdout:CentOS Stream 8 - Extras 56 kB/s | 18 kB 00:00 2024-01-19T15:32:26.829 INFO:teuthology.orchestra.run.smithi089.stdout:CentOS Stream 8 - Extras common packages 14 kB/s | 6.9 kB 00:00 2024-01-19T15:32:27.065 INFO:teuthology.orchestra.run.smithi089.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2024-01-19T15:32:27.373 INFO:teuthology.orchestra.run.smithi031.stdout:CentOS Stream 8 - Extras common packages 16 kB/s | 6.9 kB 00:00 2024-01-19T15:32:27.600 INFO:teuthology.orchestra.run.smithi031.stdout:Copr repo for python3-asyncssh owned by ceph 27 kB/s | 3.5 kB 00:00 2024-01-19T15:32:28.367 INFO:teuthology.orchestra.run.smithi089.stdout:Extra Packages for Enterprise Linux 13 MB/s | 16 MB 00:01 2024-01-19T15:32:29.695 INFO:teuthology.orchestra.run.smithi031.stdout:Extra Packages for Enterprise Linux 8.1 MB/s | 16 MB 00:01 2024-01-19T15:32:32.157 INFO:teuthology.orchestra.run.smithi089.stdout:lab-extras 338 kB/s | 24 kB 00:00 2024-01-19T15:32:33.633 INFO:teuthology.orchestra.run.smithi031.stdout:lab-extras 460 kB/s | 24 kB 00:00 2024-01-19T15:32:35.037 INFO:teuthology.orchestra.run.smithi089.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-01-19T15:32:35.038 INFO:teuthology.orchestra.run.smithi089.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-01-19T15:32:35.175 INFO:teuthology.orchestra.run.smithi089.stdout:Dependencies resolved. 2024-01-19T15:32:35.176 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-01-19T15:32:35.177 INFO:teuthology.orchestra.run.smithi089.stdout: Package Architecture Version Repository Size 2024-01-19T15:32:35.179 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-01-19T15:32:35.179 INFO:teuthology.orchestra.run.smithi089.stdout:Installing: 2024-01-19T15:32:35.179 INFO:teuthology.orchestra.run.smithi089.stdout: kernel x86_64 4.18.0-535.el8 baseos 10 M 2024-01-19T15:32:35.179 INFO:teuthology.orchestra.run.smithi089.stdout:Installing dependencies: 2024-01-19T15:32:35.179 INFO:teuthology.orchestra.run.smithi089.stdout: kernel-core x86_64 4.18.0-535.el8 baseos 43 M 2024-01-19T15:32:35.179 INFO:teuthology.orchestra.run.smithi089.stdout: kernel-modules x86_64 4.18.0-535.el8 baseos 36 M 2024-01-19T15:32:35.180 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-19T15:32:35.180 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction Summary 2024-01-19T15:32:35.180 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-01-19T15:32:35.180 INFO:teuthology.orchestra.run.smithi089.stdout:Install 3 Packages 2024-01-19T15:32:35.180 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-19T15:32:35.180 INFO:teuthology.orchestra.run.smithi089.stdout:Total download size: 89 M 2024-01-19T15:32:35.180 INFO:teuthology.orchestra.run.smithi089.stdout:Installed size: 96 M 2024-01-19T15:32:35.180 INFO:teuthology.orchestra.run.smithi089.stdout:Downloading Packages: 2024-01-19T15:32:36.805 INFO:teuthology.orchestra.run.smithi031.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-01-19T15:32:36.806 INFO:teuthology.orchestra.run.smithi031.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-01-19T15:32:36.939 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-01-19T15:32:36.940 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-01-19T15:32:36.940 INFO:teuthology.orchestra.run.smithi031.stdout: Package Architecture Version Repository Size 2024-01-19T15:32:36.940 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-01-19T15:32:36.940 INFO:teuthology.orchestra.run.smithi031.stdout:Installing: 2024-01-19T15:32:36.940 INFO:teuthology.orchestra.run.smithi031.stdout: kernel x86_64 4.18.0-535.el8 baseos 10 M 2024-01-19T15:32:36.940 INFO:teuthology.orchestra.run.smithi031.stdout:Installing dependencies: 2024-01-19T15:32:36.941 INFO:teuthology.orchestra.run.smithi031.stdout: kernel-core x86_64 4.18.0-535.el8 baseos 43 M 2024-01-19T15:32:36.941 INFO:teuthology.orchestra.run.smithi031.stdout: kernel-modules x86_64 4.18.0-535.el8 baseos 36 M 2024-01-19T15:32:36.941 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:32:36.941 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction Summary 2024-01-19T15:32:36.941 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-01-19T15:32:36.941 INFO:teuthology.orchestra.run.smithi031.stdout:Install 3 Packages 2024-01-19T15:32:36.941 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:32:36.942 INFO:teuthology.orchestra.run.smithi031.stdout:Total download size: 89 M 2024-01-19T15:32:36.942 INFO:teuthology.orchestra.run.smithi031.stdout:Installed size: 96 M 2024-01-19T15:32:36.942 INFO:teuthology.orchestra.run.smithi031.stdout:Downloading Packages: 2024-01-19T15:32:37.008 INFO:teuthology.orchestra.run.smithi089.stdout:(1/3): kernel-4.18.0-535.el8.x86_64.rpm 6.4 MB/s | 10 MB 00:01 2024-01-19T15:32:38.008 INFO:teuthology.orchestra.run.smithi089.stdout:(2/3): kernel-modules-4.18.0-535.el8.x86_64.rpm 14 MB/s | 36 MB 00:02 2024-01-19T15:32:38.420 INFO:teuthology.orchestra.run.smithi031.stdout:(1/3): kernel-4.18.0-535.el8.x86_64.rpm 7.2 MB/s | 10 MB 00:01 2024-01-19T15:32:38.668 INFO:teuthology.orchestra.run.smithi089.stdout:(3/3): kernel-core-4.18.0-535.el8.x86_64.rpm 13 MB/s | 43 MB 00:03 2024-01-19T15:32:38.668 INFO:teuthology.orchestra.run.smithi089.stdout:-------------------------------------------------------------------------------- 2024-01-19T15:32:38.668 INFO:teuthology.orchestra.run.smithi089.stdout:Total 26 MB/s | 89 MB 00:03 2024-01-19T15:32:39.346 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction check 2024-01-19T15:32:39.435 INFO:teuthology.orchestra.run.smithi031.stdout:(2/3): kernel-modules-4.18.0-535.el8.x86_64.rpm 15 MB/s | 36 MB 00:02 2024-01-19T15:32:39.788 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction check succeeded. 2024-01-19T15:32:39.788 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction test 2024-01-19T15:32:40.143 INFO:teuthology.orchestra.run.smithi031.stdout:(3/3): kernel-core-4.18.0-535.el8.x86_64.rpm 14 MB/s | 43 MB 00:03 2024-01-19T15:32:40.144 INFO:teuthology.orchestra.run.smithi031.stdout:-------------------------------------------------------------------------------- 2024-01-19T15:32:40.144 INFO:teuthology.orchestra.run.smithi031.stdout:Total 28 MB/s | 89 MB 00:03 2024-01-19T15:32:40.855 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction check 2024-01-19T15:32:41.031 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction test succeeded. 2024-01-19T15:32:41.047 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction 2024-01-19T15:32:41.282 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction check succeeded. 2024-01-19T15:32:41.283 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction test 2024-01-19T15:32:42.603 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction test succeeded. 2024-01-19T15:32:42.618 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction 2024-01-19T15:32:43.762 INFO:teuthology.orchestra.run.smithi089.stdout: Preparing : 1/1 2024-01-19T15:32:44.267 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : kernel-core-4.18.0-535.el8.x86_64 1/3 2024-01-19T15:32:45.518 INFO:teuthology.orchestra.run.smithi031.stdout: Preparing : 1/1 2024-01-19T15:32:46.131 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : kernel-core-4.18.0-535.el8.x86_64 1/3 2024-01-19T15:32:47.869 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: kernel-core-4.18.0-535.el8.x86_64 1/3 2024-01-19T15:32:48.275 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : kernel-modules-4.18.0-535.el8.x86_64 2/3 2024-01-19T15:32:49.880 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: kernel-core-4.18.0-535.el8.x86_64 1/3 2024-01-19T15:32:50.297 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : kernel-modules-4.18.0-535.el8.x86_64 2/3 2024-01-19T15:32:51.701 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: kernel-modules-4.18.0-535.el8.x86_64 2/3 2024-01-19T15:32:51.998 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : kernel-4.18.0-535.el8.x86_64 3/3 2024-01-19T15:32:53.970 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: kernel-modules-4.18.0-535.el8.x86_64 2/3 2024-01-19T15:32:54.265 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : kernel-4.18.0-535.el8.x86_64 3/3 2024-01-19T15:33:13.810 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: kernel-core-4.18.0-535.el8.x86_64 3/3 2024-01-19T15:33:13.835 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: kernel-modules-4.18.0-535.el8.x86_64 3/3 2024-01-19T15:33:14.202 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: kernel-4.18.0-535.el8.x86_64 3/3 2024-01-19T15:33:14.202 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : kernel-4.18.0-535.el8.x86_64 1/3 2024-01-19T15:33:14.202 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : kernel-core-4.18.0-535.el8.x86_64 2/3 2024-01-19T15:33:14.971 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : kernel-modules-4.18.0-535.el8.x86_64 3/3 2024-01-19T15:33:14.972 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-19T15:33:14.972 INFO:teuthology.orchestra.run.smithi089.stdout:Installed: 2024-01-19T15:33:14.972 INFO:teuthology.orchestra.run.smithi089.stdout: kernel-4.18.0-535.el8.x86_64 kernel-core-4.18.0-535.el8.x86_64 2024-01-19T15:33:14.972 INFO:teuthology.orchestra.run.smithi089.stdout: kernel-modules-4.18.0-535.el8.x86_64 2024-01-19T15:33:14.972 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-19T15:33:14.972 INFO:teuthology.orchestra.run.smithi089.stdout:Complete! 2024-01-19T15:33:15.114 DEBUG:teuthology.orchestra.run.smithi089:> rpm -q kernel | sort -rV | head -n 1 2024-01-19T15:33:15.331 INFO:teuthology.orchestra.run.smithi089.stdout:kernel-4.18.0-535.el8.x86_64 2024-01-19T15:33:15.332 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-535.el8.x86_64 2024-01-19T15:33:15.332 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-535.el8.x86_64 2024-01-19T15:33:15.332 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-19T15:33:15.332 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-19T15:33:15.333 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-01-19T15:33:15.333 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi089.front.sepia.ceph.com, path=None, version=distro) 2024-01-19T15:33:15.333 DEBUG:teuthology.orchestra.run.smithi089:> rpm -q kernel | sort -rV | head -n 1 2024-01-19T15:33:15.541 INFO:teuthology.orchestra.run.smithi089.stdout:kernel-4.18.0-535.el8.x86_64 2024-01-19T15:33:15.542 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-535.el8.x86_64 2024-01-19T15:33:15.542 DEBUG:teuthology.orchestra.run.smithi089:> sudo rpm -qi grub2-tools 2024-01-19T15:33:15.575 INFO:teuthology.orchestra.run.smithi089.stdout:Name : grub2-tools 2024-01-19T15:33:15.575 INFO:teuthology.orchestra.run.smithi089.stdout:Epoch : 1 2024-01-19T15:33:15.576 INFO:teuthology.orchestra.run.smithi089.stdout:Version : 2.02 2024-01-19T15:33:15.576 INFO:teuthology.orchestra.run.smithi089.stdout:Release : 129.el8 2024-01-19T15:33:15.576 INFO:teuthology.orchestra.run.smithi089.stdout:Architecture: x86_64 2024-01-19T15:33:15.576 INFO:teuthology.orchestra.run.smithi089.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-01-19T15:33:15.576 INFO:teuthology.orchestra.run.smithi089.stdout:Group : System Environment/Base 2024-01-19T15:33:15.576 INFO:teuthology.orchestra.run.smithi089.stdout:Size : 9265586 2024-01-19T15:33:15.576 INFO:teuthology.orchestra.run.smithi089.stdout:License : GPLv3+ 2024-01-19T15:33:15.576 INFO:teuthology.orchestra.run.smithi089.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-01-19T15:33:15.576 INFO:teuthology.orchestra.run.smithi089.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-01-19T15:33:15.576 INFO:teuthology.orchestra.run.smithi089.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-01-19T15:33:15.576 INFO:teuthology.orchestra.run.smithi089.stdout:Build Host : kbuilder.bsys.centos.org 2024-01-19T15:33:15.576 INFO:teuthology.orchestra.run.smithi089.stdout:Relocations : (not relocatable) 2024-01-19T15:33:15.576 INFO:teuthology.orchestra.run.smithi089.stdout:Packager : CentOS BuildSystem 2024-01-19T15:33:15.576 INFO:teuthology.orchestra.run.smithi089.stdout:Vendor : CentOS 2024-01-19T15:33:15.577 INFO:teuthology.orchestra.run.smithi089.stdout:URL : http://www.gnu.org/software/grub/ 2024-01-19T15:33:15.577 INFO:teuthology.orchestra.run.smithi089.stdout:Summary : Support tools for GRUB. 2024-01-19T15:33:15.577 INFO:teuthology.orchestra.run.smithi089.stdout:Description : 2024-01-19T15:33:15.577 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-19T15:33:15.577 INFO:teuthology.orchestra.run.smithi089.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-01-19T15:33:15.577 INFO:teuthology.orchestra.run.smithi089.stdout:customizable bootloader with modular architecture. It supports a rich 2024-01-19T15:33:15.577 INFO:teuthology.orchestra.run.smithi089.stdout:variety of kernel formats, file systems, computer architectures and 2024-01-19T15:33:15.577 INFO:teuthology.orchestra.run.smithi089.stdout:hardware devices. 2024-01-19T15:33:15.577 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-19T15:33:15.577 INFO:teuthology.orchestra.run.smithi089.stdout:This subpackage provides tools for support of all platforms. 2024-01-19T15:33:15.578 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-01-19T15:33:15.578 INFO:teuthology.task.kernel:Updating grub on smithi089 to boot 4.18.0-535.el8.x86_64 2024-01-19T15:33:15.578 DEBUG:teuthology.orchestra.run.smithi089:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-01-19T15:33:16.918 INFO:teuthology.orchestra.run.smithi089.stderr:Generating grub configuration file ... 2024-01-19T15:33:17.713 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: kernel-core-4.18.0-535.el8.x86_64 3/3 2024-01-19T15:33:17.738 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: kernel-modules-4.18.0-535.el8.x86_64 3/3 2024-01-19T15:33:18.103 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: kernel-4.18.0-535.el8.x86_64 3/3 2024-01-19T15:33:18.103 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : kernel-4.18.0-535.el8.x86_64 1/3 2024-01-19T15:33:18.103 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : kernel-core-4.18.0-535.el8.x86_64 2/3 2024-01-19T15:33:18.776 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : kernel-modules-4.18.0-535.el8.x86_64 3/3 2024-01-19T15:33:18.777 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:33:18.777 INFO:teuthology.orchestra.run.smithi031.stdout:Installed: 2024-01-19T15:33:18.777 INFO:teuthology.orchestra.run.smithi031.stdout: kernel-4.18.0-535.el8.x86_64 kernel-core-4.18.0-535.el8.x86_64 2024-01-19T15:33:18.777 INFO:teuthology.orchestra.run.smithi031.stdout: kernel-modules-4.18.0-535.el8.x86_64 2024-01-19T15:33:18.777 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:33:18.777 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-01-19T15:33:18.943 DEBUG:teuthology.orchestra.run.smithi031:> rpm -q kernel | sort -rV | head -n 1 2024-01-19T15:33:19.001 INFO:teuthology.orchestra.run.smithi089.stderr:done 2024-01-19T15:33:19.003 DEBUG:teuthology.orchestra.run.smithi089:> mktemp 2024-01-19T15:33:19.036 INFO:teuthology.orchestra.run.smithi089.stdout:/tmp/tmp.099uI6dcmN 2024-01-19T15:33:19.036 DEBUG:teuthology.orchestra.run.smithi089:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.099uI6dcmN 2024-01-19T15:33:19.125 DEBUG:teuthology.orchestra.run.smithi089:> sudo chmod 0666 /tmp/tmp.099uI6dcmN 2024-01-19T15:33:19.166 INFO:teuthology.orchestra.run.smithi031.stdout:kernel-4.18.0-535.el8.x86_64 2024-01-19T15:33:19.167 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-535.el8.x86_64 2024-01-19T15:33:19.167 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-535.el8.x86_64 2024-01-19T15:33:19.167 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-19T15:33:19.167 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-19T15:33:19.167 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-01-19T15:33:19.167 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi031.front.sepia.ceph.com, path=None, version=distro) 2024-01-19T15:33:19.168 DEBUG:teuthology.orchestra.run.smithi031:> rpm -q kernel | sort -rV | head -n 1 2024-01-19T15:33:19.226 DEBUG:teuthology.orchestra.remote:smithi089:/tmp/tmp.099uI6dcmN is 6KB 2024-01-19T15:33:19.274 DEBUG:teuthology.orchestra.run.smithi089:> rm -fr /tmp/tmp.099uI6dcmN 2024-01-19T15:33:19.291 DEBUG:teuthology.orchestra.run.smithi089:> sudo /bin/ls /boot/loader/entries || true 2024-01-19T15:33:19.363 INFO:teuthology.orchestra.run.smithi089.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-01-19T15:33:19.364 INFO:teuthology.orchestra.run.smithi089.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-01-19T15:33:19.364 INFO:teuthology.orchestra.run.smithi089.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-01-19T15:33:19.364 INFO:teuthology.orchestra.run.smithi089.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-535.el8.x86_64.conf 2024-01-19T15:33:19.365 DEBUG:teuthology.orchestra.run.smithi089:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-535.el8.x86_64 2024-01-19T15:33:19.387 INFO:teuthology.orchestra.run.smithi031.stdout:kernel-4.18.0-535.el8.x86_64 2024-01-19T15:33:19.387 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-535.el8.x86_64 2024-01-19T15:33:19.388 DEBUG:teuthology.orchestra.run.smithi031:> sudo rpm -qi grub2-tools 2024-01-19T15:33:19.422 INFO:teuthology.orchestra.run.smithi031.stdout:Name : grub2-tools 2024-01-19T15:33:19.422 INFO:teuthology.orchestra.run.smithi031.stdout:Epoch : 1 2024-01-19T15:33:19.423 INFO:teuthology.orchestra.run.smithi031.stdout:Version : 2.02 2024-01-19T15:33:19.423 INFO:teuthology.orchestra.run.smithi031.stdout:Release : 129.el8 2024-01-19T15:33:19.423 INFO:teuthology.orchestra.run.smithi031.stdout:Architecture: x86_64 2024-01-19T15:33:19.423 INFO:teuthology.orchestra.run.smithi031.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-01-19T15:33:19.423 INFO:teuthology.orchestra.run.smithi031.stdout:Group : System Environment/Base 2024-01-19T15:33:19.423 INFO:teuthology.orchestra.run.smithi031.stdout:Size : 9265586 2024-01-19T15:33:19.423 INFO:teuthology.orchestra.run.smithi031.stdout:License : GPLv3+ 2024-01-19T15:33:19.423 INFO:teuthology.orchestra.run.smithi031.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-01-19T15:33:19.423 INFO:teuthology.orchestra.run.smithi031.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-01-19T15:33:19.423 INFO:teuthology.orchestra.run.smithi031.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-01-19T15:33:19.423 INFO:teuthology.orchestra.run.smithi031.stdout:Build Host : kbuilder.bsys.centos.org 2024-01-19T15:33:19.423 INFO:teuthology.orchestra.run.smithi031.stdout:Relocations : (not relocatable) 2024-01-19T15:33:19.423 INFO:teuthology.orchestra.run.smithi031.stdout:Packager : CentOS BuildSystem 2024-01-19T15:33:19.423 INFO:teuthology.orchestra.run.smithi031.stdout:Vendor : CentOS 2024-01-19T15:33:19.423 INFO:teuthology.orchestra.run.smithi031.stdout:URL : http://www.gnu.org/software/grub/ 2024-01-19T15:33:19.424 INFO:teuthology.orchestra.run.smithi031.stdout:Summary : Support tools for GRUB. 2024-01-19T15:33:19.424 INFO:teuthology.orchestra.run.smithi031.stdout:Description : 2024-01-19T15:33:19.424 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:33:19.424 INFO:teuthology.orchestra.run.smithi031.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-01-19T15:33:19.424 INFO:teuthology.orchestra.run.smithi031.stdout:customizable bootloader with modular architecture. It supports a rich 2024-01-19T15:33:19.424 INFO:teuthology.orchestra.run.smithi031.stdout:variety of kernel formats, file systems, computer architectures and 2024-01-19T15:33:19.424 INFO:teuthology.orchestra.run.smithi031.stdout:hardware devices. 2024-01-19T15:33:19.424 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:33:19.424 INFO:teuthology.orchestra.run.smithi031.stdout:This subpackage provides tools for support of all platforms. 2024-01-19T15:33:19.425 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-01-19T15:33:19.425 INFO:teuthology.task.kernel:Updating grub on smithi031 to boot 4.18.0-535.el8.x86_64 2024-01-19T15:33:19.425 DEBUG:teuthology.orchestra.run.smithi031:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-01-19T15:33:19.520 DEBUG:teuthology.orchestra.run.smithi089:> sudo shutdown -r now 2024-01-19T15:33:20.913 INFO:teuthology.orchestra.run.smithi031.stderr:Generating grub configuration file ... 2024-01-19T15:33:22.907 INFO:teuthology.orchestra.run.smithi031.stderr:done 2024-01-19T15:33:22.908 DEBUG:teuthology.orchestra.run.smithi031:> mktemp 2024-01-19T15:33:22.949 INFO:teuthology.orchestra.run.smithi031.stdout:/tmp/tmp.Ng2u2eoTzx 2024-01-19T15:33:22.949 DEBUG:teuthology.orchestra.run.smithi031:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.Ng2u2eoTzx 2024-01-19T15:33:23.032 DEBUG:teuthology.orchestra.run.smithi031:> sudo chmod 0666 /tmp/tmp.Ng2u2eoTzx 2024-01-19T15:33:23.176 DEBUG:teuthology.orchestra.remote:smithi031:/tmp/tmp.Ng2u2eoTzx is 6KB 2024-01-19T15:33:23.228 DEBUG:teuthology.orchestra.run.smithi031:> rm -fr /tmp/tmp.Ng2u2eoTzx 2024-01-19T15:33:23.246 DEBUG:teuthology.orchestra.run.smithi031:> sudo /bin/ls /boot/loader/entries || true 2024-01-19T15:33:23.389 INFO:teuthology.orchestra.run.smithi031.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-01-19T15:33:23.389 INFO:teuthology.orchestra.run.smithi031.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-01-19T15:33:23.390 INFO:teuthology.orchestra.run.smithi031.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-01-19T15:33:23.390 INFO:teuthology.orchestra.run.smithi031.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-535.el8.x86_64.conf 2024-01-19T15:33:23.391 DEBUG:teuthology.orchestra.run.smithi031:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-535.el8.x86_64 2024-01-19T15:33:23.534 DEBUG:teuthology.orchestra.run.smithi031:> sudo shutdown -r now 2024-01-19T15:33:49.548 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-01-19T15:33:49.549 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-01-19T15:33:49.550 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-19T15:33:53.540 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-01-19T15:33:53.541 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-01-19T15:33:53.541 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-19T15:34:07.932 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.89 2024-01-19T15:34:12.028 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.31 2024-01-19T15:34:16.938 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-01-19T15:34:16.939 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-19T15:34:19.996 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.89 2024-01-19T15:34:21.030 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-01-19T15:34:21.031 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-19T15:34:32.007 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-01-19T15:34:32.008 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-19T15:34:39.424 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.31 2024-01-19T15:34:51.436 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-01-19T15:34:51.437 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-19T15:34:51.930 DEBUG:teuthology.orchestra.run.smithi031:> true 2024-01-19T15:34:52.232 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-01-19T15:34:52.232 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-535.el8.x86_64"... 2024-01-19T15:34:52.233 DEBUG:teuthology.orchestra.run.smithi031:> uname -r 2024-01-19T15:34:52.250 INFO:teuthology.orchestra.run.smithi031.stdout:4.18.0-535.el8.x86_64 2024-01-19T15:34:52.250 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-535.el8.x86_64 vs 4.18.0-535.el8.x86_64 2024-01-19T15:34:52.250 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-19T15:34:52.251 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-01-19T15:34:53.251 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-01-19T15:34:53.251 DEBUG:teuthology.orchestra.run.smithi031:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-19T15:34:53.320 INFO:teuthology.orchestra.run.smithi031.stdout:ttyS1 2024-01-19T15:34:53.339 DEBUG:teuthology.parallel:result is None 2024-01-19T15:35:04.685 DEBUG:teuthology.orchestra.run.smithi089:> true 2024-01-19T15:35:05.213 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-01-19T15:35:05.213 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-535.el8.x86_64"... 2024-01-19T15:35:05.214 DEBUG:teuthology.orchestra.run.smithi089:> uname -r 2024-01-19T15:35:05.232 INFO:teuthology.orchestra.run.smithi089.stdout:4.18.0-535.el8.x86_64 2024-01-19T15:35:05.232 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-535.el8.x86_64 vs 4.18.0-535.el8.x86_64 2024-01-19T15:35:05.232 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-19T15:35:05.232 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-01-19T15:35:06.233 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-01-19T15:35:06.233 DEBUG:teuthology.orchestra.run.smithi089:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-19T15:35:06.296 INFO:teuthology.orchestra.run.smithi089.stdout:ttyS1 2024-01-19T15:35:06.309 DEBUG:teuthology.parallel:result is None 2024-01-19T15:35:06.309 INFO:teuthology.run_tasks:Running task internal.base... 2024-01-19T15:35:06.317 INFO:teuthology.task.internal:Creating test directory... 2024-01-19T15:35:06.317 DEBUG:teuthology.orchestra.run.smithi031:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-19T15:35:06.320 DEBUG:teuthology.orchestra.run.smithi089:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-19T15:35:06.344 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-01-19T15:35:06.351 INFO:teuthology.run_tasks:Running task internal.archive... 2024-01-19T15:35:06.358 INFO:teuthology.task.internal:Creating archive directory... 2024-01-19T15:35:06.359 DEBUG:teuthology.orchestra.run.smithi031:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-19T15:35:06.386 DEBUG:teuthology.orchestra.run.smithi089:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-19T15:35:06.426 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-01-19T15:35:06.432 INFO:teuthology.task.internal:Enabling coredump saving... 2024-01-19T15:35:06.432 DEBUG:teuthology.orchestra.run.smithi031:> 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-19T15:35:06.454 DEBUG:teuthology.orchestra.run.smithi089:> 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-19T15:35:06.494 INFO:teuthology.orchestra.run.smithi031.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-19T15:35:06.502 INFO:teuthology.orchestra.run.smithi089.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-19T15:35:06.505 INFO:teuthology.orchestra.run.smithi031.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-19T15:35:06.512 INFO:teuthology.orchestra.run.smithi089.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-19T15:35:06.514 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-01-19T15:35:06.521 INFO:teuthology.task.internal:Configuring sudo... 2024-01-19T15:35:06.521 DEBUG:teuthology.orchestra.run.smithi031:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-19T15:35:06.552 DEBUG:teuthology.orchestra.run.smithi089:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-19T15:35:06.582 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-01-19T15:35:06.594 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-01-19T15:35:06.594 DEBUG:teuthology.orchestra.run.smithi031:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-19T15:35:06.622 DEBUG:teuthology.orchestra.run.smithi089:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-19T15:35:06.641 DEBUG:teuthology.orchestra.run.smithi031:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-19T15:35:06.731 DEBUG:teuthology.orchestra.run.smithi031:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-19T15:35:06.788 DEBUG:teuthology.orchestra.run.smithi031:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-19T15:35:06.874 DEBUG:teuthology.orchestra.run.smithi031:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-19T15:35:06.920 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-01-19T15:35:06.920 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-19T15:35:06.992 DEBUG:teuthology.orchestra.run.smithi089:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-19T15:35:07.037 DEBUG:teuthology.orchestra.run.smithi089:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-19T15:35:07.087 DEBUG:teuthology.orchestra.run.smithi089:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-19T15:35:07.172 DEBUG:teuthology.orchestra.run.smithi089:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-19T15:35:07.214 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-01-19T15:35:07.214 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-19T15:35:07.281 DEBUG:teuthology.orchestra.run.smithi031:> sudo service rsyslog restart 2024-01-19T15:35:07.283 DEBUG:teuthology.orchestra.run.smithi089:> sudo service rsyslog restart 2024-01-19T15:35:07.349 INFO:teuthology.orchestra.run.smithi031.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-19T15:35:07.383 INFO:teuthology.orchestra.run.smithi089.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-19T15:35:07.855 INFO:teuthology.run_tasks:Running task internal.timer... 2024-01-19T15:35:07.863 INFO:teuthology.task.internal:Starting timer... 2024-01-19T15:35:07.863 INFO:teuthology.run_tasks:Running task pcp... 2024-01-19T15:35:07.877 INFO:teuthology.run_tasks:Running task selinux... 2024-01-19T15:35:07.893 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-01-19T15:35:07.893 DEBUG:teuthology.orchestra.run.smithi031:> sudo service auditd rotate 2024-01-19T15:35:08.001 INFO:teuthology.orchestra.run.smithi031.stdout:Rotating logs: 2024-01-19T15:35:08.003 DEBUG:teuthology.orchestra.run.smithi089:> sudo service auditd rotate 2024-01-19T15:35:08.087 INFO:teuthology.orchestra.run.smithi089.stdout:Rotating logs: 2024-01-19T15:35:08.089 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-01-19T15:35:08.089 DEBUG:teuthology.orchestra.run.smithi031:> /usr/sbin/getenforce 2024-01-19T15:35:08.117 INFO:teuthology.orchestra.run.smithi031.stdout:Permissive 2024-01-19T15:35:08.117 DEBUG:teuthology.orchestra.run.smithi089:> /usr/sbin/getenforce 2024-01-19T15:35:08.140 INFO:teuthology.orchestra.run.smithi089.stdout:Permissive 2024-01-19T15:35:08.141 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi031.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi089.front.sepia.ceph.com': 'permissive'} 2024-01-19T15:35:08.141 DEBUG:teuthology.orchestra.run.smithi031:> 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-19T15:35:08.186 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-19T15:35:08.187 DEBUG:teuthology.orchestra.run.smithi089:> 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-19T15:35:08.213 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-19T15:35:08.214 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-01-19T15:35:08.214 DEBUG:teuthology.orchestra.run.smithi031:> sudo /usr/sbin/setenforce permissive 2024-01-19T15:35:08.256 DEBUG:teuthology.orchestra.run.smithi089:> sudo /usr/sbin/setenforce permissive 2024-01-19T15:35:08.282 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-01-19T15:35:08.292 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-01-19T15:35:08.297 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-01-19T15:35:08.422 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-01-19T15:35:08.437 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-19T15:35:08.438 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi031.front.sepia.ceph.com,smithi089.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-01-19T15:40:48.541 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi031.front.sepia.ceph.com'), Remote(name='ubuntu@smithi089.front.sepia.ceph.com')] 2024-01-19T15:40:48.542 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-01-19T15:40:48.543 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-19T15:40:48.617 DEBUG:teuthology.orchestra.run.smithi031:> true 2024-01-19T15:40:48.688 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-01-19T15:40:48.689 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-01-19T15:40:48.689 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-19T15:40:48.762 DEBUG:teuthology.orchestra.run.smithi089:> true 2024-01-19T15:40:48.831 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-01-19T15:40:48.831 INFO:teuthology.run_tasks:Running task clock... 2024-01-19T15:40:48.842 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-01-19T15:40:48.842 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-19T15:40:48.842 DEBUG:teuthology.orchestra.run.smithi031:> 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-19T15:40:48.845 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-19T15:40:48.845 DEBUG:teuthology.orchestra.run.smithi089:> 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-19T15:40:48.879 INFO:teuthology.orchestra.run.smithi031.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-19T15:40:48.894 INFO:teuthology.orchestra.run.smithi031.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-19T15:40:48.904 INFO:teuthology.orchestra.run.smithi089.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-19T15:40:48.918 INFO:teuthology.orchestra.run.smithi089.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-19T15:40:48.959 INFO:teuthology.orchestra.run.smithi031.stderr:sudo: ntpd: command not found 2024-01-19T15:40:48.971 INFO:teuthology.orchestra.run.smithi031.stdout:506 Cannot talk to daemon 2024-01-19T15:40:48.984 INFO:teuthology.orchestra.run.smithi089.stderr:sudo: ntpd: command not found 2024-01-19T15:40:48.986 INFO:teuthology.orchestra.run.smithi031.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-19T15:40:48.994 INFO:teuthology.orchestra.run.smithi089.stdout:506 Cannot talk to daemon 2024-01-19T15:40:49.000 INFO:teuthology.orchestra.run.smithi031.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-19T15:40:49.008 INFO:teuthology.orchestra.run.smithi089.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-19T15:40:49.021 INFO:teuthology.orchestra.run.smithi089.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-19T15:40:49.068 INFO:teuthology.orchestra.run.smithi031.stderr:bash: ntpq: command not found 2024-01-19T15:40:49.071 INFO:teuthology.orchestra.run.smithi031.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-19T15:40:49.071 INFO:teuthology.orchestra.run.smithi031.stdout:=============================================================================== 2024-01-19T15:40:49.071 INFO:teuthology.orchestra.run.smithi031.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-19T15:40:49.071 INFO:teuthology.orchestra.run.smithi031.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-19T15:40:49.071 INFO:teuthology.orchestra.run.smithi031.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-19T15:40:49.071 INFO:teuthology.orchestra.run.smithi031.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-19T15:40:49.091 INFO:teuthology.orchestra.run.smithi089.stderr:bash: ntpq: command not found 2024-01-19T15:40:49.096 INFO:teuthology.orchestra.run.smithi089.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-19T15:40:49.096 INFO:teuthology.orchestra.run.smithi089.stdout:=============================================================================== 2024-01-19T15:40:49.096 INFO:teuthology.orchestra.run.smithi089.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-19T15:40:49.096 INFO:teuthology.orchestra.run.smithi089.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-19T15:40:49.096 INFO:teuthology.orchestra.run.smithi089.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-19T15:40:49.096 INFO:teuthology.orchestra.run.smithi089.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-19T15:40:49.096 INFO:teuthology.run_tasks:Running task pexec... 2024-01-19T15:40:49.105 INFO:teuthology.task.pexec:Executing custom commands... 2024-01-19T15:40:49.105 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi031.front.sepia.ceph.com 2024-01-19T15:40:49.106 DEBUG:teuthology.orchestra.run.smithi031:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-19T15:40:49.106 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi089.front.sepia.ceph.com 2024-01-19T15:40:49.106 DEBUG:teuthology.orchestra.run.smithi089:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-19T15:40:49.889 INFO:teuthology.orchestra.run.smithi089.stdout:Last metadata expiration check: 0:01:24 ago on Fri 19 Jan 2024 03:39:25 PM UTC. 2024-01-19T15:40:49.894 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:01:19 ago on Fri 19 Jan 2024 03:39:30 PM UTC. 2024-01-19T15:40:51.825 INFO:teuthology.orchestra.run.smithi089.stdout:Dependencies resolved. 2024-01-19T15:40:51.826 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-01-19T15:40:51.826 INFO:teuthology.orchestra.run.smithi089.stdout: Package Architecture Version Repository Size 2024-01-19T15:40:51.826 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-01-19T15:40:51.826 INFO:teuthology.orchestra.run.smithi089.stdout:Resetting modules: 2024-01-19T15:40:51.826 INFO:teuthology.orchestra.run.smithi089.stdout: container-tools 2024-01-19T15:40:51.826 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-19T15:40:51.826 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction Summary 2024-01-19T15:40:51.826 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-01-19T15:40:51.826 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-19T15:40:51.969 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-01-19T15:40:51.970 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-01-19T15:40:51.970 INFO:teuthology.orchestra.run.smithi031.stdout: Package Architecture Version Repository Size 2024-01-19T15:40:51.970 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-01-19T15:40:51.970 INFO:teuthology.orchestra.run.smithi031.stdout:Resetting modules: 2024-01-19T15:40:51.970 INFO:teuthology.orchestra.run.smithi031.stdout: container-tools 2024-01-19T15:40:51.970 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:40:51.970 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction Summary 2024-01-19T15:40:51.970 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-01-19T15:40:51.970 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:40:52.075 INFO:teuthology.orchestra.run.smithi089.stdout:Complete! 2024-01-19T15:40:52.227 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-01-19T15:40:52.889 INFO:teuthology.orchestra.run.smithi089.stdout:Last metadata expiration check: 0:01:27 ago on Fri 19 Jan 2024 03:39:25 PM UTC. 2024-01-19T15:40:53.079 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:01:22 ago on Fri 19 Jan 2024 03:39:30 PM UTC. 2024-01-19T15:40:54.823 INFO:teuthology.orchestra.run.smithi089.stdout:Dependencies resolved. 2024-01-19T15:40:54.858 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-01-19T15:40:54.858 INFO:teuthology.orchestra.run.smithi089.stdout: Package Arch Version Repository Size 2024-01-19T15:40:54.858 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-01-19T15:40:54.858 INFO:teuthology.orchestra.run.smithi089.stdout:Installing group/module packages: 2024-01-19T15:40:54.858 INFO:teuthology.orchestra.run.smithi089.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2024-01-19T15:40:54.859 INFO:teuthology.orchestra.run.smithi089.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2024-01-19T15:40:54.859 INFO:teuthology.orchestra.run.smithi089.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2024-01-19T15:40:54.859 INFO:teuthology.orchestra.run.smithi089.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2024-01-19T15:40:54.859 INFO:teuthology.orchestra.run.smithi089.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2024-01-19T15:40:54.859 INFO:teuthology.orchestra.run.smithi089.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2024-01-19T15:40:54.859 INFO:teuthology.orchestra.run.smithi089.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2024-01-19T15:40:54.859 INFO:teuthology.orchestra.run.smithi089.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2024-01-19T15:40:54.859 INFO:teuthology.orchestra.run.smithi089.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2024-01-19T15:40:54.859 INFO:teuthology.orchestra.run.smithi089.stdout:Installing dependencies: 2024-01-19T15:40:54.859 INFO:teuthology.orchestra.run.smithi089.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-01-19T15:40:54.859 INFO:teuthology.orchestra.run.smithi089.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-01-19T15:40:54.859 INFO:teuthology.orchestra.run.smithi089.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-01-19T15:40:54.859 INFO:teuthology.orchestra.run.smithi089.stdout:Installing weak dependencies: 2024-01-19T15:40:54.859 INFO:teuthology.orchestra.run.smithi089.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-01-19T15:40:54.859 INFO:teuthology.orchestra.run.smithi089.stdout:Installing module profiles: 2024-01-19T15:40:54.860 INFO:teuthology.orchestra.run.smithi089.stdout: container-tools/common 2024-01-19T15:40:54.860 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-19T15:40:54.860 INFO:teuthology.orchestra.run.smithi089.stdout:Enabling module streams: 2024-01-19T15:40:54.860 INFO:teuthology.orchestra.run.smithi089.stdout: container-tools rhel8 2024-01-19T15:40:54.860 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-19T15:40:54.860 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction Summary 2024-01-19T15:40:54.860 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-01-19T15:40:54.860 INFO:teuthology.orchestra.run.smithi089.stdout:Install 13 Packages 2024-01-19T15:40:54.860 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-19T15:40:54.861 INFO:teuthology.orchestra.run.smithi089.stdout:Total download size: 27 M 2024-01-19T15:40:54.861 INFO:teuthology.orchestra.run.smithi089.stdout:Installed size: 89 M 2024-01-19T15:40:54.861 INFO:teuthology.orchestra.run.smithi089.stdout:Downloading Packages: 2024-01-19T15:40:55.152 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-01-19T15:40:55.179 INFO:teuthology.orchestra.run.smithi089.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 2.6 MB/s | 750 kB 00:00 2024-01-19T15:40:55.190 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-01-19T15:40:55.190 INFO:teuthology.orchestra.run.smithi031.stdout: Package Arch Version Repository Size 2024-01-19T15:40:55.190 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-01-19T15:40:55.190 INFO:teuthology.orchestra.run.smithi031.stdout:Installing group/module packages: 2024-01-19T15:40:55.190 INFO:teuthology.orchestra.run.smithi031.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2024-01-19T15:40:55.190 INFO:teuthology.orchestra.run.smithi031.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2024-01-19T15:40:55.190 INFO:teuthology.orchestra.run.smithi031.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2024-01-19T15:40:55.190 INFO:teuthology.orchestra.run.smithi031.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2024-01-19T15:40:55.190 INFO:teuthology.orchestra.run.smithi031.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2024-01-19T15:40:55.190 INFO:teuthology.orchestra.run.smithi031.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2024-01-19T15:40:55.190 INFO:teuthology.orchestra.run.smithi031.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2024-01-19T15:40:55.190 INFO:teuthology.orchestra.run.smithi031.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2024-01-19T15:40:55.190 INFO:teuthology.orchestra.run.smithi031.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2024-01-19T15:40:55.190 INFO:teuthology.orchestra.run.smithi031.stdout:Installing dependencies: 2024-01-19T15:40:55.191 INFO:teuthology.orchestra.run.smithi031.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-01-19T15:40:55.191 INFO:teuthology.orchestra.run.smithi031.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-01-19T15:40:55.191 INFO:teuthology.orchestra.run.smithi031.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-01-19T15:40:55.191 INFO:teuthology.orchestra.run.smithi031.stdout:Installing weak dependencies: 2024-01-19T15:40:55.191 INFO:teuthology.orchestra.run.smithi031.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-01-19T15:40:55.191 INFO:teuthology.orchestra.run.smithi031.stdout:Installing module profiles: 2024-01-19T15:40:55.191 INFO:teuthology.orchestra.run.smithi031.stdout: container-tools/common 2024-01-19T15:40:55.191 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:40:55.191 INFO:teuthology.orchestra.run.smithi031.stdout:Enabling module streams: 2024-01-19T15:40:55.191 INFO:teuthology.orchestra.run.smithi031.stdout: container-tools rhel8 2024-01-19T15:40:55.191 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:40:55.191 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction Summary 2024-01-19T15:40:55.191 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-01-19T15:40:55.191 INFO:teuthology.orchestra.run.smithi031.stdout:Install 13 Packages 2024-01-19T15:40:55.191 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:40:55.192 INFO:teuthology.orchestra.run.smithi031.stdout:Total download size: 27 M 2024-01-19T15:40:55.192 INFO:teuthology.orchestra.run.smithi031.stdout:Installed size: 89 M 2024-01-19T15:40:55.192 INFO:teuthology.orchestra.run.smithi031.stdout:Downloading Packages: 2024-01-19T15:40:55.212 INFO:teuthology.orchestra.run.smithi089.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 3.2 MB/s | 1.0 MB 00:00 2024-01-19T15:40:55.229 INFO:teuthology.orchestra.run.smithi089.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 754 kB/s | 38 kB 00:00 2024-01-19T15:40:55.271 INFO:teuthology.orchestra.run.smithi089.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 4.0 MB/s | 241 kB 00:00 2024-01-19T15:40:55.330 INFO:teuthology.orchestra.run.smithi089.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 3.0 MB/s | 178 kB 00:00 2024-01-19T15:40:55.405 INFO:teuthology.orchestra.run.smithi089.stdout:(6/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 22 MB/s | 3.9 MB 00:00 2024-01-19T15:40:55.431 INFO:teuthology.orchestra.run.smithi089.stdout:(7/13): python3-pytoml-0.1.14-5.git7dea353.el8. 246 kB/s | 25 kB 00:00 2024-01-19T15:40:55.539 INFO:teuthology.orchestra.run.smithi089.stdout:(8/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 15 MB/s | 9.6 MB 00:00 2024-01-19T15:40:55.564 INFO:teuthology.orchestra.run.smithi089.stdout:(9/13): python3-pyxdg-0.25-16.el8.noarch.rpm 591 kB/s | 94 kB 00:00 2024-01-19T15:40:55.623 INFO:teuthology.orchestra.run.smithi089.stdout:(10/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 30 MB/s | 2.5 MB 00:00 2024-01-19T15:40:55.649 INFO:teuthology.orchestra.run.smithi089.stdout:(11/13): udica-0.2.6-20.module_el8+712+4cd1bd69 627 kB/s | 53 kB 00:00 2024-01-19T15:40:55.682 INFO:teuthology.orchestra.run.smithi089.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 701 kB/s | 41 kB 00:00 2024-01-19T15:40:55.714 INFO:teuthology.orchestra.run.smithi031.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 2.4 MB/s | 750 kB 00:00 2024-01-19T15:40:55.757 INFO:teuthology.orchestra.run.smithi031.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 2.8 MB/s | 1.0 MB 00:00 2024-01-19T15:40:55.782 INFO:teuthology.orchestra.run.smithi031.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 562 kB/s | 38 kB 00:00 2024-01-19T15:40:55.816 INFO:teuthology.orchestra.run.smithi031.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 4.0 MB/s | 241 kB 00:00 2024-01-19T15:40:55.874 INFO:teuthology.orchestra.run.smithi031.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 3.0 MB/s | 178 kB 00:00 2024-01-19T15:40:55.933 INFO:teuthology.orchestra.run.smithi031.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 425 kB/s | 25 kB 00:00 2024-01-19T15:40:55.992 INFO:teuthology.orchestra.run.smithi031.stdout:(7/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 19 MB/s | 3.9 MB 00:00 2024-01-19T15:40:56.100 INFO:teuthology.orchestra.run.smithi031.stdout:(8/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 14 MB/s | 9.6 MB 00:00 2024-01-19T15:40:56.126 INFO:teuthology.orchestra.run.smithi031.stdout:(9/13): python3-pyxdg-0.25-16.el8.noarch.rpm 488 kB/s | 94 kB 00:00 2024-01-19T15:40:56.141 INFO:teuthology.orchestra.run.smithi089.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 11 MB/s | 8.1 MB 00:00 2024-01-19T15:40:56.141 INFO:teuthology.orchestra.run.smithi089.stdout:-------------------------------------------------------------------------------- 2024-01-19T15:40:56.141 INFO:teuthology.orchestra.run.smithi089.stdout:Total 21 MB/s | 27 MB 00:01 2024-01-19T15:40:56.193 INFO:teuthology.orchestra.run.smithi031.stdout:(10/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 28 MB/s | 2.5 MB 00:00 2024-01-19T15:40:56.209 INFO:teuthology.orchestra.run.smithi031.stdout:(11/13): udica-0.2.6-20.module_el8+712+4cd1bd69 630 kB/s | 53 kB 00:00 2024-01-19T15:40:56.251 INFO:teuthology.orchestra.run.smithi031.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 702 kB/s | 41 kB 00:00 2024-01-19T15:40:56.344 INFO:teuthology.orchestra.run.smithi031.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 23 MB/s | 8.1 MB 00:00 2024-01-19T15:40:56.344 INFO:teuthology.orchestra.run.smithi031.stdout:-------------------------------------------------------------------------------- 2024-01-19T15:40:56.344 INFO:teuthology.orchestra.run.smithi031.stdout:Total 23 MB/s | 27 MB 00:01 2024-01-19T15:40:56.403 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction check 2024-01-19T15:40:56.424 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction check succeeded. 2024-01-19T15:40:56.424 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction test 2024-01-19T15:40:56.620 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction check 2024-01-19T15:40:56.643 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction check succeeded. 2024-01-19T15:40:56.643 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction test 2024-01-19T15:40:56.696 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction test succeeded. 2024-01-19T15:40:56.699 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction 2024-01-19T15:40:56.911 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction test succeeded. 2024-01-19T15:40:56.915 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction 2024-01-19T15:40:57.475 INFO:teuthology.orchestra.run.smithi089.stdout: Preparing : 1/1 2024-01-19T15:40:57.629 INFO:teuthology.orchestra.run.smithi031.stdout: Preparing : 1/1 2024-01-19T15:40:57.687 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-01-19T15:40:57.841 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-01-19T15:40:57.858 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-01-19T15:40:58.044 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-01-19T15:40:58.079 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-01-19T15:40:58.225 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-01-19T15:40:58.293 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-19T15:40:58.477 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-19T15:40:58.829 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2024-01-19T15:40:59.060 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2024-01-19T15:40:59.794 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-19T15:41:00.067 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2024-01-19T15:41:00.069 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-19T15:41:00.289 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2024-01-19T15:41:00.315 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2024-01-19T15:41:00.512 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2024-01-19T15:41:00.587 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2024-01-19T15:41:00.757 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2024-01-19T15:41:01.010 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2024-01-19T15:41:01.135 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2024-01-19T15:41:01.949 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-19T15:41:02.073 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-19T15:41:02.171 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2024-01-19T15:41:02.267 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2024-01-19T15:41:02.357 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-19T15:41:02.451 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-19T15:41:02.812 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-19T15:41:02.812 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2024-01-19T15:41:02.812 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2024-01-19T15:41:02.812 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2024-01-19T15:41:02.812 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-19T15:41:02.812 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2024-01-19T15:41:02.812 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-19T15:41:02.812 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2024-01-19T15:41:02.812 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-01-19T15:41:02.813 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-01-19T15:41:02.813 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2024-01-19T15:41:02.813 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-19T15:41:02.813 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2024-01-19T15:41:02.900 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-19T15:41:02.900 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2024-01-19T15:41:02.900 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2024-01-19T15:41:02.900 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2024-01-19T15:41:02.900 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-19T15:41:02.900 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2024-01-19T15:41:02.900 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-19T15:41:02.900 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2024-01-19T15:41:02.900 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-01-19T15:41:02.900 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-01-19T15:41:02.900 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2024-01-19T15:41:02.901 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-19T15:41:02.901 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2024-01-19T15:41:03.300 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-01-19T15:41:03.300 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-19T15:41:03.300 INFO:teuthology.orchestra.run.smithi089.stdout:Installed: 2024-01-19T15:41:03.301 INFO:teuthology.orchestra.run.smithi089.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-19T15:41:03.301 INFO:teuthology.orchestra.run.smithi089.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-19T15:41:03.301 INFO:teuthology.orchestra.run.smithi089.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2024-01-19T15:41:03.301 INFO:teuthology.orchestra.run.smithi089.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-01-19T15:41:03.301 INFO:teuthology.orchestra.run.smithi089.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2024-01-19T15:41:03.301 INFO:teuthology.orchestra.run.smithi089.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2024-01-19T15:41:03.301 INFO:teuthology.orchestra.run.smithi089.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2024-01-19T15:41:03.301 INFO:teuthology.orchestra.run.smithi089.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-01-19T15:41:03.301 INFO:teuthology.orchestra.run.smithi089.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-01-19T15:41:03.301 INFO:teuthology.orchestra.run.smithi089.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2024-01-19T15:41:03.301 INFO:teuthology.orchestra.run.smithi089.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2024-01-19T15:41:03.301 INFO:teuthology.orchestra.run.smithi089.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2024-01-19T15:41:03.301 INFO:teuthology.orchestra.run.smithi089.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-19T15:41:03.301 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-19T15:41:03.301 INFO:teuthology.orchestra.run.smithi089.stdout:Complete! 2024-01-19T15:41:03.445 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-01-19T15:41:03.445 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:41:03.445 INFO:teuthology.orchestra.run.smithi031.stdout:Installed: 2024-01-19T15:41:03.445 INFO:teuthology.orchestra.run.smithi031.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-19T15:41:03.445 INFO:teuthology.orchestra.run.smithi031.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-19T15:41:03.445 INFO:teuthology.orchestra.run.smithi031.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2024-01-19T15:41:03.445 INFO:teuthology.orchestra.run.smithi031.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-01-19T15:41:03.445 INFO:teuthology.orchestra.run.smithi031.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2024-01-19T15:41:03.446 INFO:teuthology.orchestra.run.smithi031.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2024-01-19T15:41:03.446 INFO:teuthology.orchestra.run.smithi031.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2024-01-19T15:41:03.446 INFO:teuthology.orchestra.run.smithi031.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-01-19T15:41:03.446 INFO:teuthology.orchestra.run.smithi031.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-01-19T15:41:03.446 INFO:teuthology.orchestra.run.smithi031.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2024-01-19T15:41:03.446 INFO:teuthology.orchestra.run.smithi031.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2024-01-19T15:41:03.446 INFO:teuthology.orchestra.run.smithi031.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2024-01-19T15:41:03.446 INFO:teuthology.orchestra.run.smithi031.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-19T15:41:03.446 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:41:03.446 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-01-19T15:41:03.606 DEBUG:teuthology.parallel:result is None 2024-01-19T15:41:03.742 DEBUG:teuthology.parallel:result is None 2024-01-19T15:41:03.742 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-01-19T15:41:03.754 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-01-19T15:41:03.754 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-01-19T15:41:03.754 DEBUG:teuthology.orchestra.run.smithi031:> dd if=/scratch_devs of=/dev/stdout 2024-01-19T15:41:03.772 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-19T15:41:03.772 DEBUG:teuthology.orchestra.run.smithi031:> stat /dev/vg_nvme/lv_1 2024-01-19T15:41:03.830 INFO:teuthology.orchestra.run.smithi031.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-19T15:41:03.830 INFO:teuthology.orchestra.run.smithi031.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-19T15:41:03.830 INFO:teuthology.orchestra.run.smithi031.stdout:Device: 6h/6d Inode: 167046 Links: 1 2024-01-19T15:41:03.830 INFO:teuthology.orchestra.run.smithi031.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-19T15:41:03.830 INFO:teuthology.orchestra.run.smithi031.stdout:Context: system_u:object_r:device_t:s0 2024-01-19T15:41:03.830 INFO:teuthology.orchestra.run.smithi031.stdout:Access: 2024-01-19 15:41:02.609783740 +0000 2024-01-19T15:41:03.830 INFO:teuthology.orchestra.run.smithi031.stdout:Modify: 2024-01-19 15:40:18.327956848 +0000 2024-01-19T15:41:03.830 INFO:teuthology.orchestra.run.smithi031.stdout:Change: 2024-01-19 15:40:18.327956848 +0000 2024-01-19T15:41:03.830 INFO:teuthology.orchestra.run.smithi031.stdout: Birth: - 2024-01-19T15:41:03.830 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-19T15:41:03.895 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records in 2024-01-19T15:41:03.895 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records out 2024-01-19T15:41:03.896 INFO:teuthology.orchestra.run.smithi031.stderr:512 bytes copied, 0.000196293 s, 2.6 MB/s 2024-01-19T15:41:03.897 DEBUG:teuthology.orchestra.run.smithi031:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-19T15:41:03.957 DEBUG:teuthology.orchestra.run.smithi031:> stat /dev/vg_nvme/lv_2 2024-01-19T15:41:04.015 INFO:teuthology.orchestra.run.smithi031.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-19T15:41:04.015 INFO:teuthology.orchestra.run.smithi031.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-19T15:41:04.015 INFO:teuthology.orchestra.run.smithi031.stdout:Device: 6h/6d Inode: 160758 Links: 1 2024-01-19T15:41:04.015 INFO:teuthology.orchestra.run.smithi031.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-19T15:41:04.015 INFO:teuthology.orchestra.run.smithi031.stdout:Context: system_u:object_r:device_t:s0 2024-01-19T15:41:04.015 INFO:teuthology.orchestra.run.smithi031.stdout:Access: 2024-01-19 15:41:02.609783740 +0000 2024-01-19T15:41:04.015 INFO:teuthology.orchestra.run.smithi031.stdout:Modify: 2024-01-19 15:40:18.679951242 +0000 2024-01-19T15:41:04.015 INFO:teuthology.orchestra.run.smithi031.stdout:Change: 2024-01-19 15:40:18.679951242 +0000 2024-01-19T15:41:04.015 INFO:teuthology.orchestra.run.smithi031.stdout: Birth: - 2024-01-19T15:41:04.015 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-19T15:41:04.081 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records in 2024-01-19T15:41:04.081 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records out 2024-01-19T15:41:04.081 INFO:teuthology.orchestra.run.smithi031.stderr:512 bytes copied, 0.000208735 s, 2.5 MB/s 2024-01-19T15:41:04.082 DEBUG:teuthology.orchestra.run.smithi031:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-19T15:41:04.142 DEBUG:teuthology.orchestra.run.smithi031:> stat /dev/vg_nvme/lv_3 2024-01-19T15:41:04.200 INFO:teuthology.orchestra.run.smithi031.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-19T15:41:04.200 INFO:teuthology.orchestra.run.smithi031.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-19T15:41:04.200 INFO:teuthology.orchestra.run.smithi031.stdout:Device: 6h/6d Inode: 168027 Links: 1 2024-01-19T15:41:04.200 INFO:teuthology.orchestra.run.smithi031.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-19T15:41:04.200 INFO:teuthology.orchestra.run.smithi031.stdout:Context: system_u:object_r:device_t:s0 2024-01-19T15:41:04.200 INFO:teuthology.orchestra.run.smithi031.stdout:Access: 2024-01-19 15:41:02.609783740 +0000 2024-01-19T15:41:04.200 INFO:teuthology.orchestra.run.smithi031.stdout:Modify: 2024-01-19 15:40:19.028945683 +0000 2024-01-19T15:41:04.200 INFO:teuthology.orchestra.run.smithi031.stdout:Change: 2024-01-19 15:40:19.028945683 +0000 2024-01-19T15:41:04.200 INFO:teuthology.orchestra.run.smithi031.stdout: Birth: - 2024-01-19T15:41:04.200 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-19T15:41:04.266 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records in 2024-01-19T15:41:04.266 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records out 2024-01-19T15:41:04.266 INFO:teuthology.orchestra.run.smithi031.stderr:512 bytes copied, 0.000174414 s, 2.9 MB/s 2024-01-19T15:41:04.267 DEBUG:teuthology.orchestra.run.smithi031:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-19T15:41:04.327 DEBUG:teuthology.orchestra.run.smithi031:> stat /dev/vg_nvme/lv_4 2024-01-19T15:41:04.385 INFO:teuthology.orchestra.run.smithi031.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-19T15:41:04.385 INFO:teuthology.orchestra.run.smithi031.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-19T15:41:04.385 INFO:teuthology.orchestra.run.smithi031.stdout:Device: 6h/6d Inode: 164223 Links: 1 2024-01-19T15:41:04.385 INFO:teuthology.orchestra.run.smithi031.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-19T15:41:04.385 INFO:teuthology.orchestra.run.smithi031.stdout:Context: system_u:object_r:device_t:s0 2024-01-19T15:41:04.385 INFO:teuthology.orchestra.run.smithi031.stdout:Access: 2024-01-19 15:41:02.609783740 +0000 2024-01-19T15:41:04.385 INFO:teuthology.orchestra.run.smithi031.stdout:Modify: 2024-01-19 15:40:19.395939837 +0000 2024-01-19T15:41:04.385 INFO:teuthology.orchestra.run.smithi031.stdout:Change: 2024-01-19 15:40:19.395939837 +0000 2024-01-19T15:41:04.385 INFO:teuthology.orchestra.run.smithi031.stdout: Birth: - 2024-01-19T15:41:04.386 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-19T15:41:04.451 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records in 2024-01-19T15:41:04.451 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records out 2024-01-19T15:41:04.451 INFO:teuthology.orchestra.run.smithi031.stderr:512 bytes copied, 0.000209496 s, 2.4 MB/s 2024-01-19T15:41:04.452 DEBUG:teuthology.orchestra.run.smithi031:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-19T15:41:04.510 DEBUG:teuthology.orchestra.run.smithi031:> 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-19T15:41:04.645 INFO:teuthology.orchestra.run.smithi031.stdout:loop 2024-01-19T15:41:04.646 INFO:tasks.nvme_loop:Connecting nvme_loop smithi031:/dev/vg_nvme/lv_1... 2024-01-19T15:41:04.646 DEBUG:teuthology.orchestra.run.smithi031:> 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-19T15:41:04.683 INFO:teuthology.orchestra.run.smithi031.stdout:1 2024-01-19T15:41:04.717 INFO:teuthology.orchestra.run.smithi031.stdout:/dev/vg_nvme/lv_11 2024-01-19T15:41:04.756 INFO:tasks.nvme_loop:Connecting nvme_loop smithi031:/dev/vg_nvme/lv_2... 2024-01-19T15:41:04.757 DEBUG:teuthology.orchestra.run.smithi031:> 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-19T15:41:04.835 INFO:teuthology.orchestra.run.smithi031.stdout:1 2024-01-19T15:41:04.869 INFO:teuthology.orchestra.run.smithi031.stdout:/dev/vg_nvme/lv_21 2024-01-19T15:41:04.907 INFO:tasks.nvme_loop:Connecting nvme_loop smithi031:/dev/vg_nvme/lv_3... 2024-01-19T15:41:04.907 DEBUG:teuthology.orchestra.run.smithi031:> 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-19T15:41:04.983 INFO:teuthology.orchestra.run.smithi031.stdout:1 2024-01-19T15:41:05.017 INFO:teuthology.orchestra.run.smithi031.stdout:/dev/vg_nvme/lv_31 2024-01-19T15:41:05.055 INFO:tasks.nvme_loop:Connecting nvme_loop smithi031:/dev/vg_nvme/lv_4... 2024-01-19T15:41:05.056 DEBUG:teuthology.orchestra.run.smithi031:> 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-19T15:41:05.132 INFO:teuthology.orchestra.run.smithi031.stdout:1 2024-01-19T15:41:05.166 INFO:teuthology.orchestra.run.smithi031.stdout:/dev/vg_nvme/lv_41 2024-01-19T15:41:05.204 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-01-19T15:41:05.205 DEBUG:teuthology.orchestra.run.smithi031:> dd if=/scratch_devs of=/dev/stdout 2024-01-19T15:41:05.263 DEBUG:teuthology.orchestra.run.smithi031:> sudo nvme list 2024-01-19T15:41:05.329 INFO:teuthology.orchestra.run.smithi031.stdout:Node SN Model Namespace Usage Format FW Rev 2024-01-19T15:41:05.329 INFO:teuthology.orchestra.run.smithi031.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-01-19T15:41:05.329 INFO:teuthology.orchestra.run.smithi031.stdout:/dev/nvme0n1 CVFT53310008400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-01-19T15:41:05.329 INFO:teuthology.orchestra.run.smithi031.stdout:/dev/nvme1n1 11c5141b94aa684b568f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-19T15:41:05.329 INFO:teuthology.orchestra.run.smithi031.stdout:/dev/nvme2n1 0639f94dcd0738b4dc47 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-19T15:41:05.329 INFO:teuthology.orchestra.run.smithi031.stdout:/dev/nvme3n1 786895b86523ba4cb64d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-19T15:41:05.329 INFO:teuthology.orchestra.run.smithi031.stdout:/dev/nvme4n1 7f71b01b69dcf59347c9 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-19T15:41:05.330 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-19T15:41:05.330 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-01-19T15:41:05.330 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/scratch_devs 2024-01-19T15:41:05.398 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-01-19T15:41:05.398 DEBUG:teuthology.orchestra.run.smithi089:> dd if=/scratch_devs of=/dev/stdout 2024-01-19T15:41:05.420 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-19T15:41:05.420 DEBUG:teuthology.orchestra.run.smithi089:> stat /dev/vg_nvme/lv_1 2024-01-19T15:41:05.480 INFO:teuthology.orchestra.run.smithi089.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-19T15:41:05.480 INFO:teuthology.orchestra.run.smithi089.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-19T15:41:05.481 INFO:teuthology.orchestra.run.smithi089.stdout:Device: 6h/6d Inode: 159362 Links: 1 2024-01-19T15:41:05.481 INFO:teuthology.orchestra.run.smithi089.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-19T15:41:05.481 INFO:teuthology.orchestra.run.smithi089.stdout:Context: system_u:object_r:device_t:s0 2024-01-19T15:41:05.481 INFO:teuthology.orchestra.run.smithi089.stdout:Access: 2024-01-19 15:41:02.539398378 +0000 2024-01-19T15:41:05.481 INFO:teuthology.orchestra.run.smithi089.stdout:Modify: 2024-01-19 15:40:12.480018581 +0000 2024-01-19T15:41:05.481 INFO:teuthology.orchestra.run.smithi089.stdout:Change: 2024-01-19 15:40:12.480018581 +0000 2024-01-19T15:41:05.481 INFO:teuthology.orchestra.run.smithi089.stdout: Birth: - 2024-01-19T15:41:05.481 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-19T15:41:05.550 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records in 2024-01-19T15:41:05.550 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records out 2024-01-19T15:41:05.550 INFO:teuthology.orchestra.run.smithi089.stderr:512 bytes copied, 0.000256714 s, 2.0 MB/s 2024-01-19T15:41:05.551 DEBUG:teuthology.orchestra.run.smithi089:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-19T15:41:05.612 DEBUG:teuthology.orchestra.run.smithi089:> stat /dev/vg_nvme/lv_2 2024-01-19T15:41:05.671 INFO:teuthology.orchestra.run.smithi089.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-19T15:41:05.671 INFO:teuthology.orchestra.run.smithi089.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-19T15:41:05.671 INFO:teuthology.orchestra.run.smithi089.stdout:Device: 6h/6d Inode: 161419 Links: 1 2024-01-19T15:41:05.671 INFO:teuthology.orchestra.run.smithi089.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-19T15:41:05.671 INFO:teuthology.orchestra.run.smithi089.stdout:Context: system_u:object_r:device_t:s0 2024-01-19T15:41:05.671 INFO:teuthology.orchestra.run.smithi089.stdout:Access: 2024-01-19 15:41:02.539398378 +0000 2024-01-19T15:41:05.671 INFO:teuthology.orchestra.run.smithi089.stdout:Modify: 2024-01-19 15:40:12.798011369 +0000 2024-01-19T15:41:05.671 INFO:teuthology.orchestra.run.smithi089.stdout:Change: 2024-01-19 15:40:12.798011369 +0000 2024-01-19T15:41:05.671 INFO:teuthology.orchestra.run.smithi089.stdout: Birth: - 2024-01-19T15:41:05.671 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-19T15:41:05.738 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records in 2024-01-19T15:41:05.739 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records out 2024-01-19T15:41:05.739 INFO:teuthology.orchestra.run.smithi089.stderr:512 bytes copied, 0.000222764 s, 2.3 MB/s 2024-01-19T15:41:05.740 DEBUG:teuthology.orchestra.run.smithi089:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-19T15:41:05.799 DEBUG:teuthology.orchestra.run.smithi089:> stat /dev/vg_nvme/lv_3 2024-01-19T15:41:05.858 INFO:teuthology.orchestra.run.smithi089.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-19T15:41:05.858 INFO:teuthology.orchestra.run.smithi089.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-19T15:41:05.858 INFO:teuthology.orchestra.run.smithi089.stdout:Device: 6h/6d Inode: 164376 Links: 1 2024-01-19T15:41:05.858 INFO:teuthology.orchestra.run.smithi089.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-19T15:41:05.858 INFO:teuthology.orchestra.run.smithi089.stdout:Context: system_u:object_r:device_t:s0 2024-01-19T15:41:05.859 INFO:teuthology.orchestra.run.smithi089.stdout:Access: 2024-01-19 15:41:02.539398378 +0000 2024-01-19T15:41:05.859 INFO:teuthology.orchestra.run.smithi089.stdout:Modify: 2024-01-19 15:40:13.123004000 +0000 2024-01-19T15:41:05.859 INFO:teuthology.orchestra.run.smithi089.stdout:Change: 2024-01-19 15:40:13.123004000 +0000 2024-01-19T15:41:05.859 INFO:teuthology.orchestra.run.smithi089.stdout: Birth: - 2024-01-19T15:41:05.859 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-19T15:41:05.926 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records in 2024-01-19T15:41:05.926 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records out 2024-01-19T15:41:05.926 INFO:teuthology.orchestra.run.smithi089.stderr:512 bytes copied, 0.000178605 s, 2.9 MB/s 2024-01-19T15:41:05.927 DEBUG:teuthology.orchestra.run.smithi089:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-19T15:41:05.987 DEBUG:teuthology.orchestra.run.smithi089:> stat /dev/vg_nvme/lv_4 2024-01-19T15:41:06.046 INFO:teuthology.orchestra.run.smithi089.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-19T15:41:06.046 INFO:teuthology.orchestra.run.smithi089.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-19T15:41:06.046 INFO:teuthology.orchestra.run.smithi089.stdout:Device: 6h/6d Inode: 162569 Links: 1 2024-01-19T15:41:06.046 INFO:teuthology.orchestra.run.smithi089.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-19T15:41:06.046 INFO:teuthology.orchestra.run.smithi089.stdout:Context: system_u:object_r:device_t:s0 2024-01-19T15:41:06.046 INFO:teuthology.orchestra.run.smithi089.stdout:Access: 2024-01-19 15:41:02.539398378 +0000 2024-01-19T15:41:06.047 INFO:teuthology.orchestra.run.smithi089.stdout:Modify: 2024-01-19 15:40:13.472996064 +0000 2024-01-19T15:41:06.047 INFO:teuthology.orchestra.run.smithi089.stdout:Change: 2024-01-19 15:40:13.472996064 +0000 2024-01-19T15:41:06.047 INFO:teuthology.orchestra.run.smithi089.stdout: Birth: - 2024-01-19T15:41:06.047 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-19T15:41:06.113 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records in 2024-01-19T15:41:06.113 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records out 2024-01-19T15:41:06.113 INFO:teuthology.orchestra.run.smithi089.stderr:512 bytes copied, 0.00023697 s, 2.2 MB/s 2024-01-19T15:41:06.114 DEBUG:teuthology.orchestra.run.smithi089:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-19T15:41:06.175 DEBUG:teuthology.orchestra.run.smithi089:> 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-19T15:41:06.294 INFO:teuthology.orchestra.run.smithi089.stdout:loop 2024-01-19T15:41:06.295 INFO:tasks.nvme_loop:Connecting nvme_loop smithi089:/dev/vg_nvme/lv_1... 2024-01-19T15:41:06.296 DEBUG:teuthology.orchestra.run.smithi089:> 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-19T15:41:06.330 INFO:teuthology.orchestra.run.smithi089.stdout:1 2024-01-19T15:41:06.363 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/vg_nvme/lv_11 2024-01-19T15:41:06.401 INFO:tasks.nvme_loop:Connecting nvme_loop smithi089:/dev/vg_nvme/lv_2... 2024-01-19T15:41:06.401 DEBUG:teuthology.orchestra.run.smithi089:> 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-19T15:41:06.477 INFO:teuthology.orchestra.run.smithi089.stdout:1 2024-01-19T15:41:06.510 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/vg_nvme/lv_21 2024-01-19T15:41:06.547 INFO:tasks.nvme_loop:Connecting nvme_loop smithi089:/dev/vg_nvme/lv_3... 2024-01-19T15:41:06.547 DEBUG:teuthology.orchestra.run.smithi089:> 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-19T15:41:06.622 INFO:teuthology.orchestra.run.smithi089.stdout:1 2024-01-19T15:41:06.654 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/vg_nvme/lv_31 2024-01-19T15:41:06.691 INFO:tasks.nvme_loop:Connecting nvme_loop smithi089:/dev/vg_nvme/lv_4... 2024-01-19T15:41:06.691 DEBUG:teuthology.orchestra.run.smithi089:> 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-19T15:41:06.766 INFO:teuthology.orchestra.run.smithi089.stdout:1 2024-01-19T15:41:06.799 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/vg_nvme/lv_41 2024-01-19T15:41:06.837 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-01-19T15:41:06.837 DEBUG:teuthology.orchestra.run.smithi089:> dd if=/scratch_devs of=/dev/stdout 2024-01-19T15:41:06.896 DEBUG:teuthology.orchestra.run.smithi089:> sudo nvme list 2024-01-19T15:41:06.961 INFO:teuthology.orchestra.run.smithi089.stdout:Node SN Model Namespace Usage Format FW Rev 2024-01-19T15:41:06.961 INFO:teuthology.orchestra.run.smithi089.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-01-19T15:41:06.961 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/nvme0n1 PHFT62040126400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-01-19T15:41:06.962 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/nvme1n1 c6c65ca5dd1c8c532976 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-19T15:41:06.962 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/nvme2n1 02ecc93f889187fe0c9a Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-19T15:41:06.962 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/nvme3n1 0ab82794e7471466591a Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-19T15:41:06.962 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/nvme4n1 e9ec8638d8d0ac7d04de Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-19T15:41:06.962 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-19T15:41:06.963 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-01-19T15:41:06.963 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd of=/scratch_devs 2024-01-19T15:41:07.029 INFO:teuthology.run_tasks:Running task cephadm... 2024-01-19T15:41:07.099 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': '491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0'} 2024-01-19T15:41:07.099 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 2024-01-19T15:41:07.100 INFO:tasks.cephadm:Cluster fsid is 293fb3f6-b6e1-11ee-95b0-87774f69a715 2024-01-19T15:41:07.100 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-01-19T15:41:07.100 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-01-19T15:41:07.100 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi031': '172.21.15.31', 'mon.smithi089': '172.21.15.89'} 2024-01-19T15:41:07.100 INFO:tasks.cephadm:Normalizing hostnames... 2024-01-19T15:41:07.100 DEBUG:teuthology.orchestra.run.smithi031:> sudo hostname $(hostname -s) 2024-01-19T15:41:07.135 DEBUG:teuthology.orchestra.run.smithi089:> sudo hostname $(hostname -s) 2024-01-19T15:41:07.161 INFO:tasks.cephadm:Downloading cephadm (repo https://git.ceph.com/ceph-ci.git ref 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0)... 2024-01-19T15:41:07.161 DEBUG:teuthology.orchestra.run.smithi031:> git clone https://git.ceph.com/ceph-ci.git testrepo && cd testrepo && git show 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0:src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-19T15:41:07.196 INFO:teuthology.orchestra.run.smithi031.stderr:Cloning into 'testrepo'... 2024-01-19T15:42:21.089 INFO:teuthology.orchestra.run.smithi031.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Jan 19 15:42 /home/ubuntu/cephtest/cephadm 2024-01-19T15:42:21.090 DEBUG:teuthology.orchestra.run.smithi089:> git clone https://git.ceph.com/ceph-ci.git testrepo && cd testrepo && git show 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0:src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-19T15:42:21.114 INFO:teuthology.orchestra.run.smithi089.stderr:Cloning into 'testrepo'... 2024-01-19T15:43:27.986 INFO:teuthology.orchestra.run.smithi089.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Jan 19 15:43 /home/ubuntu/cephtest/cephadm 2024-01-19T15:43:27.987 DEBUG:teuthology.orchestra.run.smithi031:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-19T15:43:28.010 DEBUG:teuthology.orchestra.run.smithi089:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-19T15:43:28.053 DEBUG:teuthology.orchestra.run.smithi031:> sudo mkdir -p /etc/ceph 2024-01-19T15:43:28.087 DEBUG:teuthology.orchestra.run.smithi089:> sudo mkdir -p /etc/ceph 2024-01-19T15:43:28.115 DEBUG:teuthology.orchestra.run.smithi031:> sudo chmod 777 /etc/ceph 2024-01-19T15:43:28.159 DEBUG:teuthology.orchestra.run.smithi089:> sudo chmod 777 /etc/ceph 2024-01-19T15:43:28.185 INFO:tasks.cephadm:Writing seed config... 2024-01-19T15:43:28.186 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-01-19T15:43:28.187 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-01-19T15:43:28.187 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-01-19T15:43:28.187 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-01-19T15:43:28.187 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-01-19T15:43:28.187 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-01-19T15:43:28.187 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-01-19T15:43:28.187 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-01-19T15:43:28.188 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-01-19T15:43:28.188 DEBUG:teuthology.orchestra.run.smithi031:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-01-19T15:43:28.219 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 = 293fb3f6-b6e1-11ee-95b0-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-01-19T15:43:28.220 DEBUG:teuthology.orchestra.run.smithi031:mon.smithi031> sudo journalctl -f -n 0 -u ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715@mon.smithi031.service 2024-01-19T15:43:28.262 INFO:tasks.cephadm:Bootstrapping... 2024-01-19T15:43:28.262 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 -v bootstrap --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.31 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-01-19T15:43:28.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:-- Logs begin at Fri 2024-01-19 15:34:36 UTC. -- 2024-01-19T15:43:28.574 INFO:teuthology.orchestra.run.smithi031.stderr:-------------------------------------------------------------------------------- 2024-01-19T15:43:28.575 INFO:teuthology.orchestra.run.smithi031.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0', '-v', 'bootstrap', '--fsid', '293fb3f6-b6e1-11ee-95b0-87774f69a715', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '172.21.15.31', '--skip-admin-label'] 2024-01-19T15:43:29.199 INFO:teuthology.orchestra.run.smithi031.stderr:/bin/podman: 4.6.1 2024-01-19T15:43:29.210 INFO:teuthology.orchestra.run.smithi031.stderr:Verifying podman|docker is present... 2024-01-19T15:43:29.232 INFO:teuthology.orchestra.run.smithi031.stderr:/bin/podman: 4.6.1 2024-01-19T15:43:29.241 INFO:teuthology.orchestra.run.smithi031.stderr:Verifying lvm2 is present... 2024-01-19T15:43:29.241 INFO:teuthology.orchestra.run.smithi031.stderr:Verifying time synchronization is in place... 2024-01-19T15:43:29.248 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-19T15:43:29.255 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: inactive 2024-01-19T15:43:29.261 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: enabled 2024-01-19T15:43:29.267 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: active 2024-01-19T15:43:29.268 INFO:teuthology.orchestra.run.smithi031.stderr:Unit chronyd.service is enabled and running 2024-01-19T15:43:29.268 INFO:teuthology.orchestra.run.smithi031.stderr:Repeating the final host check... 2024-01-19T15:43:29.288 INFO:teuthology.orchestra.run.smithi031.stderr:/bin/podman: 4.6.1 2024-01-19T15:43:29.299 INFO:teuthology.orchestra.run.smithi031.stderr:podman (/bin/podman) version 4.6.1 is present 2024-01-19T15:43:29.299 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl is present 2024-01-19T15:43:29.299 INFO:teuthology.orchestra.run.smithi031.stderr:lvcreate is present 2024-01-19T15:43:29.305 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-19T15:43:29.310 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: inactive 2024-01-19T15:43:29.317 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: enabled 2024-01-19T15:43:29.322 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: active 2024-01-19T15:43:29.323 INFO:teuthology.orchestra.run.smithi031.stderr:Unit chronyd.service is enabled and running 2024-01-19T15:43:29.323 INFO:teuthology.orchestra.run.smithi031.stderr:Host looks OK 2024-01-19T15:43:29.323 INFO:teuthology.orchestra.run.smithi031.stderr:Cluster fsid: 293fb3f6-b6e1-11ee-95b0-87774f69a715 2024-01-19T15:43:29.323 INFO:teuthology.orchestra.run.smithi031.stderr:Acquiring lock 139640322891904 on /run/cephadm/293fb3f6-b6e1-11ee-95b0-87774f69a715.lock 2024-01-19T15:43:29.324 INFO:teuthology.orchestra.run.smithi031.stderr:Lock 139640322891904 acquired on /run/cephadm/293fb3f6-b6e1-11ee-95b0-87774f69a715.lock 2024-01-19T15:43:29.324 INFO:teuthology.orchestra.run.smithi031.stderr:Verifying IP 172.21.15.31 port 3300 ... 2024-01-19T15:43:29.324 INFO:teuthology.orchestra.run.smithi031.stderr:Verifying IP 172.21.15.31 port 6789 ... 2024-01-19T15:43:29.324 INFO:teuthology.orchestra.run.smithi031.stderr:Base mon IP(s) is [172.21.15.31:3300, 172.21.15.31:6789], mon addrv is [v2:172.21.15.31:3300,v1:172.21.15.31:6789] 2024-01-19T15:43:29.327 INFO:teuthology.orchestra.run.smithi031.stderr:/sbin/ip: default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.31 metric 100 2024-01-19T15:43:29.328 INFO:teuthology.orchestra.run.smithi031.stderr:/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.31 metric 100 2024-01-19T15:43:29.330 INFO:teuthology.orchestra.run.smithi031.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-01-19T15:43:29.331 INFO:teuthology.orchestra.run.smithi031.stderr:/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-01-19T15:43:29.331 INFO:teuthology.orchestra.run.smithi031.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1794sec hoplimit 64 pref medium 2024-01-19T15:43:29.333 INFO:teuthology.orchestra.run.smithi031.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-01-19T15:43:29.333 INFO:teuthology.orchestra.run.smithi031.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-01-19T15:43:29.333 INFO:teuthology.orchestra.run.smithi031.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-19T15:43:29.334 INFO:teuthology.orchestra.run.smithi031.stderr:/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2024-01-19T15:43:29.334 INFO:teuthology.orchestra.run.smithi031.stderr:/sbin/ip: inet6 fe80::ae1f:6bff:fea5:caba/64 scope link 2024-01-19T15:43:29.334 INFO:teuthology.orchestra.run.smithi031.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-19T15:43:29.334 INFO:teuthology.orchestra.run.smithi031.stderr:Mon IP `172.21.15.31` is in CIDR network `172.21.0.0/20` 2024-01-19T15:43:29.335 INFO:teuthology.orchestra.run.smithi031.stderr:Mon IP `172.21.15.31` is in CIDR network `172.21.0.0/20` 2024-01-19T15:43:29.335 INFO:teuthology.orchestra.run.smithi031.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-01-19T15:43:29.335 INFO:teuthology.orchestra.run.smithi031.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-01-19T15:43:29.336 INFO:teuthology.orchestra.run.smithi031.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0... 2024-01-19T15:43:29.426 INFO:teuthology.orchestra.run.smithi031.stderr:/bin/podman: Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0... 2024-01-19T15:43:29.570 INFO:teuthology.orchestra.run.smithi031.stderr:/bin/podman: Getting image source signatures 2024-01-19T15:43:29.578 INFO:teuthology.orchestra.run.smithi031.stderr:/bin/podman: Copying blob sha256:ecb73f1b33ca5c765d8e24628c1c6a399b04e14616899db57d68ae7d4430a2ee 2024-01-19T15:43:29.578 INFO:teuthology.orchestra.run.smithi031.stderr:/bin/podman: Copying blob sha256:5e626d36ac4f1d45a236dbd8432cdc26ef94c9815bb3ef5d8419bd9e76267eb6 2024-01-19T15:43:56.941 INFO:teuthology.orchestra.run.smithi031.stderr:/bin/podman: Copying config sha256:5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09 2024-01-19T15:43:57.156 INFO:teuthology.orchestra.run.smithi031.stderr:/bin/podman: Writing manifest to image destination 2024-01-19T15:43:59.137 INFO:teuthology.orchestra.run.smithi031.stderr:/bin/podman: 5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09 2024-01-19T15:43:59.744 INFO:teuthology.orchestra.run.smithi031.stderr:ceph: ceph version 16.2.14-454-g491b5e13 (491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0) pacific (stable) 2024-01-19T15:44:00.089 INFO:teuthology.orchestra.run.smithi031.stderr:Ceph version: ceph version 16.2.14-454-g491b5e13 (491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0) pacific (stable) 2024-01-19T15:44:00.089 INFO:teuthology.orchestra.run.smithi031.stderr:Extracting ceph user uid/gid from container image... 2024-01-19T15:44:00.360 INFO:teuthology.orchestra.run.smithi031.stderr:stat: 167 167 2024-01-19T15:44:00.629 INFO:teuthology.orchestra.run.smithi031.stderr:Creating initial keys... 2024-01-19T15:44:00.894 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-authtool: AQDAmKpl7hI6NBAAiSp4+Gy8ctoN8/qCB5nyeQ== 2024-01-19T15:44:01.460 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-authtool: AQDBmKplSAbmGhAAE6+CQqkTw8F/e2XS1PbMhQ== 2024-01-19T15:44:02.060 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-authtool: AQDCmKpl/3MMAxAAl44/hfenqUL/hmSvUEYbMw== 2024-01-19T15:44:02.391 INFO:teuthology.orchestra.run.smithi031.stderr:Creating initial monmap... 2024-01-19T15:44:02.652 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-19T15:44:02.652 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 293fb3f6-b6e1-11ee-95b0-87774f69a715 2024-01-19T15:44:02.652 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-19T15:44:03.002 INFO:teuthology.orchestra.run.smithi031.stderr:monmaptool for smithi031 [v2:172.21.15.31:3300,v1:172.21.15.31:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-19T15:44:03.002 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/monmaptool: set fsid to 293fb3f6-b6e1-11ee-95b0-87774f69a715 2024-01-19T15:44:03.002 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-19T15:44:03.002 INFO:teuthology.orchestra.run.smithi031.stderr: 2024-01-19T15:44:03.002 INFO:teuthology.orchestra.run.smithi031.stderr:Creating mon... 2024-01-19T15:44:03.289 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.258+0000 7f063bdec880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-19T15:44:03.317 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.258+0000 7f063bdec880 1 imported monmap: 2024-01-19T15:44:03.318 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: epoch 0 2024-01-19T15:44:03.318 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 2024-01-19T15:44:03.318 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: last_changed 2024-01-19T15:44:02.650999+0000 2024-01-19T15:44:03.318 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: created 2024-01-19T15:44:02.650999+0000 2024-01-19T15:44:03.318 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-01-19T15:44:03.318 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-01-19T15:44:03.318 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] mon.smithi031 2024-01-19T15:44:03.318 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: 2024-01-19T15:44:03.318 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.258+0000 7f063bdec880 0 /usr/bin/ceph-mon: set fsid to 293fb3f6-b6e1-11ee-95b0-87774f69a715 2024-01-19T15:44:03.318 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: RocksDB version: 6.8.1 2024-01-19T15:44:03.318 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: 2024-01-19T15:44:03.319 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-19T15:44:03.319 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Compile date Jan 17 2024 2024-01-19T15:44:03.319 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: DB SUMMARY 2024-01-19T15:44:03.319 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: 2024-01-19T15:44:03.319 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi031/store.db dir, Total Num: 0, files: 2024-01-19T15:44:03.319 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: 2024-01-19T15:44:03.319 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi031/store.db: 2024-01-19T15:44:03.319 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: 2024-01-19T15:44:03.319 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.error_if_exists: 0 2024-01-19T15:44:03.319 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.create_if_missing: 1 2024-01-19T15:44:03.319 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.paranoid_checks: 1 2024-01-19T15:44:03.319 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.env: 0x55594bd89080 2024-01-19T15:44:03.319 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.fs: Posix File System 2024-01-19T15:44:03.319 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.info_log: 0x55594cd91380 2024-01-19T15:44:03.320 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-19T15:44:03.320 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.statistics: (nil) 2024-01-19T15:44:03.320 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.use_fsync: 0 2024-01-19T15:44:03.320 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.max_log_file_size: 0 2024-01-19T15:44:03.320 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-19T15:44:03.320 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-19T15:44:03.320 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-19T15:44:03.320 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-19T15:44:03.320 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.allow_fallocate: 1 2024-01-19T15:44:03.320 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-19T15:44:03.320 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-19T15:44:03.320 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.use_direct_reads: 0 2024-01-19T15:44:03.320 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-19T15:44:03.321 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-19T15:44:03.321 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.db_log_dir: 2024-01-19T15:44:03.321 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi031/store.db 2024-01-19T15:44:03.321 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-19T15:44:03.321 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.max_subcompactions: 1 2024-01-19T15:44:03.321 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.max_background_flushes: -1 2024-01-19T15:44:03.321 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-19T15:44:03.321 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-19T15:44:03.321 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-19T15:44:03.321 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-19T15:44:03.321 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-19T15:44:03.321 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-19T15:44:03.321 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-19T15:44:03.321 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.write_buffer_manager: 0x55594cd97980 2024-01-19T15:44:03.322 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-19T15:44:03.322 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-19T15:44:03.322 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-19T15:44:03.322 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-19T15:44:03.322 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-19T15:44:03.322 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-19T15:44:03.322 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-19T15:44:03.322 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-19T15:44:03.322 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-19T15:44:03.322 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.unordered_write: 0 2024-01-19T15:44:03.322 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-19T15:44:03.322 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-19T15:44:03.322 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-19T15:44:03.322 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-19T15:44:03.323 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.row_cache: None 2024-01-19T15:44:03.323 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.wal_filter: None 2024-01-19T15:44:03.323 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-19T15:44:03.323 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-19T15:44:03.323 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.preserve_deletes: 0 2024-01-19T15:44:03.323 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.two_write_queues: 0 2024-01-19T15:44:03.323 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-19T15:44:03.323 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.atomic_flush: 0 2024-01-19T15:44:03.323 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-19T15:44:03.323 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-19T15:44:03.323 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-19T15:44:03.323 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.log_readahead_size: 0 2024-01-19T15:44:03.323 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-19T15:44:03.323 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.max_background_jobs: 2 2024-01-19T15:44:03.324 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.max_background_compactions: -1 2024-01-19T15:44:03.324 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-19T15:44:03.324 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-19T15:44:03.324 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-19T15:44:03.324 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-19T15:44:03.324 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-19T15:44:03.324 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-19T15:44:03.324 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-19T15:44:03.324 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-19T15:44:03.324 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.max_open_files: -1 2024-01-19T15:44:03.324 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-19T15:44:03.324 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-19T15:44:03.324 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-19T15:44:03.324 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-19T15:44:03.325 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Compression algorithms supported: 2024-01-19T15:44:03.325 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-19T15:44:03.325 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: kZSTD supported: 0 2024-01-19T15:44:03.325 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: kXpressCompression supported: 0 2024-01-19T15:44:03.325 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-19T15:44:03.325 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: kLZ4Compression supported: 1 2024-01-19T15:44:03.325 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: kBZip2Compression supported: 0 2024-01-19T15:44:03.325 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: kZlibCompression supported: 1 2024-01-19T15:44:03.325 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: kSnappyCompression supported: 1 2024-01-19T15:44:03.325 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-19T15:44:03.325 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.259+0000 7f063bdec880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-01-19T15:44:03.325 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: 2024-01-19T15:44:03.325 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi031/store.db/MANIFEST-000001 2024-01-19T15:44:03.325 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: 2024-01-19T15:44:03.326 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-19T15:44:03.326 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: 2024-01-19T15:44:03.326 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-19T15:44:03.326 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.merge_operator: 2024-01-19T15:44:03.326 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.compaction_filter: None 2024-01-19T15:44:03.326 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-19T15:44:03.326 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-19T15:44:03.326 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-19T15:44:03.326 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55594cca7d30) 2024-01-19T15:44:03.326 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-01-19T15:44:03.326 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-19T15:44:03.326 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-19T15:44:03.326 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-01-19T15:44:03.327 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: index_type: 0 2024-01-19T15:44:03.327 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-01-19T15:44:03.327 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-01-19T15:44:03.327 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-01-19T15:44:03.327 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-01-19T15:44:03.327 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: checksum: 1 2024-01-19T15:44:03.327 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-01-19T15:44:03.327 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: block_cache: 0x55594ccdcd10 2024-01-19T15:44:03.327 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-01-19T15:44:03.327 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-01-19T15:44:03.327 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-01-19T15:44:03.327 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-01-19T15:44:03.327 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-01-19T15:44:03.327 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-01-19T15:44:03.328 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-01-19T15:44:03.328 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-01-19T15:44:03.328 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-01-19T15:44:03.328 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-01-19T15:44:03.328 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-01-19T15:44:03.328 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-01-19T15:44:03.328 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-01-19T15:44:03.328 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-01-19T15:44:03.328 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-01-19T15:44:03.328 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-19T15:44:03.328 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-01-19T15:44:03.328 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-01-19T15:44:03.328 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-01-19T15:44:03.329 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: format_version: 2 2024-01-19T15:44:03.329 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-01-19T15:44:03.329 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: block_align: 0 2024-01-19T15:44:03.329 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: 2024-01-19T15:44:03.329 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-19T15:44:03.329 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-19T15:44:03.329 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.compression: NoCompression 2024-01-19T15:44:03.329 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-19T15:44:03.329 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-19T15:44:03.329 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-19T15:44:03.329 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.num_levels: 7 2024-01-19T15:44:03.329 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-19T15:44:03.329 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-19T15:44:03.330 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-19T15:44:03.330 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-19T15:44:03.330 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-19T15:44:03.330 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-19T15:44:03.330 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-19T15:44:03.330 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-19T15:44:03.330 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-19T15:44:03.330 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-19T15:44:03.330 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-19T15:44:03.330 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-19T15:44:03.330 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-19T15:44:03.330 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-19T15:44:03.330 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-19T15:44:03.331 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-19T15:44:03.331 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-19T15:44:03.331 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-19T15:44:03.331 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-19T15:44:03.331 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-19T15:44:03.331 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-19T15:44:03.331 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-19T15:44:03.331 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-19T15:44:03.331 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-19T15:44:03.331 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-19T15:44:03.331 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-19T15:44:03.331 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-19T15:44:03.331 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-19T15:44:03.332 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-19T15:44:03.332 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-19T15:44:03.332 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-19T15:44:03.332 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-19T15:44:03.332 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-19T15:44:03.332 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-19T15:44:03.332 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-19T15:44:03.332 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-19T15:44:03.332 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-19T15:44:03.332 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-19T15:44:03.332 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-19T15:44:03.332 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-19T15:44:03.332 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-19T15:44:03.332 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-19T15:44:03.332 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-19T15:44:03.333 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-19T15:44:03.333 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-19T15:44:03.333 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-19T15:44:03.333 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-19T15:44:03.333 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.table_properties_collectors: 2024-01-19T15:44:03.333 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.inplace_update_support: 0 2024-01-19T15:44:03.333 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-19T15:44:03.333 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-19T15:44:03.333 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-19T15:44:03.333 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-19T15:44:03.333 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.bloom_locality: 0 2024-01-19T15:44:03.333 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.max_successive_merges: 0 2024-01-19T15:44:03.333 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-19T15:44:03.334 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-19T15:44:03.334 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-19T15:44:03.334 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-19T15:44:03.334 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.ttl: 2592000 2024-01-19T15:44:03.334 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-19T15:44:03.334 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi031/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-19T15:44:03.334 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: 2024-01-19T15:44:03.334 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.260+0000 7f063bdec880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-01-19T15:44:03.334 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: 2024-01-19T15:44:03.334 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.263+0000 7f063bdec880 4 rocksdb: DB pointer 0x55594cda5800 2024-01-19T15:44:03.334 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.263+0000 7f0624c60700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-19T15:44:03.334 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.263+0000 7f0624c60700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-19T15:44:03.335 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-01-19T15:44:03.335 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-19T15:44:03.335 INFO:teuthology.orchestra.run.smithi031.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-19T15:44:03.335 INFO:teuthology.orchestra.run.smithi031.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-19T15:44:03.335 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-19T15:44:03.335 INFO:teuthology.orchestra.run.smithi031.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-19T15:44:03.335 INFO:teuthology.orchestra.run.smithi031.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-19T15:44:03.335 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-19T15:44:03.335 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: 2024-01-19T15:44:03.335 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-19T15:44:03.335 INFO:teuthology.orchestra.run.smithi031.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-19T15:44:03.335 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-19T15:44:03.335 INFO:teuthology.orchestra.run.smithi031.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-19T15:44:03.335 INFO:teuthology.orchestra.run.smithi031.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-19T15:44:03.336 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: 2024-01-19T15:44:03.336 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-19T15:44:03.336 INFO:teuthology.orchestra.run.smithi031.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-19T15:44:03.336 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-19T15:44:03.336 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-19T15:44:03.336 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-19T15:44:03.336 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-19T15:44:03.336 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-19T15:44:03.336 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-19T15:44:03.336 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-19T15:44:03.336 INFO:teuthology.orchestra.run.smithi031.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-19T15:44:03.336 INFO:teuthology.orchestra.run.smithi031.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-19T15:44:03.336 INFO:teuthology.orchestra.run.smithi031.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-19T15:44:03.337 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: 2024-01-19T15:44:03.337 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-19T15:44:03.337 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: 2024-01-19T15:44:03.337 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-19T15:44:03.337 INFO:teuthology.orchestra.run.smithi031.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-19T15:44:03.337 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-19T15:44:03.337 INFO:teuthology.orchestra.run.smithi031.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-19T15:44:03.337 INFO:teuthology.orchestra.run.smithi031.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-19T15:44:03.337 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: 2024-01-19T15:44:03.337 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-19T15:44:03.337 INFO:teuthology.orchestra.run.smithi031.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-19T15:44:03.337 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-19T15:44:03.337 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-19T15:44:03.338 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-19T15:44:03.338 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-19T15:44:03.338 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-19T15:44:03.338 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-19T15:44:03.338 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-19T15:44:03.338 INFO:teuthology.orchestra.run.smithi031.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-19T15:44:03.338 INFO:teuthology.orchestra.run.smithi031.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-19T15:44:03.338 INFO:teuthology.orchestra.run.smithi031.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-19T15:44:03.338 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: 2024-01-19T15:44:03.338 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-19T15:44:03.338 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: 2024-01-19T15:44:03.338 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.264+0000 7f063bdec880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-01-19T15:44:03.339 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.264+0000 7f063bdec880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-01-19T15:44:03.339 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph-mon: debug 2024-01-19T15:44:03.264+0000 7f063bdec880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi031 for mon.smithi031 2024-01-19T15:44:03.622 INFO:teuthology.orchestra.run.smithi031.stderr:create mon.smithi031 on 2024-01-19T15:44:03.733 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-01-19T15:44:03.829 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715.target → /etc/systemd/system/ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715.target. 2024-01-19T15:44:03.829 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715.target → /etc/systemd/system/ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715.target. 2024-01-19T15:44:04.051 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: Failed to reset failed state of unit ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715@mon.smithi031.service: Unit ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715@mon.smithi031.service not loaded. 2024-01-19T15:44:04.058 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: Created symlink /etc/systemd/system/ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715.target.wants/ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715@mon.smithi031.service → /etc/systemd/system/ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715@.service. 2024-01-19T15:44:04.514 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: disabled 2024-01-19T15:44:04.522 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: inactive 2024-01-19T15:44:04.522 INFO:teuthology.orchestra.run.smithi031.stderr:firewalld.service is not enabled 2024-01-19T15:44:04.522 INFO:teuthology.orchestra.run.smithi031.stderr:Not possible to enable service . firewalld.service is not available 2024-01-19T15:44:04.523 INFO:teuthology.orchestra.run.smithi031.stderr:Waiting for mon to start... 2024-01-19T15:44:04.523 INFO:teuthology.orchestra.run.smithi031.stderr:Waiting for mon... 2024-01-19T15:44:04.753 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:04 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[34761]: cluster 2024-01-19T15:44:04.530707+0000 mon.smithi031 (mon.0) 1 : cluster [INF] mon.smithi031 is new leader, mons smithi031 in quorum (ranks 0) 2024-01-19T15:44:05.020 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: cluster: 2024-01-19T15:44:05.022 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: id: 293fb3f6-b6e1-11ee-95b0-87774f69a715 2024-01-19T15:44:05.023 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-01-19T15:44:05.023 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: 2024-01-19T15:44:05.023 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: services: 2024-01-19T15:44:05.023 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi031 (age 0.485672s) 2024-01-19T15:44:05.023 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: mgr: no daemons active 2024-01-19T15:44:05.023 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-01-19T15:44:05.023 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: 2024-01-19T15:44:05.023 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: data: 2024-01-19T15:44:05.023 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-01-19T15:44:05.023 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-01-19T15:44:05.023 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-01-19T15:44:05.023 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: pgs: 2024-01-19T15:44:05.023 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: 2024-01-19T15:44:05.370 INFO:teuthology.orchestra.run.smithi031.stderr:mon is available 2024-01-19T15:44:05.370 INFO:teuthology.orchestra.run.smithi031.stderr:Assimilating anything we can from ceph.conf... 2024-01-19T15:44:05.590 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:05 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[34761]: cluster 2024-01-19T15:44:04.540988+0000 mon.smithi031 (mon.0) 2 : cluster [INF] mon.smithi031 is new leader, mons smithi031 in quorum (ranks 0) 2024-01-19T15:44:05.590 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:05 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[34761]: cluster 2024-01-19T15:44:04.542824+0000 mon.smithi031 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi031=[v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0]} removed_ranks: {} 2024-01-19T15:44:05.590 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:05 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[34761]: cluster 2024-01-19T15:44:04.547656+0000 mon.smithi031 (mon.0) 4 : cluster [DBG] fsmap 2024-01-19T15:44:05.590 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:05 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[34761]: cluster 2024-01-19T15:44:04.551385+0000 mon.smithi031 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-19T15:44:05.590 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:05 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[34761]: cluster 2024-01-19T15:44:04.551839+0000 mon.smithi031 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-01-19T15:44:05.590 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:05 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[34761]: audit 2024-01-19T15:44:05.026604+0000 mon.smithi031 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.31:0/937303391' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-01-19T15:44:05.844 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: 2024-01-19T15:44:05.845 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: [global] 2024-01-19T15:44:05.845 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: fsid = 293fb3f6-b6e1-11ee-95b0-87774f69a715 2024-01-19T15:44:05.845 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.31:3300,v1:172.21.15.31:6789] 2024-01-19T15:44:05.845 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-19T15:44:05.845 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-19T15:44:05.845 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-19T15:44:05.845 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-19T15:44:05.845 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: 2024-01-19T15:44:05.845 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: [mgr] 2024-01-19T15:44:05.845 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-19T15:44:05.845 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: 2024-01-19T15:44:05.845 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: [osd] 2024-01-19T15:44:05.846 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-19T15:44:05.846 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-19T15:44:06.178 INFO:teuthology.orchestra.run.smithi031.stderr:Generating new minimal ceph.conf... 2024-01-19T15:44:06.930 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:06 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[34761]: audit 2024-01-19T15:44:05.846801+0000 mon.smithi031 (mon.0) 8 : audit [INF] from='client.? 172.21.15.31:0/3211619008' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-19T15:44:06.931 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:06 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[34761]: audit 2024-01-19T15:44:05.850326+0000 mon.smithi031 (mon.0) 9 : audit [INF] from='client.? 172.21.15.31:0/3211619008' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-19T15:44:06.945 INFO:teuthology.orchestra.run.smithi031.stderr:Restarting the monitor... 2024-01-19T15:44:07.296 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:06 smithi031 systemd[1]: Stopping Ceph mon.smithi031 for 293fb3f6-b6e1-11ee-95b0-87774f69a715... 2024-01-19T15:44:07.296 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:06 smithi031 bash[35085]: Error: no container with name or ID "ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon.smithi031" found: no such container 2024-01-19T15:44:07.296 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:07 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[34761]: debug 2024-01-19T15:44:07.155+0000 7f421c85e700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi031 -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-19T15:44:07.296 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:07 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[34761]: debug 2024-01-19T15:44:07.155+0000 7f421c85e700 -1 mon.smithi031@0(leader) e1 *** Got Signal Terminated *** 2024-01-19T15:44:07.703 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:07 smithi031 bash[35123]: ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031 2024-01-19T15:44:07.989 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:07 smithi031 systemd[1]: ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715@mon.smithi031.service: Succeeded. 2024-01-19T15:44:07.989 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:07 smithi031 systemd[1]: Stopped Ceph mon.smithi031 for 293fb3f6-b6e1-11ee-95b0-87774f69a715. 2024-01-19T15:44:07.989 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:07 smithi031 systemd[1]: Starting Ceph mon.smithi031 for 293fb3f6-b6e1-11ee-95b0-87774f69a715... 2024-01-19T15:44:08.055 INFO:teuthology.orchestra.run.smithi031.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2024-01-19T15:44:08.296 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.049+0000 7ff4a550c880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-19T15:44:08.296 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.049+0000 7ff4a550c880 0 ceph version 16.2.14-454-g491b5e13 (491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0) pacific (stable), process ceph-mon, pid 7 2024-01-19T15:44:08.297 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.049+0000 7ff4a550c880 0 pidfile_write: ignore empty --pid-file 2024-01-19T15:44:08.297 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.053+0000 7ff4a550c880 0 load: jerasure load: lrc load: isa 2024-01-19T15:44:08.297 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: RocksDB version: 6.8.1 2024-01-19T15:44:08.297 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 2024-01-19T15:44:08.297 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-19T15:44:08.297 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Compile date Jan 17 2024 2024-01-19T15:44:08.297 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: DB SUMMARY 2024-01-19T15:44:08.297 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 2024-01-19T15:44:08.297 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: CURRENT file: CURRENT 2024-01-19T15:44:08.297 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 2024-01-19T15:44:08.297 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: IDENTITY file: IDENTITY 2024-01-19T15:44:08.297 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 2024-01-19T15:44:08.297 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-01-19T15:44:08.297 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 2024-01-19T15:44:08.298 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi031/store.db dir, Total Num: 1, files: 000004.sst 2024-01-19T15:44:08.298 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 2024-01-19T15:44:08.298 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi031/store.db: 000006.log size: 81188 ; 2024-01-19T15:44:08.298 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 2024-01-19T15:44:08.298 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.error_if_exists: 0 2024-01-19T15:44:08.298 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.create_if_missing: 0 2024-01-19T15:44:08.298 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.paranoid_checks: 1 2024-01-19T15:44:08.298 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.env: 0x561bf4c97080 2024-01-19T15:44:08.298 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.fs: Posix File System 2024-01-19T15:44:08.298 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.info_log: 0x561bf6bfbd20 2024-01-19T15:44:08.298 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-19T15:44:08.298 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.statistics: (nil) 2024-01-19T15:44:08.298 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.use_fsync: 0 2024-01-19T15:44:08.298 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.max_log_file_size: 0 2024-01-19T15:44:08.298 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-19T15:44:08.299 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-19T15:44:08.299 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-19T15:44:08.299 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-19T15:44:08.299 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.allow_fallocate: 1 2024-01-19T15:44:08.299 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-19T15:44:08.299 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-19T15:44:08.299 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.use_direct_reads: 0 2024-01-19T15:44:08.299 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-19T15:44:08.299 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-19T15:44:08.299 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.db_log_dir: 2024-01-19T15:44:08.299 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi031/store.db 2024-01-19T15:44:08.299 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-19T15:44:08.299 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.max_subcompactions: 1 2024-01-19T15:44:08.299 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.max_background_flushes: -1 2024-01-19T15:44:08.300 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-19T15:44:08.300 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-19T15:44:08.300 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-19T15:44:08.300 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-19T15:44:08.300 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-19T15:44:08.300 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-19T15:44:08.300 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-19T15:44:08.300 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.write_buffer_manager: 0x561bf7852480 2024-01-19T15:44:08.300 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-19T15:44:08.300 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-19T15:44:08.300 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-19T15:44:08.300 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-19T15:44:08.300 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-19T15:44:08.300 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-19T15:44:08.301 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-19T15:44:08.301 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-19T15:44:08.301 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-19T15:44:08.301 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.unordered_write: 0 2024-01-19T15:44:08.301 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-19T15:44:08.303 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-19T15:44:08.303 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-19T15:44:08.303 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-19T15:44:08.303 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.row_cache: None 2024-01-19T15:44:08.303 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.wal_filter: None 2024-01-19T15:44:08.303 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-19T15:44:08.303 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-19T15:44:08.303 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.preserve_deletes: 0 2024-01-19T15:44:08.303 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.two_write_queues: 0 2024-01-19T15:44:08.303 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-19T15:44:08.303 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.atomic_flush: 0 2024-01-19T15:44:08.303 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-19T15:44:08.303 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-19T15:44:08.303 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-19T15:44:08.304 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.log_readahead_size: 0 2024-01-19T15:44:08.304 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-19T15:44:08.304 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.max_background_jobs: 2 2024-01-19T15:44:08.304 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.max_background_compactions: -1 2024-01-19T15:44:08.304 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-19T15:44:08.304 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-19T15:44:08.304 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-19T15:44:08.304 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-19T15:44:08.304 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-19T15:44:08.304 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-19T15:44:08.304 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 bash[35243]: 9ac489e97ec6e171c6137483d3865dcb5312d49a1c3b9af2b33d8b45be12ae8b 2024-01-19T15:44:08.304 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-19T15:44:08.307 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-19T15:44:08.307 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.max_open_files: -1 2024-01-19T15:44:08.307 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-19T15:44:08.307 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-19T15:44:08.307 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-19T15:44:08.307 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-19T15:44:08.307 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Compression algorithms supported: 2024-01-19T15:44:08.307 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-19T15:44:08.308 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: kZSTD supported: 0 2024-01-19T15:44:08.308 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: kXpressCompression supported: 0 2024-01-19T15:44:08.308 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-19T15:44:08.308 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: kLZ4Compression supported: 1 2024-01-19T15:44:08.308 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: kBZip2Compression supported: 0 2024-01-19T15:44:08.308 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: kZlibCompression supported: 1 2024-01-19T15:44:08.308 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: kSnappyCompression supported: 1 2024-01-19T15:44:08.308 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-19T15:44:08.308 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi031/store.db/MANIFEST-000005 2024-01-19T15:44:08.308 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 2024-01-19T15:44:08.308 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-19T15:44:08.308 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 2024-01-19T15:44:08.308 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-19T15:44:08.308 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.merge_operator: 2024-01-19T15:44:08.309 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.compaction_filter: None 2024-01-19T15:44:08.309 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-19T15:44:08.309 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-19T15:44:08.309 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-19T15:44:08.309 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x561bf6babd28) 2024-01-19T15:44:08.309 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cache_index_and_filter_blocks: 1 2024-01-19T15:44:08.309 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-19T15:44:08.309 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-19T15:44:08.309 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: pin_top_level_index_and_filter: 1 2024-01-19T15:44:08.309 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: index_type: 0 2024-01-19T15:44:08.309 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: data_block_index_type: 0 2024-01-19T15:44:08.309 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: index_shortening: 1 2024-01-19T15:44:08.309 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: data_block_hash_table_util_ratio: 0.750000 2024-01-19T15:44:08.309 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: hash_index_allow_collision: 1 2024-01-19T15:44:08.310 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: checksum: 1 2024-01-19T15:44:08.310 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: no_block_cache: 0 2024-01-19T15:44:08.310 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: block_cache: 0x561bf6be0f10 2024-01-19T15:44:08.310 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: block_cache_name: BinnedLRUCache 2024-01-19T15:44:08.310 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: block_cache_options: 2024-01-19T15:44:08.310 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: capacity : 536870912 2024-01-19T15:44:08.310 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: num_shard_bits : 4 2024-01-19T15:44:08.310 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: strict_capacity_limit : 0 2024-01-19T15:44:08.310 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: high_pri_pool_ratio: 0.000 2024-01-19T15:44:08.310 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: block_cache_compressed: (nil) 2024-01-19T15:44:08.310 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: persistent_cache: (nil) 2024-01-19T15:44:08.310 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: block_size: 4096 2024-01-19T15:44:08.310 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: block_size_deviation: 10 2024-01-19T15:44:08.310 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: block_restart_interval: 16 2024-01-19T15:44:08.310 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: index_block_restart_interval: 1 2024-01-19T15:44:08.311 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: metadata_block_size: 4096 2024-01-19T15:44:08.311 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: partition_filters: 0 2024-01-19T15:44:08.311 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: use_delta_encoding: 1 2024-01-19T15:44:08.311 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-19T15:44:08.311 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: whole_key_filtering: 1 2024-01-19T15:44:08.311 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: verify_compression: 0 2024-01-19T15:44:08.311 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: read_amp_bytes_per_bit: 0 2024-01-19T15:44:08.311 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: format_version: 2 2024-01-19T15:44:08.311 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: enable_index_compression: 1 2024-01-19T15:44:08.311 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: block_align: 0 2024-01-19T15:44:08.311 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 2024-01-19T15:44:08.311 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-19T15:44:08.311 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-19T15:44:08.311 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.compression: NoCompression 2024-01-19T15:44:08.311 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-19T15:44:08.312 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-19T15:44:08.312 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-19T15:44:08.312 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.num_levels: 7 2024-01-19T15:44:08.312 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-19T15:44:08.312 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-19T15:44:08.312 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-19T15:44:08.312 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-19T15:44:08.312 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-19T15:44:08.312 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-19T15:44:08.312 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-19T15:44:08.312 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-19T15:44:08.312 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-19T15:44:08.312 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-19T15:44:08.312 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-19T15:44:08.313 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-19T15:44:08.313 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-19T15:44:08.313 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-19T15:44:08.313 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-19T15:44:08.313 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-19T15:44:08.313 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-19T15:44:08.313 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-19T15:44:08.313 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-19T15:44:08.313 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-19T15:44:08.313 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-19T15:44:08.313 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-19T15:44:08.313 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-19T15:44:08.313 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-19T15:44:08.313 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-19T15:44:08.313 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-19T15:44:08.314 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-19T15:44:08.314 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-19T15:44:08.314 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-19T15:44:08.314 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-19T15:44:08.314 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-19T15:44:08.314 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-19T15:44:08.314 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-19T15:44:08.314 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-19T15:44:08.314 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-19T15:44:08.314 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-19T15:44:08.314 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-19T15:44:08.314 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-19T15:44:08.314 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-19T15:44:08.314 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-19T15:44:08.314 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-19T15:44:08.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-19T15:44:08.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-19T15:44:08.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-19T15:44:08.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-19T15:44:08.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-19T15:44:08.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-19T15:44:08.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.table_properties_collectors: 2024-01-19T15:44:08.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.inplace_update_support: 0 2024-01-19T15:44:08.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-19T15:44:08.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-19T15:44:08.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-19T15:44:08.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-19T15:44:08.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.bloom_locality: 0 2024-01-19T15:44:08.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.max_successive_merges: 0 2024-01-19T15:44:08.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-19T15:44:08.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-19T15:44:08.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-19T15:44:08.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-19T15:44:08.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.ttl: 2592000 2024-01-19T15:44:08.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.054+0000 7ff4a550c880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-19T15:44:08.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.055+0000 7ff4a550c880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi031/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-19T15:44:08.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 2024-01-19T15:44:08.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.055+0000 7ff4a550c880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-01-19T15:44:08.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 2024-01-19T15:44:08.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.055+0000 7ff4a550c880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705679048055972, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-01-19T15:44:08.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.055+0000 7ff4a550c880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-01-19T15:44:08.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.055+0000 7ff4a550c880 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-19T15:44:08.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.055+0000 7ff4a550c880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705679048056826, "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": 1705679048, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-19T15:44:08.317 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.056+0000 7ff4a550c880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-01-19T15:44:08.317 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 2024-01-19T15:44:08.317 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.056+0000 7ff4a550c880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705679048057222, "job": 1, "event": "recovery_finished"} 2024-01-19T15:44:08.317 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.057+0000 7ff4a550c880 4 rocksdb: DB pointer 0x561bf6ca9800 2024-01-19T15:44:08.317 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.057+0000 7ff48c2ff700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-19T15:44:08.317 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.057+0000 7ff48c2ff700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-19T15:44:08.317 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: ** DB Stats ** 2024-01-19T15:44:08.317 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-19T15:44:08.317 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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-19T15:44:08.317 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-19T15:44:08.317 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-19T15:44:08.317 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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-19T15:44:08.317 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-19T15:44:08.317 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-19T15:44:08.318 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 2024-01-19T15:44:08.318 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: ** Compaction Stats [default] ** 2024-01-19T15:44:08.318 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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-19T15:44:08.318 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-19T15:44:08.318 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: L0 2/0 78.05 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 131.1 0.00 0.00 1 0.001 0 0 2024-01-19T15:44:08.318 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: Sum 2/0 78.05 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 131.1 0.00 0.00 1 0.001 0 0 2024-01-19T15:44:08.318 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 131.1 0.00 0.00 1 0.001 0 0 2024-01-19T15:44:08.318 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 2024-01-19T15:44:08.318 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: ** Compaction Stats [default] ** 2024-01-19T15:44:08.318 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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-19T15:44:08.318 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-19T15:44:08.318 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 131.1 0.00 0.00 1 0.001 0 0 2024-01-19T15:44:08.318 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-19T15:44:08.318 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-19T15:44:08.318 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-19T15:44:08.319 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: AddFile(Total Files): cumulative 0, interval 0 2024-01-19T15:44:08.319 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-19T15:44:08.319 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: AddFile(Keys): cumulative 0, interval 0 2024-01-19T15:44:08.319 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: Cumulative compaction: 0.00 GB write, 27.61 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-19T15:44:08.319 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: Interval compaction: 0.00 GB write, 27.61 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-19T15:44:08.319 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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-19T15:44:08.319 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 2024-01-19T15:44:08.319 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: ** File Read Latency Histogram By Level [default] ** 2024-01-19T15:44:08.319 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 2024-01-19T15:44:08.319 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: ** Compaction Stats [default] ** 2024-01-19T15:44:08.319 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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-19T15:44:08.319 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-19T15:44:08.319 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: L0 2/0 78.05 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 131.1 0.00 0.00 1 0.001 0 0 2024-01-19T15:44:08.319 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: Sum 2/0 78.05 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 131.1 0.00 0.00 1 0.001 0 0 2024-01-19T15:44:08.319 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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-19T15:44:08.320 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 2024-01-19T15:44:08.320 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: ** Compaction Stats [default] ** 2024-01-19T15:44:08.320 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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-19T15:44:08.320 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-19T15:44:08.320 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 131.1 0.00 0.00 1 0.001 0 0 2024-01-19T15:44:08.320 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-19T15:44:08.320 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-19T15:44:08.320 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-19T15:44:08.320 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: AddFile(Total Files): cumulative 0, interval 0 2024-01-19T15:44:08.320 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-19T15:44:08.320 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: AddFile(Keys): cumulative 0, interval 0 2024-01-19T15:44:08.320 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: Cumulative compaction: 0.00 GB write, 27.32 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-19T15:44:08.320 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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-19T15:44:08.321 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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-19T15:44:08.321 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 2024-01-19T15:44:08.321 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: ** File Read Latency Histogram By Level [default] ** 2024-01-19T15:44:08.321 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 2024-01-19T15:44:08.321 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.057+0000 7ff4a550c880 0 starting mon.smithi031 rank 0 at public addrs [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] at bind addrs [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi031 fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 2024-01-19T15:44:08.321 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.058+0000 7ff4a550c880 1 mon.smithi031@-1(???) e1 preinit fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 2024-01-19T15:44:08.321 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.058+0000 7ff4a550c880 0 mon.smithi031@-1(???).mds e1 new map 2024-01-19T15:44:08.321 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.058+0000 7ff4a550c880 0 mon.smithi031@-1(???).mds e1 print_map 2024-01-19T15:44:08.321 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: e1 2024-01-19T15:44:08.321 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: enable_multiple, ever_enabled_multiple: 1,1 2024-01-19T15:44:08.321 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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-19T15:44:08.321 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: legacy client fscid: -1 2024-01-19T15:44:08.321 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 2024-01-19T15:44:08.321 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: No filesystems configured 2024-01-19T15:44:08.321 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 2024-01-19T15:44:08.322 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.059+0000 7ff4a550c880 0 mon.smithi031@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-19T15:44:08.322 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.059+0000 7ff4a550c880 0 mon.smithi031@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-19T15:44:08.322 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.059+0000 7ff4a550c880 0 mon.smithi031@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-19T15:44:08.322 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.059+0000 7ff4a550c880 0 mon.smithi031@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-19T15:44:08.322 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:05.846801+0000 mon.smithi031 (mon.0) 8 : audit [INF] from='client.? 172.21.15.31:0/3211619008' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-19T15:44:08.322 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:05.850326+0000 mon.smithi031 (mon.0) 9 : audit [INF] from='client.? 172.21.15.31:0/3211619008' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-19T15:44:08.322 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:44:08.059+0000 7ff4a550c880 1 mon.smithi031@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-01-19T15:44:08.322 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 systemd[1]: Started Ceph mon.smithi031 for 293fb3f6-b6e1-11ee-95b0-87774f69a715. 2024-01-19T15:44:08.322 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:44:08.075507+0000 mon.smithi031 (mon.0) 1 : cluster [INF] mon.smithi031 is new leader, mons smithi031 in quorum (ranks 0) 2024-01-19T15:44:08.322 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:44:08.075576+0000 mon.smithi031 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi031=[v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0]} removed_ranks: {} 2024-01-19T15:44:08.322 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:44:08.087320+0000 mon.smithi031 (mon.0) 3 : cluster [DBG] fsmap 2024-01-19T15:44:08.322 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:44:08.087362+0000 mon.smithi031 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-19T15:44:08.322 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:44:08.088049+0000 mon.smithi031 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-01-19T15:44:08.828 INFO:teuthology.orchestra.run.smithi031.stderr:Wrote config to /etc/ceph/ceph.conf 2024-01-19T15:44:08.829 INFO:teuthology.orchestra.run.smithi031.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-01-19T15:44:08.829 INFO:teuthology.orchestra.run.smithi031.stderr:Creating mgr... 2024-01-19T15:44:08.829 INFO:teuthology.orchestra.run.smithi031.stderr:Verifying port 9283 ... 2024-01-19T15:44:08.970 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: Failed to reset failed state of unit ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715@mgr.smithi031.kqtrbh.service: Unit ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715@mgr.smithi031.kqtrbh.service not loaded. 2024-01-19T15:44:08.976 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: Created symlink /etc/systemd/system/ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715.target.wants/ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715@mgr.smithi031.kqtrbh.service → /etc/systemd/system/ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715@.service. 2024-01-19T15:44:09.465 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: disabled 2024-01-19T15:44:09.475 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: inactive 2024-01-19T15:44:09.476 INFO:teuthology.orchestra.run.smithi031.stderr:firewalld.service is not enabled 2024-01-19T15:44:09.476 INFO:teuthology.orchestra.run.smithi031.stderr:Not possible to enable service . firewalld.service is not available 2024-01-19T15:44:09.485 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: disabled 2024-01-19T15:44:09.494 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: inactive 2024-01-19T15:44:09.495 INFO:teuthology.orchestra.run.smithi031.stderr:firewalld.service is not enabled 2024-01-19T15:44:09.495 INFO:teuthology.orchestra.run.smithi031.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-01-19T15:44:09.495 INFO:teuthology.orchestra.run.smithi031.stderr:Waiting for mgr to start... 2024-01-19T15:44:09.495 INFO:teuthology.orchestra.run.smithi031.stderr:Waiting for mgr... 2024-01-19T15:44:09.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:09 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:08.492796+0000 mon.smithi031 (mon.0) 6 : audit [INF] from='client.? 172.21.15.31:0/1589032925' entity='client.admin' 2024-01-19T15:44:09.911 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: 2024-01-19T15:44:09.911 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: { 2024-01-19T15:44:09.911 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "fsid": "293fb3f6-b6e1-11ee-95b0-87774f69a715", 2024-01-19T15:44:09.912 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "health": { 2024-01-19T15:44:09.912 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-19T15:44:09.912 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "checks": {}, 2024-01-19T15:44:09.912 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "mutes": [] 2024-01-19T15:44:09.912 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: }, 2024-01-19T15:44:09.912 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-19T15:44:09.912 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "quorum": [ 2024-01-19T15:44:09.912 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: 0 2024-01-19T15:44:09.912 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: ], 2024-01-19T15:44:09.912 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-19T15:44:09.912 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "smithi031" 2024-01-19T15:44:09.912 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: ], 2024-01-19T15:44:09.912 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "quorum_age": 1, 2024-01-19T15:44:09.913 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "monmap": { 2024-01-19T15:44:09.913 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-19T15:44:09.913 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-19T15:44:09.913 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-19T15:44:09.913 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: }, 2024-01-19T15:44:09.913 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "osdmap": { 2024-01-19T15:44:09.913 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-19T15:44:09.913 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-19T15:44:09.913 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-19T15:44:09.913 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-19T15:44:09.913 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-19T15:44:09.917 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-19T15:44:09.917 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-19T15:44:09.917 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: }, 2024-01-19T15:44:09.917 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "pgmap": { 2024-01-19T15:44:09.917 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-19T15:44:09.917 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-19T15:44:09.917 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-19T15:44:09.917 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-19T15:44:09.917 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-19T15:44:09.917 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-19T15:44:09.917 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-19T15:44:09.917 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-19T15:44:09.917 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: }, 2024-01-19T15:44:09.917 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "fsmap": { 2024-01-19T15:44:09.918 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-19T15:44:09.918 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-19T15:44:09.918 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-19T15:44:09.918 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: }, 2024-01-19T15:44:09.918 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-19T15:44:09.918 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "available": false, 2024-01-19T15:44:09.918 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-19T15:44:09.918 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "modules": [ 2024-01-19T15:44:09.918 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "iostat", 2024-01-19T15:44:09.918 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "nfs", 2024-01-19T15:44:09.918 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "restful" 2024-01-19T15:44:09.918 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: ], 2024-01-19T15:44:09.918 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "services": {} 2024-01-19T15:44:09.918 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: }, 2024-01-19T15:44:09.918 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "servicemap": { 2024-01-19T15:44:09.918 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-19T15:44:09.919 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "modified": "2024-01-19T15:44:04.546489+0000", 2024-01-19T15:44:09.919 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "services": {} 2024-01-19T15:44:09.919 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: }, 2024-01-19T15:44:09.919 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-19T15:44:09.919 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: } 2024-01-19T15:44:10.246 INFO:teuthology.orchestra.run.smithi031.stderr:mgr not available, waiting (1/15)... 2024-01-19T15:44:10.795 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:10 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:09.915397+0000 mon.smithi031 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.31:0/861068123' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-19T15:44:12.689 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: 2024-01-19T15:44:12.689 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: { 2024-01-19T15:44:12.690 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "fsid": "293fb3f6-b6e1-11ee-95b0-87774f69a715", 2024-01-19T15:44:12.690 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "health": { 2024-01-19T15:44:12.690 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-19T15:44:12.690 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "checks": {}, 2024-01-19T15:44:12.690 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "mutes": [] 2024-01-19T15:44:12.690 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: }, 2024-01-19T15:44:12.690 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-19T15:44:12.690 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "quorum": [ 2024-01-19T15:44:12.690 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: 0 2024-01-19T15:44:12.690 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: ], 2024-01-19T15:44:12.690 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-19T15:44:12.690 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "smithi031" 2024-01-19T15:44:12.690 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: ], 2024-01-19T15:44:12.690 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "quorum_age": 4, 2024-01-19T15:44:12.691 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "monmap": { 2024-01-19T15:44:12.691 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-19T15:44:12.691 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-19T15:44:12.691 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-19T15:44:12.691 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: }, 2024-01-19T15:44:12.691 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "osdmap": { 2024-01-19T15:44:12.691 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-19T15:44:12.691 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-19T15:44:12.691 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-19T15:44:12.691 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-19T15:44:12.691 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-19T15:44:12.695 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-19T15:44:12.695 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-19T15:44:12.695 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: }, 2024-01-19T15:44:12.695 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "pgmap": { 2024-01-19T15:44:12.695 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-19T15:44:12.695 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-19T15:44:12.695 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-19T15:44:12.695 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-19T15:44:12.695 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-19T15:44:12.695 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-19T15:44:12.695 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-19T15:44:12.695 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-19T15:44:12.695 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: }, 2024-01-19T15:44:12.696 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "fsmap": { 2024-01-19T15:44:12.696 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-19T15:44:12.696 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-19T15:44:12.696 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-19T15:44:12.696 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: }, 2024-01-19T15:44:12.696 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-19T15:44:12.696 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "available": false, 2024-01-19T15:44:12.696 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-19T15:44:12.696 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "modules": [ 2024-01-19T15:44:12.696 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "iostat", 2024-01-19T15:44:12.696 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "nfs", 2024-01-19T15:44:12.696 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "restful" 2024-01-19T15:44:12.696 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: ], 2024-01-19T15:44:12.696 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "services": {} 2024-01-19T15:44:12.696 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: }, 2024-01-19T15:44:12.697 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "servicemap": { 2024-01-19T15:44:12.697 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-19T15:44:12.697 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "modified": "2024-01-19T15:44:04.546489+0000", 2024-01-19T15:44:12.697 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "services": {} 2024-01-19T15:44:12.697 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: }, 2024-01-19T15:44:12.697 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-19T15:44:12.697 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: } 2024-01-19T15:44:12.934 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:12 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:12.694560+0000 mon.smithi031 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.31:0/550505488' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-19T15:44:13.027 INFO:teuthology.orchestra.run.smithi031.stderr:mgr not available, waiting (2/15)... 2024-01-19T15:44:15.296 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:15 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:44:14.992996+0000 mon.smithi031 (mon.0) 9 : cluster [INF] Activating manager daemon smithi031.kqtrbh 2024-01-19T15:44:15.296 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:15 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:44:14.995530+0000 mon.smithi031 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi031.kqtrbh(active, starting, since 0.00264689s) 2024-01-19T15:44:15.296 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:15 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:14.996367+0000 mon.smithi031 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.31:0/2899092314' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-19T15:44:15.296 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:15 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:14.996562+0000 mon.smithi031 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.31:0/2899092314' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-19T15:44:15.296 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:15 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:14.996695+0000 mon.smithi031 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.31:0/2899092314' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-19T15:44:15.296 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:15 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:14.996863+0000 mon.smithi031 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.31:0/2899092314' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2024-01-19T15:44:15.296 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:15 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:14.997052+0000 mon.smithi031 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.31:0/2899092314' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "mgr metadata", "who": "smithi031.kqtrbh", "id": "smithi031.kqtrbh"}]: dispatch 2024-01-19T15:44:15.296 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:15 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:44:15.010366+0000 mon.smithi031 (mon.0) 16 : cluster [INF] Manager daemon smithi031.kqtrbh is now available 2024-01-19T15:44:15.296 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:15 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:15.022098+0000 mon.smithi031 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.31:0/2899092314' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:44:15.296 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:15 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:15.026220+0000 mon.smithi031 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.31:0/2899092314' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi031.kqtrbh/mirror_snapshot_schedule"}]: dispatch 2024-01-19T15:44:15.297 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:15 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:15.028977+0000 mon.smithi031 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.31:0/2899092314' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi031.kqtrbh/trash_purge_schedule"}]: dispatch 2024-01-19T15:44:15.297 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:15 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:15.033883+0000 mon.smithi031 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.31:0/2899092314' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:44:15.297 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:15 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:15.039750+0000 mon.smithi031 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.31:0/2899092314' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:44:15.433 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: 2024-01-19T15:44:15.433 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: { 2024-01-19T15:44:15.433 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "fsid": "293fb3f6-b6e1-11ee-95b0-87774f69a715", 2024-01-19T15:44:15.434 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "health": { 2024-01-19T15:44:15.434 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-19T15:44:15.434 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "checks": {}, 2024-01-19T15:44:15.434 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "mutes": [] 2024-01-19T15:44:15.434 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: }, 2024-01-19T15:44:15.434 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-19T15:44:15.434 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "quorum": [ 2024-01-19T15:44:15.434 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: 0 2024-01-19T15:44:15.434 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: ], 2024-01-19T15:44:15.434 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-19T15:44:15.434 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "smithi031" 2024-01-19T15:44:15.434 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: ], 2024-01-19T15:44:15.434 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "quorum_age": 7, 2024-01-19T15:44:15.434 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "monmap": { 2024-01-19T15:44:15.435 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-19T15:44:15.435 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-19T15:44:15.435 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-19T15:44:15.435 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: }, 2024-01-19T15:44:15.435 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "osdmap": { 2024-01-19T15:44:15.435 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-19T15:44:15.435 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-19T15:44:15.435 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-19T15:44:15.435 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-19T15:44:15.435 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-19T15:44:15.439 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-19T15:44:15.439 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-19T15:44:15.439 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: }, 2024-01-19T15:44:15.439 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "pgmap": { 2024-01-19T15:44:15.439 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-19T15:44:15.439 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-19T15:44:15.439 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-19T15:44:15.439 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-19T15:44:15.439 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-19T15:44:15.439 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-19T15:44:15.439 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-19T15:44:15.439 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-19T15:44:15.440 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: }, 2024-01-19T15:44:15.440 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "fsmap": { 2024-01-19T15:44:15.440 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-19T15:44:15.440 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-19T15:44:15.440 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-19T15:44:15.440 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: }, 2024-01-19T15:44:15.440 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-19T15:44:15.440 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "available": false, 2024-01-19T15:44:15.440 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-19T15:44:15.440 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "modules": [ 2024-01-19T15:44:15.440 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "iostat", 2024-01-19T15:44:15.440 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "nfs", 2024-01-19T15:44:15.440 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "restful" 2024-01-19T15:44:15.440 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: ], 2024-01-19T15:44:15.440 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "services": {} 2024-01-19T15:44:15.441 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: }, 2024-01-19T15:44:15.441 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "servicemap": { 2024-01-19T15:44:15.441 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-19T15:44:15.441 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "modified": "2024-01-19T15:44:04.546489+0000", 2024-01-19T15:44:15.441 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "services": {} 2024-01-19T15:44:15.441 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: }, 2024-01-19T15:44:15.441 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-19T15:44:15.441 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: } 2024-01-19T15:44:15.769 INFO:teuthology.orchestra.run.smithi031.stderr:mgr not available, waiting (3/15)... 2024-01-19T15:44:16.295 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:16 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:15.438286+0000 mon.smithi031 (mon.0) 22 : audit [DBG] from='client.? 172.21.15.31:0/1818194694' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-19T15:44:16.296 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:16 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:44:15.998714+0000 mon.smithi031 (mon.0) 23 : cluster [DBG] mgrmap e3: smithi031.kqtrbh(active, since 1.00583s) 2024-01-19T15:44:18.295 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:18 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:44:17.050143+0000 mon.smithi031 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi031.kqtrbh(active, since 2s) 2024-01-19T15:44:18.448 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: 2024-01-19T15:44:18.448 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: { 2024-01-19T15:44:18.448 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "fsid": "293fb3f6-b6e1-11ee-95b0-87774f69a715", 2024-01-19T15:44:18.449 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "health": { 2024-01-19T15:44:18.449 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-19T15:44:18.449 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "checks": {}, 2024-01-19T15:44:18.449 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "mutes": [] 2024-01-19T15:44:18.449 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: }, 2024-01-19T15:44:18.449 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-19T15:44:18.449 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "quorum": [ 2024-01-19T15:44:18.449 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: 0 2024-01-19T15:44:18.449 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: ], 2024-01-19T15:44:18.449 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-19T15:44:18.449 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "smithi031" 2024-01-19T15:44:18.449 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: ], 2024-01-19T15:44:18.449 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "quorum_age": 10, 2024-01-19T15:44:18.449 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "monmap": { 2024-01-19T15:44:18.449 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-19T15:44:18.450 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-19T15:44:18.450 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-19T15:44:18.450 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: }, 2024-01-19T15:44:18.450 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "osdmap": { 2024-01-19T15:44:18.450 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-19T15:44:18.450 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-19T15:44:18.450 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-19T15:44:18.450 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-19T15:44:18.450 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-19T15:44:18.450 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-19T15:44:18.450 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-19T15:44:18.450 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: }, 2024-01-19T15:44:18.450 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "pgmap": { 2024-01-19T15:44:18.450 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-19T15:44:18.451 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-19T15:44:18.451 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-19T15:44:18.451 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-19T15:44:18.451 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-19T15:44:18.451 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-19T15:44:18.451 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-19T15:44:18.451 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-19T15:44:18.451 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: }, 2024-01-19T15:44:18.451 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "fsmap": { 2024-01-19T15:44:18.451 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-19T15:44:18.451 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-19T15:44:18.451 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-19T15:44:18.451 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: }, 2024-01-19T15:44:18.451 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-19T15:44:18.451 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "available": true, 2024-01-19T15:44:18.452 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-19T15:44:18.452 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "modules": [ 2024-01-19T15:44:18.452 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "iostat", 2024-01-19T15:44:18.452 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "nfs", 2024-01-19T15:44:18.452 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "restful" 2024-01-19T15:44:18.452 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: ], 2024-01-19T15:44:18.452 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "services": {} 2024-01-19T15:44:18.452 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: }, 2024-01-19T15:44:18.452 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "servicemap": { 2024-01-19T15:44:18.452 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-19T15:44:18.452 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "modified": "2024-01-19T15:44:04.546489+0000", 2024-01-19T15:44:18.452 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "services": {} 2024-01-19T15:44:18.452 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: }, 2024-01-19T15:44:18.452 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-19T15:44:18.453 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: } 2024-01-19T15:44:18.784 INFO:teuthology.orchestra.run.smithi031.stderr:mgr is available 2024-01-19T15:44:19.295 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:19 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:18.450149+0000 mon.smithi031 (mon.0) 25 : audit [DBG] from='client.? 172.21.15.31:0/1635709600' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-19T15:44:19.307 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: 2024-01-19T15:44:19.307 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: [global] 2024-01-19T15:44:19.307 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: fsid = 293fb3f6-b6e1-11ee-95b0-87774f69a715 2024-01-19T15:44:19.307 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-19T15:44:19.307 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-19T15:44:19.307 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-19T15:44:19.308 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-19T15:44:19.308 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: 2024-01-19T15:44:19.308 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: [mgr] 2024-01-19T15:44:19.308 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-19T15:44:19.308 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: 2024-01-19T15:44:19.308 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: [osd] 2024-01-19T15:44:19.308 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-19T15:44:19.308 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-19T15:44:19.643 INFO:teuthology.orchestra.run.smithi031.stderr:Enabling cephadm module... 2024-01-19T15:44:20.545 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:20 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:19.313231+0000 mon.smithi031 (mon.0) 26 : audit [INF] from='client.? 172.21.15.31:0/330800809' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-19T15:44:21.312 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:21 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:20.234327+0000 mon.smithi031 (mon.0) 27 : audit [INF] from='client.? 172.21.15.31:0/3879951263' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-01-19T15:44:22.295 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:22 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:21.073936+0000 mon.smithi031 (mon.0) 28 : audit [INF] from='client.? 172.21.15.31:0/3879951263' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-01-19T15:44:22.296 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:22 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:44:21.074006+0000 mon.smithi031 (mon.0) 29 : cluster [DBG] mgrmap e5: smithi031.kqtrbh(active, since 6s) 2024-01-19T15:44:23.576 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: { 2024-01-19T15:44:23.576 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "epoch": 5, 2024-01-19T15:44:23.577 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "available": true, 2024-01-19T15:44:23.577 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "active_name": "smithi031.kqtrbh", 2024-01-19T15:44:23.577 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-19T15:44:23.577 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: } 2024-01-19T15:44:23.934 INFO:teuthology.orchestra.run.smithi031.stderr:Waiting for the mgr to restart... 2024-01-19T15:44:23.934 INFO:teuthology.orchestra.run.smithi031.stderr:Waiting for mgr epoch 5... 2024-01-19T15:44:24.295 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:24 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:23.583323+0000 mon.smithi031 (mon.0) 30 : audit [DBG] from='client.? 172.21.15.31:0/1827393049' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-19T15:44:27.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:26 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:44:26.640839+0000 mon.smithi031 (mon.0) 31 : cluster [INF] Active manager daemon smithi031.kqtrbh restarted 2024-01-19T15:44:27.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:26 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:44:26.641123+0000 mon.smithi031 (mon.0) 32 : cluster [INF] Activating manager daemon smithi031.kqtrbh 2024-01-19T15:44:27.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:26 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:44:26.643815+0000 mon.smithi031 (mon.0) 33 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-01-19T15:44:27.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:26 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:44:26.643919+0000 mon.smithi031 (mon.0) 34 : cluster [DBG] mgrmap e6: smithi031.kqtrbh(active, starting, since 0.00288256s) 2024-01-19T15:44:27.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:26 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:26.645036+0000 mon.smithi031 (mon.0) 35 : audit [DBG] from='mgr.14118 172.21.15.31:0/2019265525' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2024-01-19T15:44:27.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:26 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:26.645631+0000 mon.smithi031 (mon.0) 36 : audit [DBG] from='mgr.14118 172.21.15.31:0/2019265525' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "mgr metadata", "who": "smithi031.kqtrbh", "id": "smithi031.kqtrbh"}]: dispatch 2024-01-19T15:44:27.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:26 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:26.646479+0000 mon.smithi031 (mon.0) 37 : audit [DBG] from='mgr.14118 172.21.15.31:0/2019265525' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-19T15:44:27.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:26 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:26.646698+0000 mon.smithi031 (mon.0) 38 : audit [DBG] from='mgr.14118 172.21.15.31:0/2019265525' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-19T15:44:27.047 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:26 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:26.646913+0000 mon.smithi031 (mon.0) 39 : audit [DBG] from='mgr.14118 172.21.15.31:0/2019265525' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-19T15:44:27.047 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:26 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:44:26.660376+0000 mon.smithi031 (mon.0) 40 : cluster [INF] Manager daemon smithi031.kqtrbh is now available 2024-01-19T15:44:27.047 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:26 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:26.672455+0000 mon.smithi031 (mon.0) 41 : audit [INF] from='mgr.14118 172.21.15.31:0/2019265525' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:44:27.646 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: { 2024-01-19T15:44:27.646 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-01-19T15:44:27.646 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "initialized": true 2024-01-19T15:44:27.646 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: } 2024-01-19T15:44:27.970 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:27 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:44:26.669937+0000 mgr.smithi031.kqtrbh (mgr.14118) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-01-19T15:44:27.970 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:27 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:26.762861+0000 mon.smithi031 (mon.0) 42 : audit [INF] from='mgr.14118 172.21.15.31:0/2019265525' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:44:27.970 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:27 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:26.763880+0000 mon.smithi031 (mon.0) 43 : audit [DBG] from='mgr.14118 172.21.15.31:0/2019265525' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-19T15:44:27.970 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:27 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:26.765117+0000 mon.smithi031 (mon.0) 44 : audit [DBG] from='mgr.14118 172.21.15.31:0/2019265525' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-19T15:44:27.970 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:27 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:26.767020+0000 mon.smithi031 (mon.0) 45 : audit [DBG] from='mgr.14118 172.21.15.31:0/2019265525' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-19T15:44:27.970 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:27 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:26.781362+0000 mon.smithi031 (mon.0) 46 : audit [INF] from='mgr.14118 172.21.15.31:0/2019265525' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi031.kqtrbh/mirror_snapshot_schedule"}]: dispatch 2024-01-19T15:44:27.970 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:27 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:26.783645+0000 mon.smithi031 (mon.0) 47 : audit [INF] from='mgr.14118 172.21.15.31:0/2019265525' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi031.kqtrbh/trash_purge_schedule"}]: dispatch 2024-01-19T15:44:27.971 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:27 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:44:27.646755+0000 mon.smithi031 (mon.0) 48 : cluster [DBG] mgrmap e7: smithi031.kqtrbh(active, since 1.00571s) 2024-01-19T15:44:27.991 INFO:teuthology.orchestra.run.smithi031.stderr:mgr epoch 5 is available 2024-01-19T15:44:27.992 INFO:teuthology.orchestra.run.smithi031.stderr:Setting orchestrator backend to cephadm... 2024-01-19T15:44:29.545 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:29 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:27.645638+0000 mgr.smithi031.kqtrbh (mgr.14118) 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-19T15:44:29.546 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:29 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:27.653080+0000 mgr.smithi031.kqtrbh (mgr.14118) 3 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-19T15:44:29.546 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:29 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:28.754482+0000 mon.smithi031 (mon.0) 49 : audit [INF] from='mgr.14118 172.21.15.31:0/2019265525' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:44:29.546 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:29 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:28.791746+0000 mon.smithi031 (mon.0) 50 : audit [DBG] from='mgr.14118 172.21.15.31:0/2019265525' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-19T15:44:30.295 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:30 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:28.750633+0000 mgr.smithi031.kqtrbh (mgr.14118) 4 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-01-19T15:44:30.296 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:30 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:44:29.068758+0000 mon.smithi031 (mon.0) 51 : cluster [DBG] mgrmap e8: smithi031.kqtrbh(active, since 2s) 2024-01-19T15:44:31.984 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: value unchanged 2024-01-19T15:44:32.295 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:32 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:31.992114+0000 mgr.smithi031.kqtrbh (mgr.14118) 5 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-01-19T15:44:33.663 INFO:teuthology.orchestra.run.smithi031.stderr:Generating ssh key... 2024-01-19T15:44:35.803 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC/9ifdGUXNwZeSmZyvY5/+p6FkEsJSoK6KLIK9Ee69BcHCkRgPEJ6Nue4MXjY2NJGywNaevo+XrRRd86DAYVbF/rV2bAKwYzRperO69qlEHx9YY+jl9BqI/o96yevLQrbRsdeogYcG1+L4rjxvXSTaXk4/U5UWD4ab2cIDLoo3SEPVPrSL3wMaBhfmC4HoKFftGaDx/fv10qrmWSO5odbXcBa4xCeTsjPPHIkX4rc/eLzmkFA0DQgBRiOrEk4GU+hV3y44xA6TDq9jP7V1IP8LqfZWcaXfNpkuR7MQ2WXl67LT6ZqL/t/mE21VjNAvR4xA15paeOGrpjvWg2z4/zzy+Jc8JNmYDDmwyUzPv5OKKk+SYTWcSh4dfjeVPzITLAqwBm3kXyijWJ66ecTw1NPRSU4WXw1i5PzFZnrx9O49T/mqYHIiXMPvScbmzLfz1Loih8M+YqctgZX/vCoQvInjNNNynjNvG95tK6Wn7r4Qyo5lhesjY5y0HqlOcpUJLEU= ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715 2024-01-19T15:44:36.076 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:35 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:34.623883+0000 mgr.smithi031.kqtrbh (mgr.14118) 6 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-19T15:44:36.076 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:35 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:44:34.624081+0000 mgr.smithi031.kqtrbh (mgr.14118) 7 : cephadm [INF] Generating ssh key... 2024-01-19T15:44:36.076 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:35 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:34.933948+0000 mon.smithi031 (mon.0) 52 : audit [INF] from='mgr.14118 172.21.15.31:0/2019265525' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:44:36.076 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:35 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:34.935764+0000 mon.smithi031 (mon.0) 53 : audit [INF] from='mgr.14118 172.21.15.31:0/2019265525' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:44:36.149 INFO:teuthology.orchestra.run.smithi031.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-01-19T15:44:36.149 INFO:teuthology.orchestra.run.smithi031.stderr:Adding key to root@localhost authorized_keys... 2024-01-19T15:44:36.150 INFO:teuthology.orchestra.run.smithi031.stderr:Adding host smithi031... 2024-01-19T15:44:37.269 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: Added host 'smithi031' with addr '172.21.15.31' 2024-01-19T15:44:37.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:36 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:35.810493+0000 mgr.smithi031.kqtrbh (mgr.14118) 8 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-19T15:44:37.606 INFO:teuthology.orchestra.run.smithi031.stderr:Deploying mon service with default placement... 2024-01-19T15:44:38.179 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:37 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:36.659921+0000 mgr.smithi031.kqtrbh (mgr.14118) 9 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi031", "addr": "172.21.15.31", "target": ["mon-mgr", ""]}]: dispatch 2024-01-19T15:44:38.179 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:37 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:37.275201+0000 mon.smithi031 (mon.0) 54 : audit [INF] from='mgr.14118 172.21.15.31:0/2019265525' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:44:38.179 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:37 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:37.279483+0000 mon.smithi031 (mon.0) 55 : audit [DBG] from='mgr.14118 172.21.15.31:0/2019265525' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-19T15:44:38.197 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: Scheduled mon update... 2024-01-19T15:44:38.656 INFO:teuthology.orchestra.run.smithi031.stderr:Deploying mgr service with default placement... 2024-01-19T15:44:39.230 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-01-19T15:44:39.439 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:39 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:44:37.275471+0000 mgr.smithi031.kqtrbh (mgr.14118) 10 : cephadm [INF] Added host smithi031 2024-01-19T15:44:39.439 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:39 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:38.204506+0000 mon.smithi031 (mon.0) 56 : audit [INF] from='mgr.14118 172.21.15.31:0/2019265525' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:44:39.439 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:39 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:39.056812+0000 mon.smithi031 (mon.0) 57 : audit [INF] from='mgr.14118 172.21.15.31:0/2019265525' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:44:39.623 INFO:teuthology.orchestra.run.smithi031.stderr:Deploying crash service with default placement... 2024-01-19T15:44:40.279 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: Scheduled crash update... 2024-01-19T15:44:40.463 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:40 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:38.201170+0000 mgr.smithi031.kqtrbh (mgr.14118) 11 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-01-19T15:44:40.463 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:40 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:44:38.202349+0000 mgr.smithi031.kqtrbh (mgr.14118) 12 : cephadm [INF] Saving service mon spec with placement count:5 2024-01-19T15:44:40.464 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:40 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:39.236889+0000 mon.smithi031 (mon.0) 58 : audit [INF] from='mgr.14118 172.21.15.31:0/2019265525' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:44:40.464 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:40 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:39.299362+0000 mon.smithi031 (mon.0) 59 : audit [INF] from='mgr.14118 172.21.15.31:0/2019265525' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:44:40.606 INFO:teuthology.orchestra.run.smithi031.stderr:Deploying prometheus service with default placement... 2024-01-19T15:44:41.190 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-01-19T15:44:41.296 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:41 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:39.232539+0000 mgr.smithi031.kqtrbh (mgr.14118) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-01-19T15:44:41.296 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:41 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:44:39.233757+0000 mgr.smithi031.kqtrbh (mgr.14118) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2024-01-19T15:44:41.296 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:41 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:40.285032+0000 mon.smithi031 (mon.0) 60 : audit [INF] from='mgr.14118 172.21.15.31:0/2019265525' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:44:41.296 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:41 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:40.286637+0000 mon.smithi031 (mon.0) 61 : audit [INF] from='mgr.14118 172.21.15.31:0/2019265525' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:44:41.664 INFO:teuthology.orchestra.run.smithi031.stderr:Deploying grafana service with default placement... 2024-01-19T15:44:42.236 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-01-19T15:44:42.439 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:42 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:40.282600+0000 mgr.smithi031.kqtrbh (mgr.14118) 15 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-01-19T15:44:42.439 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:42 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:44:40.283612+0000 mgr.smithi031.kqtrbh (mgr.14118) 16 : cephadm [INF] Saving service crash spec with placement * 2024-01-19T15:44:42.439 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:42 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:41.197031+0000 mon.smithi031 (mon.0) 62 : audit [INF] from='mgr.14118 172.21.15.31:0/2019265525' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:44:42.581 INFO:teuthology.orchestra.run.smithi031.stderr:Deploying node-exporter service with default placement... 2024-01-19T15:44:43.141 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-01-19T15:44:43.416 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:41.194053+0000 mgr.smithi031.kqtrbh (mgr.14118) 17 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-01-19T15:44:43.416 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:44:41.194883+0000 mgr.smithi031.kqtrbh (mgr.14118) 18 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-01-19T15:44:43.416 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:42.243490+0000 mon.smithi031 (mon.0) 63 : audit [INF] from='mgr.14118 172.21.15.31:0/2019265525' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:44:43.489 INFO:teuthology.orchestra.run.smithi031.stderr:Deploying alertmanager service with default placement... 2024-01-19T15:44:44.067 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-01-19T15:44:44.324 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:44 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:42.239754+0000 mgr.smithi031.kqtrbh (mgr.14118) 19 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-01-19T15:44:44.324 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:44 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:44:42.240597+0000 mgr.smithi031.kqtrbh (mgr.14118) 20 : cephadm [INF] Saving service grafana spec with placement count:1 2024-01-19T15:44:44.324 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:44 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:43.148274+0000 mon.smithi031 (mon.0) 64 : audit [INF] from='mgr.14118 172.21.15.31:0/2019265525' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:44:45.295 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:45 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:43.144556+0000 mgr.smithi031.kqtrbh (mgr.14118) 21 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-01-19T15:44:45.295 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:45 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:44:43.145425+0000 mgr.smithi031.kqtrbh (mgr.14118) 22 : cephadm [INF] Saving service node-exporter spec with placement * 2024-01-19T15:44:45.296 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:45 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:44.070569+0000 mgr.smithi031.kqtrbh (mgr.14118) 23 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-01-19T15:44:45.296 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:45 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:44:44.071427+0000 mgr.smithi031.kqtrbh (mgr.14118) 24 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-01-19T15:44:45.296 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:45 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:44.074583+0000 mon.smithi031 (mon.0) 65 : audit [INF] from='mgr.14118 172.21.15.31:0/2019265525' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:44:45.296 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:45 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:44.937658+0000 mon.smithi031 (mon.0) 66 : audit [INF] from='client.? 172.21.15.31:0/3216308490' entity='client.admin' 2024-01-19T15:44:46.164 INFO:teuthology.orchestra.run.smithi031.stderr:Enabling the dashboard module... 2024-01-19T15:44:47.295 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:46 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:45.821496+0000 mon.smithi031 (mon.0) 67 : audit [INF] from='client.? 172.21.15.31:0/2381279617' entity='client.admin' 2024-01-19T15:44:47.296 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:46 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:46.737577+0000 mon.smithi031 (mon.0) 68 : audit [INF] from='client.? 172.21.15.31:0/3606328530' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-01-19T15:44:47.969 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:47 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:44:46.647821+0000 mgr.smithi031.kqtrbh (mgr.14118) 25 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-19T15:44:47.970 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:47 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:47.652228+0000 mon.smithi031 (mon.0) 69 : audit [INF] from='client.? 172.21.15.31:0/3606328530' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-01-19T15:44:47.970 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:47 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:44:47.652303+0000 mon.smithi031 (mon.0) 70 : cluster [DBG] mgrmap e9: smithi031.kqtrbh(active, since 21s) 2024-01-19T15:44:48.619 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: { 2024-01-19T15:44:48.619 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "epoch": 9, 2024-01-19T15:44:48.619 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "available": true, 2024-01-19T15:44:48.620 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "active_name": "smithi031.kqtrbh", 2024-01-19T15:44:48.620 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-19T15:44:48.620 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: } 2024-01-19T15:44:48.971 INFO:teuthology.orchestra.run.smithi031.stderr:Waiting for the mgr to restart... 2024-01-19T15:44:48.972 INFO:teuthology.orchestra.run.smithi031.stderr:Waiting for mgr epoch 9... 2024-01-19T15:44:49.214 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:49 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:48.625839+0000 mon.smithi031 (mon.0) 71 : audit [DBG] from='client.? 172.21.15.31:0/2910579473' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-19T15:44:54.288 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: { 2024-01-19T15:44:54.288 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2024-01-19T15:44:54.288 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: "initialized": true 2024-01-19T15:44:54.288 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: } 2024-01-19T15:44:54.325 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:54 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:44:53.281786+0000 mon.smithi031 (mon.0) 72 : cluster [INF] Active manager daemon smithi031.kqtrbh restarted 2024-01-19T15:44:54.325 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:54 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:44:53.282008+0000 mon.smithi031 (mon.0) 73 : cluster [INF] Activating manager daemon smithi031.kqtrbh 2024-01-19T15:44:54.325 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:54 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:44:53.287405+0000 mon.smithi031 (mon.0) 74 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-01-19T15:44:54.325 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:54 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:44:53.287491+0000 mon.smithi031 (mon.0) 75 : cluster [DBG] mgrmap e10: smithi031.kqtrbh(active, starting, since 0.00557214s) 2024-01-19T15:44:54.325 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:54 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:53.288508+0000 mon.smithi031 (mon.0) 76 : audit [DBG] from='mgr.14158 172.21.15.31:0/2807724205' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2024-01-19T15:44:54.326 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:54 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:53.289130+0000 mon.smithi031 (mon.0) 77 : audit [DBG] from='mgr.14158 172.21.15.31:0/2807724205' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "mgr metadata", "who": "smithi031.kqtrbh", "id": "smithi031.kqtrbh"}]: dispatch 2024-01-19T15:44:54.326 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:54 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:53.289790+0000 mon.smithi031 (mon.0) 78 : audit [DBG] from='mgr.14158 172.21.15.31:0/2807724205' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-19T15:44:54.326 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:54 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:53.289945+0000 mon.smithi031 (mon.0) 79 : audit [DBG] from='mgr.14158 172.21.15.31:0/2807724205' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-19T15:44:54.326 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:54 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:53.290087+0000 mon.smithi031 (mon.0) 80 : audit [DBG] from='mgr.14158 172.21.15.31:0/2807724205' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-19T15:44:54.326 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:54 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:44:53.303323+0000 mon.smithi031 (mon.0) 81 : cluster [INF] Manager daemon smithi031.kqtrbh is now available 2024-01-19T15:44:54.326 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:54 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:53.402639+0000 mon.smithi031 (mon.0) 82 : audit [DBG] from='mgr.14158 172.21.15.31:0/2807724205' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-19T15:44:54.326 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:54 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:53.404179+0000 mon.smithi031 (mon.0) 83 : audit [DBG] from='mgr.14158 172.21.15.31:0/2807724205' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-19T15:44:54.326 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:54 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:53.427755+0000 mon.smithi031 (mon.0) 84 : audit [INF] from='mgr.14158 172.21.15.31:0/2807724205' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi031.kqtrbh/mirror_snapshot_schedule"}]: dispatch 2024-01-19T15:44:54.326 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:54 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:53.433922+0000 mon.smithi031 (mon.0) 85 : audit [INF] from='mgr.14158 172.21.15.31:0/2807724205' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi031.kqtrbh/trash_purge_schedule"}]: dispatch 2024-01-19T15:44:54.646 INFO:teuthology.orchestra.run.smithi031.stderr:mgr epoch 9 is available 2024-01-19T15:44:54.646 INFO:teuthology.orchestra.run.smithi031.stderr:Generating a dashboard self-signed certificate... 2024-01-19T15:44:55.506 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:55 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:54.288565+0000 mgr.smithi031.kqtrbh (mgr.14158) 1 : audit [DBG] from='client.14162 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-19T15:44:55.506 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:55 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:44:54.289429+0000 mon.smithi031 (mon.0) 86 : cluster [DBG] mgrmap e11: smithi031.kqtrbh(active, since 1.00751s) 2024-01-19T15:44:55.506 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:55 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:54.294931+0000 mgr.smithi031.kqtrbh (mgr.14158) 2 : audit [DBG] from='client.14162 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-19T15:44:55.506 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:55 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:54.334046+0000 mon.smithi031 (mon.0) 87 : audit [INF] from='mgr.14158 172.21.15.31:0/2807724205' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:44:55.915 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: Self-signed certificate created 2024-01-19T15:44:56.295 INFO:teuthology.orchestra.run.smithi031.stderr:Creating initial admin user... 2024-01-19T15:44:56.456 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:56 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:44:55.335502+0000 mon.smithi031 (mon.0) 88 : cluster [DBG] mgrmap e12: smithi031.kqtrbh(active, since 2s) 2024-01-19T15:44:56.456 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:56 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:55.917221+0000 mon.smithi031 (mon.0) 89 : audit [INF] from='mgr.14158 172.21.15.31:0/2807724205' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:44:56.456 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:56 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:55.922221+0000 mon.smithi031 (mon.0) 90 : audit [INF] from='mgr.14158 172.21.15.31:0/2807724205' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:44:57.069 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$LluZj7L7ancqzW0yz30te.gLmnSr6db3HkHlHb/FAg5GRhYDZBs1S", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1705679097, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-01-19T15:44:57.380 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:57 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:55.863398+0000 mgr.smithi031.kqtrbh (mgr.14158) 3 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-01-19T15:44:57.380 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:57 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:57.076919+0000 mon.smithi031 (mon.0) 91 : audit [INF] from='mgr.14158 172.21.15.31:0/2807724205' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:44:57.412 INFO:teuthology.orchestra.run.smithi031.stderr:Fetching dashboard port number... 2024-01-19T15:44:57.914 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: 8443 2024-01-19T15:44:58.261 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: disabled 2024-01-19T15:44:58.269 INFO:teuthology.orchestra.run.smithi031.stderr:systemctl: inactive 2024-01-19T15:44:58.269 INFO:teuthology.orchestra.run.smithi031.stderr:firewalld.service is not enabled 2024-01-19T15:44:58.269 INFO:teuthology.orchestra.run.smithi031.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-01-19T15:44:58.271 INFO:teuthology.orchestra.run.smithi031.stderr:Ceph Dashboard is now available at: 2024-01-19T15:44:58.271 INFO:teuthology.orchestra.run.smithi031.stderr: 2024-01-19T15:44:58.272 INFO:teuthology.orchestra.run.smithi031.stderr: URL: https://smithi031.front.sepia.ceph.com:8443/ 2024-01-19T15:44:58.272 INFO:teuthology.orchestra.run.smithi031.stderr: User: admin 2024-01-19T15:44:58.272 INFO:teuthology.orchestra.run.smithi031.stderr: Password: mmlq52k0ck 2024-01-19T15:44:58.272 INFO:teuthology.orchestra.run.smithi031.stderr: 2024-01-19T15:44:58.272 INFO:teuthology.orchestra.run.smithi031.stderr:Enabling autotune for osd_memory_target 2024-01-19T15:44:58.545 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:58 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:56.832007+0000 mgr.smithi031.kqtrbh (mgr.14158) 4 : audit [DBG] from='client.14170 -' 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-19T15:44:58.546 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:44:58 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:57.921746+0000 mon.smithi031 (mon.0) 92 : audit [DBG] from='client.? 172.21.15.31:0/604970795' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-01-19T15:44:59.791 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2024-01-19T15:45:00.136 INFO:teuthology.orchestra.run.smithi031.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-01-19T15:45:00.136 INFO:teuthology.orchestra.run.smithi031.stderr: 2024-01-19T15:45:00.136 INFO:teuthology.orchestra.run.smithi031.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-01-19T15:45:00.137 INFO:teuthology.orchestra.run.smithi031.stderr: 2024-01-19T15:45:00.137 INFO:teuthology.orchestra.run.smithi031.stderr:Or, if you are only running a single cluster on this host: 2024-01-19T15:45:00.137 INFO:teuthology.orchestra.run.smithi031.stderr: 2024-01-19T15:45:00.137 INFO:teuthology.orchestra.run.smithi031.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2024-01-19T15:45:00.137 INFO:teuthology.orchestra.run.smithi031.stderr: 2024-01-19T15:45:00.137 INFO:teuthology.orchestra.run.smithi031.stderr:Please consider enabling telemetry to help improve Ceph: 2024-01-19T15:45:00.137 INFO:teuthology.orchestra.run.smithi031.stderr: 2024-01-19T15:45:00.137 INFO:teuthology.orchestra.run.smithi031.stderr: ceph telemetry on 2024-01-19T15:45:00.137 INFO:teuthology.orchestra.run.smithi031.stderr: 2024-01-19T15:45:00.137 INFO:teuthology.orchestra.run.smithi031.stderr:For more information see: 2024-01-19T15:45:00.137 INFO:teuthology.orchestra.run.smithi031.stderr: 2024-01-19T15:45:00.137 INFO:teuthology.orchestra.run.smithi031.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2024-01-19T15:45:00.138 INFO:teuthology.orchestra.run.smithi031.stderr: 2024-01-19T15:45:00.138 INFO:teuthology.orchestra.run.smithi031.stderr:Bootstrap complete. 2024-01-19T15:45:00.172 INFO:tasks.cephadm:Fetching config... 2024-01-19T15:45:00.172 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-01-19T15:45:00.172 DEBUG:teuthology.orchestra.run.smithi031:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-01-19T15:45:00.190 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-01-19T15:45:00.190 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-01-19T15:45:00.191 DEBUG:teuthology.orchestra.run.smithi031:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-01-19T15:45:00.249 INFO:tasks.cephadm:Fetching mon keyring... 2024-01-19T15:45:00.249 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-01-19T15:45:00.249 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/var/lib/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/mon.smithi031/keyring of=/dev/stdout 2024-01-19T15:45:00.320 INFO:tasks.cephadm:Fetching pub ssh key... 2024-01-19T15:45:00.321 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-01-19T15:45:00.321 DEBUG:teuthology.orchestra.run.smithi031:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-01-19T15:45:00.343 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:00 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:44:59.340270+0000 mon.smithi031 (mon.0) 93 : cluster [DBG] mgrmap e13: smithi031.kqtrbh(active, since 6s) 2024-01-19T15:45:00.343 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:00 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:44:59.796291+0000 mon.smithi031 (mon.0) 94 : audit [INF] from='client.? 172.21.15.31:0/2431609941' entity='client.admin' 2024-01-19T15:45:00.360 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-01-19T15:45:00.361 DEBUG:teuthology.orchestra.run.smithi031:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC/9ifdGUXNwZeSmZyvY5/+p6FkEsJSoK6KLIK9Ee69BcHCkRgPEJ6Nue4MXjY2NJGywNaevo+XrRRd86DAYVbF/rV2bAKwYzRperO69qlEHx9YY+jl9BqI/o96yevLQrbRsdeogYcG1+L4rjxvXSTaXk4/U5UWD4ab2cIDLoo3SEPVPrSL3wMaBhfmC4HoKFftGaDx/fv10qrmWSO5odbXcBa4xCeTsjPPHIkX4rc/eLzmkFA0DQgBRiOrEk4GU+hV3y44xA6TDq9jP7V1IP8LqfZWcaXfNpkuR7MQ2WXl67LT6ZqL/t/mE21VjNAvR4xA15paeOGrpjvWg2z4/zzy+Jc8JNmYDDmwyUzPv5OKKk+SYTWcSh4dfjeVPzITLAqwBm3kXyijWJ66ecTw1NPRSU4WXw1i5PzFZnrx9O49T/mqYHIiXMPvScbmzLfz1Loih8M+YqctgZX/vCoQvInjNNNynjNvG95tK6Wn7r4Qyo5lhesjY5y0HqlOcpUJLEU= ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-19T15:45:00.440 INFO:teuthology.orchestra.run.smithi031.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC/9ifdGUXNwZeSmZyvY5/+p6FkEsJSoK6KLIK9Ee69BcHCkRgPEJ6Nue4MXjY2NJGywNaevo+XrRRd86DAYVbF/rV2bAKwYzRperO69qlEHx9YY+jl9BqI/o96yevLQrbRsdeogYcG1+L4rjxvXSTaXk4/U5UWD4ab2cIDLoo3SEPVPrSL3wMaBhfmC4HoKFftGaDx/fv10qrmWSO5odbXcBa4xCeTsjPPHIkX4rc/eLzmkFA0DQgBRiOrEk4GU+hV3y44xA6TDq9jP7V1IP8LqfZWcaXfNpkuR7MQ2WXl67LT6ZqL/t/mE21VjNAvR4xA15paeOGrpjvWg2z4/zzy+Jc8JNmYDDmwyUzPv5OKKk+SYTWcSh4dfjeVPzITLAqwBm3kXyijWJ66ecTw1NPRSU4WXw1i5PzFZnrx9O49T/mqYHIiXMPvScbmzLfz1Loih8M+YqctgZX/vCoQvInjNNNynjNvG95tK6Wn7r4Qyo5lhesjY5y0HqlOcpUJLEU= ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715 2024-01-19T15:45:00.451 DEBUG:teuthology.orchestra.run.smithi089:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC/9ifdGUXNwZeSmZyvY5/+p6FkEsJSoK6KLIK9Ee69BcHCkRgPEJ6Nue4MXjY2NJGywNaevo+XrRRd86DAYVbF/rV2bAKwYzRperO69qlEHx9YY+jl9BqI/o96yevLQrbRsdeogYcG1+L4rjxvXSTaXk4/U5UWD4ab2cIDLoo3SEPVPrSL3wMaBhfmC4HoKFftGaDx/fv10qrmWSO5odbXcBa4xCeTsjPPHIkX4rc/eLzmkFA0DQgBRiOrEk4GU+hV3y44xA6TDq9jP7V1IP8LqfZWcaXfNpkuR7MQ2WXl67LT6ZqL/t/mE21VjNAvR4xA15paeOGrpjvWg2z4/zzy+Jc8JNmYDDmwyUzPv5OKKk+SYTWcSh4dfjeVPzITLAqwBm3kXyijWJ66ecTw1NPRSU4WXw1i5PzFZnrx9O49T/mqYHIiXMPvScbmzLfz1Loih8M+YqctgZX/vCoQvInjNNNynjNvG95tK6Wn7r4Qyo5lhesjY5y0HqlOcpUJLEU= ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-19T15:45:00.494 INFO:teuthology.orchestra.run.smithi089.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC/9ifdGUXNwZeSmZyvY5/+p6FkEsJSoK6KLIK9Ee69BcHCkRgPEJ6Nue4MXjY2NJGywNaevo+XrRRd86DAYVbF/rV2bAKwYzRperO69qlEHx9YY+jl9BqI/o96yevLQrbRsdeogYcG1+L4rjxvXSTaXk4/U5UWD4ab2cIDLoo3SEPVPrSL3wMaBhfmC4HoKFftGaDx/fv10qrmWSO5odbXcBa4xCeTsjPPHIkX4rc/eLzmkFA0DQgBRiOrEk4GU+hV3y44xA6TDq9jP7V1IP8LqfZWcaXfNpkuR7MQ2WXl67LT6ZqL/t/mE21VjNAvR4xA15paeOGrpjvWg2z4/zzy+Jc8JNmYDDmwyUzPv5OKKk+SYTWcSh4dfjeVPzITLAqwBm3kXyijWJ66ecTw1NPRSU4WXw1i5PzFZnrx9O49T/mqYHIiXMPvScbmzLfz1Loih8M+YqctgZX/vCoQvInjNNNynjNvG95tK6Wn7r4Qyo5lhesjY5y0HqlOcpUJLEU= ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715 2024-01-19T15:45:00.505 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-01-19T15:45:02.560 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-01-19T15:45:02.560 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-01-19T15:45:03.479 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:03 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:02.159536+0000 mon.smithi031 (mon.0) 95 : audit [INF] from='client.? 172.21.15.31:0/3058534140' entity='client.admin' 2024-01-19T15:45:04.456 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi089 2024-01-19T15:45:04.456 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-01-19T15:45:04.456 DEBUG:teuthology.orchestra.run.smithi089:> dd of=/etc/ceph/ceph.conf 2024-01-19T15:45:04.480 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-01-19T15:45:04.480 DEBUG:teuthology.orchestra.run.smithi089:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-19T15:45:04.540 INFO:tasks.cephadm:Adding host smithi089 to orchestrator... 2024-01-19T15:45:04.540 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch host add smithi089 2024-01-19T15:45:04.795 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:04 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:03.389837+0000 mon.smithi031 (mon.0) 96 : audit [INF] from='mgr.14158 172.21.15.31:0/2807724205' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:45:04.795 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:04 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:03.699776+0000 mon.smithi031 (mon.0) 97 : audit [INF] from='mgr.14158 172.21.15.31:0/2807724205' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config rm", "who": "osd/host:smithi031", "name": "osd_memory_target"}]: dispatch 2024-01-19T15:45:04.795 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:04 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:03.703117+0000 mon.smithi031 (mon.0) 98 : audit [INF] from='mgr.14158 172.21.15.31:0/2807724205' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:45:04.795 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:04 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:04.108496+0000 mon.smithi031 (mon.0) 99 : audit [INF] from='mgr.14158 172.21.15.31:0/2807724205' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:45:05.795 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:05 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:45:03.711762+0000 mgr.smithi031.kqtrbh (mgr.14158) 5 : cephadm [INF] Deploying daemon alertmanager.smithi031 on smithi031 2024-01-19T15:45:05.795 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:05 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:04.106024+0000 mgr.smithi031.kqtrbh (mgr.14158) 6 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-01-19T15:45:09.895 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:09 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:08.816793+0000 mon.smithi031 (mon.0) 100 : audit [INF] from='mgr.14158 172.21.15.31:0/2807724205' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:45:09.896 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:09 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:08.818385+0000 mon.smithi031 (mon.0) 101 : audit [INF] from='mgr.14158 172.21.15.31:0/2807724205' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi031", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-19T15:45:09.896 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:09 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:08.820719+0000 mon.smithi031 (mon.0) 102 : audit [INF] from='mgr.14158 172.21.15.31:0/2807724205' entity='mgr.smithi031.kqtrbh' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi031", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-19T15:45:09.896 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:09 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:08.821313+0000 mon.smithi031 (mon.0) 103 : audit [DBG] from='mgr.14158 172.21.15.31:0/2807724205' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:45:09.896 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:09 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:45:08.821828+0000 mgr.smithi031.kqtrbh (mgr.14158) 7 : cephadm [INF] Deploying daemon crash.smithi031 on smithi031 2024-01-19T15:45:11.795 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:11 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:10.484123+0000 mon.smithi031 (mon.0) 104 : audit [INF] from='mgr.14158 172.21.15.31:0/2807724205' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:45:11.795 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:11 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:10.682161+0000 mon.smithi031 (mon.0) 105 : audit [INF] from='mgr.14158 172.21.15.31:0/2807724205' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:45:11.795 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:11 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:10.683915+0000 mon.smithi031 (mon.0) 106 : audit [INF] from='mgr.14158 172.21.15.31:0/2807724205' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:45:11.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:11 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:10.685886+0000 mon.smithi031 (mon.0) 107 : audit [INF] from='mgr.14158 172.21.15.31:0/2807724205' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-19T15:45:11.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:11 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:10.686219+0000 mgr.smithi031.kqtrbh (mgr.14158) 8 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-19T15:45:11.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:11 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:10.688528+0000 mon.smithi031 (mon.0) 108 : audit [INF] from='mgr.14158 172.21.15.31:0/2807724205' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:45:11.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:11 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:45:10.696047+0000 mgr.smithi031.kqtrbh (mgr.14158) 9 : cephadm [INF] Deploying daemon grafana.smithi031 on smithi031 2024-01-19T15:45:14.795 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:14 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:45:13.290909+0000 mgr.smithi031.kqtrbh (mgr.14158) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-19T15:45:14.795 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:14 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:13.423983+0000 mon.smithi031 (mon.0) 109 : audit [INF] from='mgr.14158 172.21.15.31:0/2807724205' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:45:16.795 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:16 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:45:15.291157+0000 mgr.smithi031.kqtrbh (mgr.14158) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-19T15:45:18.734 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:18 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:45:17.291431+0000 mgr.smithi031.kqtrbh (mgr.14158) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-19T15:45:20.724 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:20 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:45:19.291762+0000 mgr.smithi031.kqtrbh (mgr.14158) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-19T15:45:23.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:22 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:45:21.292091+0000 mgr.smithi031.kqtrbh (mgr.14158) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-19T15:45:23.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:22 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:21.555222+0000 mon.smithi031 (mon.0) 110 : audit [INF] from='mgr.14158 172.21.15.31:0/2807724205' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:45:23.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:22 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:45:21.557306+0000 mgr.smithi031.kqtrbh (mgr.14158) 15 : cephadm [INF] Deploying daemon node-exporter.smithi031 on smithi031 2024-01-19T15:45:24.795 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:24 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:45:23.292676+0000 mgr.smithi031.kqtrbh (mgr.14158) 16 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-19T15:45:24.795 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:24 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:23.427298+0000 mon.smithi031 (mon.0) 111 : audit [INF] from='mgr.14158 172.21.15.31:0/2807724205' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:45:24.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:24 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:24.016440+0000 mon.smithi031 (mon.0) 112 : audit [INF] from='mgr.14158 172.21.15.31:0/2807724205' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:45:24.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:24 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:24.018637+0000 mon.smithi031 (mon.0) 113 : audit [INF] from='mgr.14158 172.21.15.31:0/2807724205' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-01-19T15:45:26.295 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:26 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:25.018816+0000 mon.smithi031 (mon.0) 114 : audit [INF] from='mgr.14158 172.21.15.31:0/2807724205' entity='mgr.smithi031.kqtrbh' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-01-19T15:45:26.296 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:26 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:45:25.018906+0000 mon.smithi031 (mon.0) 115 : cluster [DBG] mgrmap e14: smithi031.kqtrbh(active, since 31s) 2024-01-19T15:45:30.758 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:30 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:45:30.527621+0000 mon.smithi031 (mon.0) 116 : cluster [INF] Active manager daemon smithi031.kqtrbh restarted 2024-01-19T15:45:30.759 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:30 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:45:30.527854+0000 mon.smithi031 (mon.0) 117 : cluster [INF] Activating manager daemon smithi031.kqtrbh 2024-01-19T15:45:30.759 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:30 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:45:30.530671+0000 mon.smithi031 (mon.0) 118 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-01-19T15:45:30.759 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:30 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:45:30.530756+0000 mon.smithi031 (mon.0) 119 : cluster [DBG] mgrmap e15: smithi031.kqtrbh(active, starting, since 0.00300382s) 2024-01-19T15:45:30.759 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:30 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:30.531600+0000 mon.smithi031 (mon.0) 120 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2024-01-19T15:45:30.759 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:30 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:30.532259+0000 mon.smithi031 (mon.0) 121 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "mgr metadata", "who": "smithi031.kqtrbh", "id": "smithi031.kqtrbh"}]: dispatch 2024-01-19T15:45:30.759 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:30 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:30.532891+0000 mon.smithi031 (mon.0) 122 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-19T15:45:30.759 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:30 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:30.533058+0000 mon.smithi031 (mon.0) 123 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-19T15:45:30.759 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:30 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:30.533188+0000 mon.smithi031 (mon.0) 124 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-19T15:45:30.759 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:30 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:45:30.548477+0000 mon.smithi031 (mon.0) 125 : cluster [INF] Manager daemon smithi031.kqtrbh is now available 2024-01-19T15:45:31.750 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:31 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:30.647780+0000 mon.smithi031 (mon.0) 126 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-19T15:45:31.750 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:31 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:30.649191+0000 mon.smithi031 (mon.0) 127 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-19T15:45:31.750 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:31 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:30.673979+0000 mon.smithi031 (mon.0) 128 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:45:31.750 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:31 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:30.684628+0000 mon.smithi031 (mon.0) 129 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi031.kqtrbh/mirror_snapshot_schedule"}]: dispatch 2024-01-19T15:45:31.750 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:31 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:30.689049+0000 mon.smithi031 (mon.0) 130 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi031.kqtrbh/trash_purge_schedule"}]: dispatch 2024-01-19T15:45:31.750 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:31 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:45:31.532253+0000 mon.smithi031 (mon.0) 131 : cluster [DBG] mgrmap e16: smithi031.kqtrbh(active, since 1.0045s) 2024-01-19T15:45:32.895 INFO:teuthology.orchestra.run.smithi089.stdout:Added host 'smithi089' with addr '172.21.15.89' 2024-01-19T15:45:33.244 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch host ls --format=json 2024-01-19T15:45:34.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:33 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:45:32.584514+0000 mon.smithi031 (mon.0) 132 : cluster [DBG] mgrmap e17: smithi031.kqtrbh(active, since 2s) 2024-01-19T15:45:34.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:33 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:32.814923+0000 mon.smithi031 (mon.0) 133 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:45:34.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:33 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:32.901975+0000 mon.smithi031 (mon.0) 134 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:45:34.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:33 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:45:32.902261+0000 mgr.smithi031.kqtrbh (mgr.14182) 2 : cephadm [INF] Added host smithi089 2024-01-19T15:45:34.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:33 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:33.107155+0000 mon.smithi031 (mon.0) 135 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config rm", "who": "osd/host:smithi031", "name": "osd_memory_target"}]: dispatch 2024-01-19T15:45:34.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:33 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:33.108006+0000 mon.smithi031 (mon.0) 136 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:45:34.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:33 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:33.108616+0000 mon.smithi031 (mon.0) 137 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-19T15:45:34.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:33 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:33.189315+0000 mon.smithi031 (mon.0) 138 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:45:34.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:33 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:33.191905+0000 mon.smithi031 (mon.0) 139 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:45:34.499 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-19T15:45:34.500 INFO:teuthology.orchestra.run.smithi089.stdout:[{"addr": "172.21.15.31", "hostname": "smithi031", "labels": [], "status": ""}, {"addr": "172.21.15.89", "hostname": "smithi089", "labels": [], "status": ""}] 2024-01-19T15:45:34.876 INFO:tasks.cephadm:Setting crush tunables to default 2024-01-19T15:45:34.877 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph osd crush tunables default 2024-01-19T15:45:34.905 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:34 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:45:33.109733+0000 mgr.smithi031.kqtrbh (mgr.14182) 3 : cephadm [INF] Updating smithi031:/etc/ceph/ceph.conf 2024-01-19T15:45:34.905 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:34 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:45:33.134086+0000 mgr.smithi031.kqtrbh (mgr.14182) 4 : cephadm [INF] Updating smithi031:/etc/ceph/ceph.client.admin.keyring 2024-01-19T15:45:34.906 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:34 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:45:33.204255+0000 mgr.smithi031.kqtrbh (mgr.14182) 5 : cephadm [INF] Deploying daemon prometheus.smithi031 on smithi031 2024-01-19T15:45:35.891 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:35 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:34.506511+0000 mgr.smithi031.kqtrbh (mgr.14182) 6 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:45:36.585 INFO:teuthology.orchestra.run.smithi031.stderr:adjusted tunables profile to default 2024-01-19T15:45:37.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:36 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:36.446646+0000 mon.smithi031 (mon.0) 140 : audit [INF] from='client.? 172.21.15.31:0/2823719288' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-01-19T15:45:37.980 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:37 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:36.590616+0000 mon.smithi031 (mon.0) 141 : audit [INF] from='client.? 172.21.15.31:0/2823719288' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-01-19T15:45:37.981 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:37 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:45:36.590658+0000 mon.smithi031 (mon.0) 142 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-19T15:45:38.000 INFO:tasks.cephadm:Adding mon.smithi031 on smithi031 2024-01-19T15:45:38.000 INFO:tasks.cephadm:Adding mon.smithi089 on smithi089 2024-01-19T15:45:38.000 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch apply mon '2;smithi031:172.21.15.31=smithi031;smithi089:172.21.15.89=smithi089' 2024-01-19T15:45:39.312 INFO:teuthology.orchestra.run.smithi089.stdout:Scheduled mon update... 2024-01-19T15:45:39.686 DEBUG:teuthology.orchestra.run.smithi089:mon.smithi089> sudo journalctl -f -n 0 -u ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715@mon.smithi089.service 2024-01-19T15:45:39.689 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-19T15:45:39.689 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-19T15:45:39.717 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:-- Logs begin at Fri 2024-01-19 15:34:42 UTC. -- 2024-01-19T15:45:40.658 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:40 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:39.314584+0000 mgr.smithi031.kqtrbh (mgr.14182) 7 : audit [DBG] from='client.14194 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi031:172.21.15.31=smithi031;smithi089:172.21.15.89=smithi089", "target": ["mon-mgr", ""]}]: dispatch 2024-01-19T15:45:40.658 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:40 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:45:39.316602+0000 mgr.smithi031.kqtrbh (mgr.14182) 8 : cephadm [INF] Saving service mon spec with placement smithi031:172.21.15.31=smithi031;smithi089:172.21.15.89=smithi089;count:2 2024-01-19T15:45:40.658 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:40 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:39.319128+0000 mon.smithi031 (mon.0) 143 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:45:40.990 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-19T15:45:40.990 INFO:teuthology.orchestra.run.smithi089.stdout:{"epoch":1,"fsid":"293fb3f6-b6e1-11ee-95b0-87774f69a715","modified":"2024-01-19T15:44:02.650999Z","created":"2024-01-19T15:44:02.650999Z","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":"smithi031","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:3300","nonce":0},{"type":"v1","addr":"172.21.15.31:6789","nonce":0}]},"addr":"172.21.15.31:6789/0","public_addr":"172.21.15.31:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-19T15:45:40.992 INFO:teuthology.orchestra.run.smithi089.stderr:dumped monmap epoch 1 2024-01-19T15:45:41.545 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:41 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:40.997613+0000 mon.smithi031 (mon.0) 144 : audit [DBG] from='client.? 172.21.15.89:0/3180653973' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-19T15:45:41.545 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:41 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:41.252197+0000 mon.smithi031 (mon.0) 145 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:45:41.545 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:41 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:41.253245+0000 mon.smithi031 (mon.0) 146 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-19T15:45:42.421 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-19T15:45:42.422 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-19T15:45:43.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:42 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:41.693408+0000 mon.smithi031 (mon.0) 147 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:45:43.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:42 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:41.963690+0000 mon.smithi031 (mon.0) 148 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:45:44.047 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-19T15:45:44.047 INFO:teuthology.orchestra.run.smithi089.stdout:{"epoch":1,"fsid":"293fb3f6-b6e1-11ee-95b0-87774f69a715","modified":"2024-01-19T15:44:02.650999Z","created":"2024-01-19T15:44:02.650999Z","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":"smithi031","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:3300","nonce":0},{"type":"v1","addr":"172.21.15.31:6789","nonce":0}]},"addr":"172.21.15.31:6789/0","public_addr":"172.21.15.31:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-19T15:45:44.048 INFO:teuthology.orchestra.run.smithi089.stderr:dumped monmap epoch 1 2024-01-19T15:45:45.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:44 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:43.586270+0000 mon.smithi031 (mon.0) 149 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:45:45.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:44 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:44.054064+0000 mon.smithi031 (mon.0) 150 : audit [DBG] from='client.? 172.21.15.89:0/4046632737' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-19T15:45:45.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:44 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:44.436736+0000 mon.smithi031 (mon.0) 151 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:45:45.429 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-19T15:45:45.430 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-19T15:45:46.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:46 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:45.343298+0000 mon.smithi031 (mon.0) 152 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:45:46.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:46 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:45.344180+0000 mon.smithi031 (mon.0) 153 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config rm", "who": "osd/host:smithi089", "name": "osd_memory_target"}]: dispatch 2024-01-19T15:45:46.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:46 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:45.345342+0000 mon.smithi031 (mon.0) 154 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:45:46.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:46 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:45.346288+0000 mon.smithi031 (mon.0) 155 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-19T15:45:46.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:46 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:45:45.347758+0000 mgr.smithi031.kqtrbh (mgr.14182) 9 : cephadm [INF] Updating smithi089:/etc/ceph/ceph.conf 2024-01-19T15:45:46.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:46 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:45:45.369747+0000 mgr.smithi031.kqtrbh (mgr.14182) 10 : cephadm [INF] Updating smithi089:/etc/ceph/ceph.client.admin.keyring 2024-01-19T15:45:46.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:46 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:45.398232+0000 mon.smithi031 (mon.0) 156 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:45:46.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:46 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:45.401867+0000 mon.smithi031 (mon.0) 157 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:45:46.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:46 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:45.403823+0000 mon.smithi031 (mon.0) 158 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi089", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-19T15:45:46.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:46 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:45.406411+0000 mon.smithi031 (mon.0) 159 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi089", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-19T15:45:46.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:46 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:45.407204+0000 mon.smithi031 (mon.0) 160 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:45:46.797 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:46 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:45:45.407895+0000 mgr.smithi031.kqtrbh (mgr.14182) 11 : cephadm [INF] Deploying daemon crash.smithi089 on smithi089 2024-01-19T15:45:46.797 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:46 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:45.676584+0000 mon.smithi031 (mon.0) 161 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:45:49.363 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-19T15:45:49.363 INFO:teuthology.orchestra.run.smithi089.stdout:{"epoch":1,"fsid":"293fb3f6-b6e1-11ee-95b0-87774f69a715","modified":"2024-01-19T15:44:02.650999Z","created":"2024-01-19T15:44:02.650999Z","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":"smithi031","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:3300","nonce":0},{"type":"v1","addr":"172.21.15.31:6789","nonce":0}]},"addr":"172.21.15.31:6789/0","public_addr":"172.21.15.31:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-19T15:45:49.365 INFO:teuthology.orchestra.run.smithi089.stderr:dumped monmap epoch 1 2024-01-19T15:45:50.545 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:50 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:49.175076+0000 mon.smithi031 (mon.0) 162 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:45:50.545 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:50 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:49.178015+0000 mon.smithi031 (mon.0) 163 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi089.jtfmpb", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-19T15:45:50.545 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:50 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:49.180179+0000 mon.smithi031 (mon.0) 164 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi089.jtfmpb", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-01-19T15:45:50.546 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:50 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:49.181106+0000 mon.smithi031 (mon.0) 165 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-19T15:45:50.546 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:50 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:49.182093+0000 mon.smithi031 (mon.0) 166 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:45:50.546 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:50 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:45:49.182828+0000 mgr.smithi031.kqtrbh (mgr.14182) 12 : cephadm [INF] Deploying daemon mgr.smithi089.jtfmpb on smithi089 2024-01-19T15:45:50.546 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:50 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:49.370945+0000 mon.smithi031 (mon.0) 167 : audit [DBG] from='client.? 172.21.15.89:0/2410360516' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-19T15:45:50.777 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-19T15:45:50.778 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-19T15:45:52.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:51 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:45:50.534596+0000 mgr.smithi031.kqtrbh (mgr.14182) 13 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-19T15:45:52.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:51 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:50.681120+0000 mon.smithi031 (mon.0) 168 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:45:52.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:51 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:50.846784+0000 mon.smithi031 (mon.0) 169 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:45:52.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:51 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:50.848924+0000 mon.smithi031 (mon.0) 170 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-19T15:45:52.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:51 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:50.849752+0000 mon.smithi031 (mon.0) 171 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:45:52.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:51 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:45:50.850459+0000 mgr.smithi031.kqtrbh (mgr.14182) 14 : cephadm [INF] Deploying daemon mon.smithi089 on smithi089 2024-01-19T15:45:52.821 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-19T15:45:52.821 INFO:teuthology.orchestra.run.smithi089.stdout:{"epoch":1,"fsid":"293fb3f6-b6e1-11ee-95b0-87774f69a715","modified":"2024-01-19T15:44:02.650999Z","created":"2024-01-19T15:44:02.650999Z","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":"smithi031","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:3300","nonce":0},{"type":"v1","addr":"172.21.15.31:6789","nonce":0}]},"addr":"172.21.15.31:6789/0","public_addr":"172.21.15.31:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-19T15:45:52.823 INFO:teuthology.orchestra.run.smithi089.stderr:dumped monmap epoch 1 2024-01-19T15:45:53.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:45:53 smithi089 systemd[1]: Started Ceph mon.smithi089 for 293fb3f6-b6e1-11ee-95b0-87774f69a715. 2024-01-19T15:45:53.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:45:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: debug 2024-01-19T15:45:53.389+0000 7f8bb877a880 0 starting mon.smithi089 rank -1 at public addrs [v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0] at bind addrs [v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi089 fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 2024-01-19T15:45:53.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:45:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: debug 2024-01-19T15:45:53.390+0000 7f8bb877a880 1 mon.smithi089@-1(???) e0 preinit fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 2024-01-19T15:45:53.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:45:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: debug 2024-01-19T15:45:53.413+0000 7f8ba1d72700 0 mon.smithi089@-1(synchronizing).mds e1 new map 2024-01-19T15:45:53.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:45:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: debug 2024-01-19T15:45:53.413+0000 7f8ba1d72700 0 mon.smithi089@-1(synchronizing).mds e1 print_map 2024-01-19T15:45:53.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:45:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: e1 2024-01-19T15:45:53.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:45:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: enable_multiple, ever_enabled_multiple: 1,1 2024-01-19T15:45:53.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:45:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: 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-19T15:45:53.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:45:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: legacy client fscid: -1 2024-01-19T15:45:53.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:45:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: 2024-01-19T15:45:53.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:45:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: No filesystems configured 2024-01-19T15:45:53.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:45:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: 2024-01-19T15:45:53.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:45:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: debug 2024-01-19T15:45:53.413+0000 7f8ba1d72700 1 mon.smithi089@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-01-19T15:45:53.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:45:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: debug 2024-01-19T15:45:53.414+0000 7f8ba1d72700 1 mon.smithi089@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-01-19T15:45:53.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:45:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: debug 2024-01-19T15:45:53.414+0000 7f8ba1d72700 1 mon.smithi089@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-01-19T15:45:53.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:45:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: debug 2024-01-19T15:45:53.414+0000 7f8ba1d72700 1 mon.smithi089@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-01-19T15:45:53.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:45:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: debug 2024-01-19T15:45:53.414+0000 7f8ba1d72700 1 mon.smithi089@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-01-19T15:45:53.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:45:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: debug 2024-01-19T15:45:53.414+0000 7f8ba1d72700 1 mon.smithi089@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-01-19T15:45:53.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:45:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: debug 2024-01-19T15:45:53.414+0000 7f8ba1d72700 1 mon.smithi089@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-01-19T15:45:53.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:45:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: debug 2024-01-19T15:45:53.414+0000 7f8ba1d72700 0 mon.smithi089@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-19T15:45:53.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:45:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: debug 2024-01-19T15:45:53.414+0000 7f8ba1d72700 0 mon.smithi089@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-19T15:45:53.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:45:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: debug 2024-01-19T15:45:53.414+0000 7f8ba1d72700 0 mon.smithi089@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-19T15:45:53.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:45:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: debug 2024-01-19T15:45:53.414+0000 7f8ba1d72700 0 mon.smithi089@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-19T15:45:53.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:45:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:45:50.534596+0000 mgr.smithi031.kqtrbh (mgr.14182) 13 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-19T15:45:53.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:45:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:45:50.681120+0000 mon.smithi031 (mon.0) 168 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:45:53.593 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:45:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:45:50.846784+0000 mon.smithi031 (mon.0) 169 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:45:53.593 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:45:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:45:50.848924+0000 mon.smithi031 (mon.0) 170 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-19T15:45:53.593 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:45:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:45:50.849752+0000 mon.smithi031 (mon.0) 171 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:45:53.593 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:45:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:45:50.850459+0000 mgr.smithi031.kqtrbh (mgr.14182) 14 : cephadm [INF] Deploying daemon mon.smithi089 on smithi089 2024-01-19T15:45:53.593 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:45:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: debug 2024-01-19T15:45:53.414+0000 7f8ba1d72700 1 mon.smithi089@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-01-19T15:45:54.162 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-19T15:45:54.162 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-19T15:45:58.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:58 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:53.423072+0000 mon.smithi031 (mon.0) 174 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2024-01-19T15:45:58.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:58 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:53.423260+0000 mon.smithi031 (mon.0) 175 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2024-01-19T15:45:58.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:58 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:45:53.423379+0000 mon.smithi031 (mon.0) 176 : cluster [INF] mon.smithi031 calling monitor election 2024-01-19T15:45:58.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:58 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:54.419363+0000 mon.smithi031 (mon.0) 177 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2024-01-19T15:45:58.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:58 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:45:54.535374+0000 mgr.smithi031.kqtrbh (mgr.14182) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-19T15:45:58.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:58 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:55.419438+0000 mon.smithi031 (mon.0) 178 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2024-01-19T15:45:58.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:58 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:45:55.420400+0000 mon.smithi089 (mon.1) 1 : cluster [INF] mon.smithi089 calling monitor election 2024-01-19T15:45:58.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:58 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:56.294444+0000 mon.smithi031 (mon.0) 179 : audit [DBG] from='mgr.? 172.21.15.89:0/4053174325' entity='mgr.smithi089.jtfmpb' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi089.jtfmpb/crt"}]: dispatch 2024-01-19T15:45:58.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:58 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:56.419576+0000 mon.smithi031 (mon.0) 180 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2024-01-19T15:45:58.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:58 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:45:56.535726+0000 mgr.smithi031.kqtrbh (mgr.14182) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-19T15:45:58.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:58 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:57.419784+0000 mon.smithi031 (mon.0) 181 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2024-01-19T15:45:58.797 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:58 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:58.419951+0000 mon.smithi031 (mon.0) 182 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2024-01-19T15:45:58.797 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:58 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:45:58.439412+0000 mon.smithi031 (mon.0) 183 : cluster [INF] mon.smithi031 is new leader, mons smithi031,smithi089 in quorum (ranks 0,1) 2024-01-19T15:45:58.797 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:58 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:45:58.444412+0000 mon.smithi031 (mon.0) 184 : cluster [DBG] monmap e2: 2 mons at {smithi031=[v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0],smithi089=[v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0]} removed_ranks: {} 2024-01-19T15:45:58.797 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:58 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:45:58.456407+0000 mon.smithi031 (mon.0) 185 : cluster [DBG] fsmap 2024-01-19T15:45:58.797 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:58 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:45:58.456437+0000 mon.smithi031 (mon.0) 186 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-19T15:45:58.797 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:58 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:45:58.456675+0000 mon.smithi031 (mon.0) 187 : cluster [DBG] mgrmap e17: smithi031.kqtrbh(active, since 27s) 2024-01-19T15:45:58.797 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:58 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:45:58.457894+0000 mon.smithi031 (mon.0) 188 : cluster [DBG] Standby manager daemon smithi089.jtfmpb started 2024-01-19T15:45:58.797 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:58 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:58.458953+0000 mon.smithi031 (mon.0) 189 : audit [DBG] from='mgr.? 172.21.15.89:0/4053174325' entity='mgr.smithi089.jtfmpb' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-19T15:45:58.797 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:58 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:45:58.461582+0000 mon.smithi031 (mon.0) 190 : cluster [INF] overall HEALTH_OK 2024-01-19T15:45:58.797 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:58 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:58.462800+0000 mon.smithi031 (mon.0) 191 : audit [DBG] from='mgr.? 172.21.15.89:0/4053174325' entity='mgr.smithi089.jtfmpb' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi089.jtfmpb/key"}]: dispatch 2024-01-19T15:45:58.797 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:58 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:58.463323+0000 mon.smithi031 (mon.0) 192 : audit [DBG] from='mgr.? 172.21.15.89:0/4053174325' entity='mgr.smithi089.jtfmpb' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-19T15:45:58.797 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:58 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:58.466885+0000 mon.smithi031 (mon.0) 193 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:45:58.797 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:58 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:58.472504+0000 mon.smithi031 (mon.0) 194 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:45:58.805 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-01-19T15:45:58.806 INFO:teuthology.orchestra.run.smithi089.stdout:{"epoch":2,"fsid":"293fb3f6-b6e1-11ee-95b0-87774f69a715","modified":"2024-01-19T15:45:53.419691Z","created":"2024-01-19T15:44:02.650999Z","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":"smithi031","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:3300","nonce":0},{"type":"v1","addr":"172.21.15.31:6789","nonce":0}]},"addr":"172.21.15.31:6789/0","public_addr":"172.21.15.31:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-01-19T15:45:58.807 INFO:teuthology.orchestra.run.smithi089.stderr:dumped monmap epoch 2 2024-01-19T15:45:58.831 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:45:58 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:45:53.423072+0000 mon.smithi031 (mon.0) 174 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2024-01-19T15:45:58.831 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:45:58 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:45:53.423260+0000 mon.smithi031 (mon.0) 175 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2024-01-19T15:45:58.831 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:45:58 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:45:53.423379+0000 mon.smithi031 (mon.0) 176 : cluster [INF] mon.smithi031 calling monitor election 2024-01-19T15:45:58.831 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:45:58 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:45:54.419363+0000 mon.smithi031 (mon.0) 177 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2024-01-19T15:45:58.831 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:45:58 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:45:54.535374+0000 mgr.smithi031.kqtrbh (mgr.14182) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-19T15:45:58.831 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:45:58 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:45:55.419438+0000 mon.smithi031 (mon.0) 178 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2024-01-19T15:45:58.831 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:45:58 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:45:55.420400+0000 mon.smithi089 (mon.1) 1 : cluster [INF] mon.smithi089 calling monitor election 2024-01-19T15:45:58.831 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:45:58 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:45:56.294444+0000 mon.smithi031 (mon.0) 179 : audit [DBG] from='mgr.? 172.21.15.89:0/4053174325' entity='mgr.smithi089.jtfmpb' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi089.jtfmpb/crt"}]: dispatch 2024-01-19T15:45:58.831 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:45:58 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:45:56.419576+0000 mon.smithi031 (mon.0) 180 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2024-01-19T15:45:58.832 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:45:58 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:45:56.535726+0000 mgr.smithi031.kqtrbh (mgr.14182) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-19T15:45:58.832 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:45:58 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:45:57.419784+0000 mon.smithi031 (mon.0) 181 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2024-01-19T15:45:58.832 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:45:58 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:45:58.419951+0000 mon.smithi031 (mon.0) 182 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2024-01-19T15:45:58.832 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:45:58 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:45:58.439412+0000 mon.smithi031 (mon.0) 183 : cluster [INF] mon.smithi031 is new leader, mons smithi031,smithi089 in quorum (ranks 0,1) 2024-01-19T15:45:58.832 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:45:58 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:45:58.444412+0000 mon.smithi031 (mon.0) 184 : cluster [DBG] monmap e2: 2 mons at {smithi031=[v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0],smithi089=[v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0]} removed_ranks: {} 2024-01-19T15:45:58.832 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:45:58 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:45:58.456407+0000 mon.smithi031 (mon.0) 185 : cluster [DBG] fsmap 2024-01-19T15:45:58.832 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:45:58 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:45:58.456437+0000 mon.smithi031 (mon.0) 186 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-19T15:45:58.832 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:45:58 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:45:58.456675+0000 mon.smithi031 (mon.0) 187 : cluster [DBG] mgrmap e17: smithi031.kqtrbh(active, since 27s) 2024-01-19T15:45:58.832 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:45:58 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:45:58.457894+0000 mon.smithi031 (mon.0) 188 : cluster [DBG] Standby manager daemon smithi089.jtfmpb started 2024-01-19T15:45:58.832 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:45:58 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:45:58.458953+0000 mon.smithi031 (mon.0) 189 : audit [DBG] from='mgr.? 172.21.15.89:0/4053174325' entity='mgr.smithi089.jtfmpb' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-19T15:45:58.832 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:45:58 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:45:58.461582+0000 mon.smithi031 (mon.0) 190 : cluster [INF] overall HEALTH_OK 2024-01-19T15:45:58.832 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:45:58 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:45:58.462800+0000 mon.smithi031 (mon.0) 191 : audit [DBG] from='mgr.? 172.21.15.89:0/4053174325' entity='mgr.smithi089.jtfmpb' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi089.jtfmpb/key"}]: dispatch 2024-01-19T15:45:58.832 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:45:58 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:45:58.463323+0000 mon.smithi031 (mon.0) 192 : audit [DBG] from='mgr.? 172.21.15.89:0/4053174325' entity='mgr.smithi089.jtfmpb' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-19T15:45:58.833 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:45:58 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:45:58.466885+0000 mon.smithi031 (mon.0) 193 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:45:58.833 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:45:58 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:45:58.472504+0000 mon.smithi031 (mon.0) 194 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:45:59.186 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-01-19T15:45:59.186 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph config generate-minimal-conf 2024-01-19T15:45:59.795 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:59 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:45:58.468748+0000 mgr.smithi031.kqtrbh (mgr.14182) 18 : cephadm [INF] Deploying daemon node-exporter.smithi089 on smithi089 2024-01-19T15:45:59.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:59 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:45:58.519004+0000 mon.smithi031 (mon.0) 195 : cluster [DBG] mgrmap e18: smithi031.kqtrbh(active, since 27s), standbys: smithi089.jtfmpb 2024-01-19T15:45:59.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:59 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:58.519163+0000 mon.smithi031 (mon.0) 196 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "mgr metadata", "who": "smithi089.jtfmpb", "id": "smithi089.jtfmpb"}]: dispatch 2024-01-19T15:45:59.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:59 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:45:58.536061+0000 mgr.smithi031.kqtrbh (mgr.14182) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-19T15:45:59.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:59 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:58.812158+0000 mon.smithi031 (mon.0) 197 : audit [DBG] from='client.? 172.21.15.89:0/599254181' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-19T15:45:59.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:45:59 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:45:59.419770+0000 mon.smithi031 (mon.0) 198 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2024-01-19T15:45:59.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:45:59 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:45:58.468748+0000 mgr.smithi031.kqtrbh (mgr.14182) 18 : cephadm [INF] Deploying daemon node-exporter.smithi089 on smithi089 2024-01-19T15:45:59.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:45:59 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:45:58.519004+0000 mon.smithi031 (mon.0) 195 : cluster [DBG] mgrmap e18: smithi031.kqtrbh(active, since 27s), standbys: smithi089.jtfmpb 2024-01-19T15:45:59.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:45:59 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:45:58.519163+0000 mon.smithi031 (mon.0) 196 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "mgr metadata", "who": "smithi089.jtfmpb", "id": "smithi089.jtfmpb"}]: dispatch 2024-01-19T15:45:59.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:45:59 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:45:58.536061+0000 mgr.smithi031.kqtrbh (mgr.14182) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-19T15:45:59.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:45:59 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:45:58.812158+0000 mon.smithi031 (mon.0) 197 : audit [DBG] from='client.? 172.21.15.89:0/599254181' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-19T15:45:59.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:45:59 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:45:59.419770+0000 mon.smithi031 (mon.0) 198 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2024-01-19T15:46:00.564 INFO:teuthology.orchestra.run.smithi031.stdout:# minimal ceph.conf for 293fb3f6-b6e1-11ee-95b0-87774f69a715 2024-01-19T15:46:00.564 INFO:teuthology.orchestra.run.smithi031.stdout:[global] 2024-01-19T15:46:00.565 INFO:teuthology.orchestra.run.smithi031.stdout: fsid = 293fb3f6-b6e1-11ee-95b0-87774f69a715 2024-01-19T15:46:00.565 INFO:teuthology.orchestra.run.smithi031.stdout: mon_host = [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] [v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0] 2024-01-19T15:46:00.945 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:00 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:00.572279+0000 mon.smithi031 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.31:0/1287772822' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:46:00.947 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-01-19T15:46:00.947 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-01-19T15:46:00.947 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/etc/ceph/ceph.conf 2024-01-19T15:46:00.978 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-01-19T15:46:00.978 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-19T15:46:01.047 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-01-19T15:46:01.047 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd of=/etc/ceph/ceph.conf 2024-01-19T15:46:01.073 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:00 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:00.572279+0000 mon.smithi031 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.31:0/1287772822' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:46:01.107 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-01-19T15:46:01.107 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-19T15:46:01.213 INFO:tasks.cephadm:Deploying OSDs... 2024-01-19T15:46:01.213 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-01-19T15:46:01.213 DEBUG:teuthology.orchestra.run.smithi031:> dd if=/scratch_devs of=/dev/stdout 2024-01-19T15:46:01.232 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-19T15:46:01.232 DEBUG:teuthology.orchestra.run.smithi031:> stat /dev/nvme1n1 2024-01-19T15:46:01.291 INFO:teuthology.orchestra.run.smithi031.stdout: File: /dev/nvme1n1 2024-01-19T15:46:01.291 INFO:teuthology.orchestra.run.smithi031.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-19T15:46:01.291 INFO:teuthology.orchestra.run.smithi031.stdout:Device: 6h/6d Inode: 182937 Links: 1 Device type: 103,1 2024-01-19T15:46:01.291 INFO:teuthology.orchestra.run.smithi031.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-19T15:46:01.291 INFO:teuthology.orchestra.run.smithi031.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-19T15:46:01.291 INFO:teuthology.orchestra.run.smithi031.stdout:Access: 2024-01-19 15:45:02.415932319 +0000 2024-01-19T15:46:01.291 INFO:teuthology.orchestra.run.smithi031.stdout:Modify: 2024-01-19 15:41:04.773749149 +0000 2024-01-19T15:46:01.291 INFO:teuthology.orchestra.run.smithi031.stdout:Change: 2024-01-19 15:41:04.773749149 +0000 2024-01-19T15:46:01.291 INFO:teuthology.orchestra.run.smithi031.stdout: Birth: - 2024-01-19T15:46:01.292 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-01-19T15:46:01.358 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records in 2024-01-19T15:46:01.358 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records out 2024-01-19T15:46:01.358 INFO:teuthology.orchestra.run.smithi031.stderr:512 bytes copied, 0.000238665 s, 2.1 MB/s 2024-01-19T15:46:01.359 DEBUG:teuthology.orchestra.run.smithi031:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-01-19T15:46:01.418 DEBUG:teuthology.orchestra.run.smithi031:> stat /dev/nvme2n1 2024-01-19T15:46:01.477 INFO:teuthology.orchestra.run.smithi031.stdout: File: /dev/nvme2n1 2024-01-19T15:46:01.478 INFO:teuthology.orchestra.run.smithi031.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-19T15:46:01.478 INFO:teuthology.orchestra.run.smithi031.stdout:Device: 6h/6d Inode: 188974 Links: 1 Device type: 103,2 2024-01-19T15:46:01.478 INFO:teuthology.orchestra.run.smithi031.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-19T15:46:01.478 INFO:teuthology.orchestra.run.smithi031.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-19T15:46:01.478 INFO:teuthology.orchestra.run.smithi031.stdout:Access: 2024-01-19 15:45:02.426932141 +0000 2024-01-19T15:46:01.478 INFO:teuthology.orchestra.run.smithi031.stdout:Modify: 2024-01-19 15:41:04.922746767 +0000 2024-01-19T15:46:01.478 INFO:teuthology.orchestra.run.smithi031.stdout:Change: 2024-01-19 15:41:04.922746767 +0000 2024-01-19T15:46:01.478 INFO:teuthology.orchestra.run.smithi031.stdout: Birth: - 2024-01-19T15:46:01.478 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-01-19T15:46:01.544 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records in 2024-01-19T15:46:01.544 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records out 2024-01-19T15:46:01.544 INFO:teuthology.orchestra.run.smithi031.stderr:512 bytes copied, 0.000325622 s, 1.6 MB/s 2024-01-19T15:46:01.545 DEBUG:teuthology.orchestra.run.smithi031:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-01-19T15:46:01.605 DEBUG:teuthology.orchestra.run.smithi031:> stat /dev/nvme3n1 2024-01-19T15:46:01.664 INFO:teuthology.orchestra.run.smithi031.stdout: File: /dev/nvme3n1 2024-01-19T15:46:01.664 INFO:teuthology.orchestra.run.smithi031.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-19T15:46:01.664 INFO:teuthology.orchestra.run.smithi031.stdout:Device: 6h/6d Inode: 189071 Links: 1 Device type: 103,3 2024-01-19T15:46:01.664 INFO:teuthology.orchestra.run.smithi031.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-19T15:46:01.664 INFO:teuthology.orchestra.run.smithi031.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-19T15:46:01.665 INFO:teuthology.orchestra.run.smithi031.stdout:Access: 2024-01-19 15:45:02.436931980 +0000 2024-01-19T15:46:01.665 INFO:teuthology.orchestra.run.smithi031.stdout:Modify: 2024-01-19 15:41:05.071744385 +0000 2024-01-19T15:46:01.665 INFO:teuthology.orchestra.run.smithi031.stdout:Change: 2024-01-19 15:41:05.071744385 +0000 2024-01-19T15:46:01.665 INFO:teuthology.orchestra.run.smithi031.stdout: Birth: - 2024-01-19T15:46:01.665 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-01-19T15:46:01.730 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records in 2024-01-19T15:46:01.731 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records out 2024-01-19T15:46:01.731 INFO:teuthology.orchestra.run.smithi031.stderr:512 bytes copied, 0.000194602 s, 2.6 MB/s 2024-01-19T15:46:01.732 DEBUG:teuthology.orchestra.run.smithi031:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-01-19T15:46:01.791 DEBUG:teuthology.orchestra.run.smithi031:> stat /dev/nvme4n1 2024-01-19T15:46:01.849 INFO:teuthology.orchestra.run.smithi031.stdout: File: /dev/nvme4n1 2024-01-19T15:46:01.849 INFO:teuthology.orchestra.run.smithi031.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-19T15:46:01.849 INFO:teuthology.orchestra.run.smithi031.stdout:Device: 6h/6d Inode: 190700 Links: 1 Device type: 103,4 2024-01-19T15:46:01.849 INFO:teuthology.orchestra.run.smithi031.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-19T15:46:01.849 INFO:teuthology.orchestra.run.smithi031.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-19T15:46:01.849 INFO:teuthology.orchestra.run.smithi031.stdout:Access: 2024-01-19 15:45:02.446931818 +0000 2024-01-19T15:46:01.849 INFO:teuthology.orchestra.run.smithi031.stdout:Modify: 2024-01-19 15:41:05.219742019 +0000 2024-01-19T15:46:01.849 INFO:teuthology.orchestra.run.smithi031.stdout:Change: 2024-01-19 15:41:05.219742019 +0000 2024-01-19T15:46:01.849 INFO:teuthology.orchestra.run.smithi031.stdout: Birth: - 2024-01-19T15:46:01.850 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-01-19T15:46:01.913 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:01 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:00.536306+0000 mgr.smithi031.kqtrbh (mgr.14182) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-19T15:46:01.915 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records in 2024-01-19T15:46:01.915 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records out 2024-01-19T15:46:01.915 INFO:teuthology.orchestra.run.smithi031.stderr:512 bytes copied, 0.000268777 s, 1.9 MB/s 2024-01-19T15:46:01.916 DEBUG:teuthology.orchestra.run.smithi031:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-01-19T15:46:01.976 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-01-19T15:46:01.976 DEBUG:teuthology.orchestra.run.smithi089:> dd if=/scratch_devs of=/dev/stdout 2024-01-19T15:46:01.994 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-19T15:46:01.994 DEBUG:teuthology.orchestra.run.smithi089:> stat /dev/nvme1n1 2024-01-19T15:46:02.052 INFO:teuthology.orchestra.run.smithi089.stdout: File: /dev/nvme1n1 2024-01-19T15:46:02.052 INFO:teuthology.orchestra.run.smithi089.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-19T15:46:02.052 INFO:teuthology.orchestra.run.smithi089.stdout:Device: 6h/6d Inode: 188562 Links: 1 Device type: 103,1 2024-01-19T15:46:02.052 INFO:teuthology.orchestra.run.smithi089.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-19T15:46:02.052 INFO:teuthology.orchestra.run.smithi089.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-19T15:46:02.052 INFO:teuthology.orchestra.run.smithi089.stdout:Access: 2024-01-19 15:45:43.546001619 +0000 2024-01-19T15:46:02.053 INFO:teuthology.orchestra.run.smithi089.stdout:Modify: 2024-01-19 15:41:06.417310104 +0000 2024-01-19T15:46:02.053 INFO:teuthology.orchestra.run.smithi089.stdout:Change: 2024-01-19 15:41:06.417310104 +0000 2024-01-19T15:46:02.053 INFO:teuthology.orchestra.run.smithi089.stdout: Birth: - 2024-01-19T15:46:02.053 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-01-19T15:46:02.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:01 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:00.536306+0000 mgr.smithi031.kqtrbh (mgr.14182) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-19T15:46:02.116 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records in 2024-01-19T15:46:02.116 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records out 2024-01-19T15:46:02.116 INFO:teuthology.orchestra.run.smithi089.stderr:512 bytes copied, 0.000253086 s, 2.0 MB/s 2024-01-19T15:46:02.117 DEBUG:teuthology.orchestra.run.smithi089:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-01-19T15:46:02.175 DEBUG:teuthology.orchestra.run.smithi089:> stat /dev/nvme2n1 2024-01-19T15:46:02.232 INFO:teuthology.orchestra.run.smithi089.stdout: File: /dev/nvme2n1 2024-01-19T15:46:02.233 INFO:teuthology.orchestra.run.smithi089.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-19T15:46:02.233 INFO:teuthology.orchestra.run.smithi089.stdout:Device: 6h/6d Inode: 188673 Links: 1 Device type: 103,2 2024-01-19T15:46:02.233 INFO:teuthology.orchestra.run.smithi089.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-19T15:46:02.233 INFO:teuthology.orchestra.run.smithi089.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-19T15:46:02.233 INFO:teuthology.orchestra.run.smithi089.stdout:Access: 2024-01-19 15:45:43.556001392 +0000 2024-01-19T15:46:02.233 INFO:teuthology.orchestra.run.smithi089.stdout:Modify: 2024-01-19 15:41:06.562306803 +0000 2024-01-19T15:46:02.233 INFO:teuthology.orchestra.run.smithi089.stdout:Change: 2024-01-19 15:41:06.562306803 +0000 2024-01-19T15:46:02.233 INFO:teuthology.orchestra.run.smithi089.stdout: Birth: - 2024-01-19T15:46:02.233 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-01-19T15:46:02.298 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records in 2024-01-19T15:46:02.298 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records out 2024-01-19T15:46:02.298 INFO:teuthology.orchestra.run.smithi089.stderr:512 bytes copied, 0.000238758 s, 2.1 MB/s 2024-01-19T15:46:02.299 DEBUG:teuthology.orchestra.run.smithi089:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-01-19T15:46:02.358 DEBUG:teuthology.orchestra.run.smithi089:> stat /dev/nvme3n1 2024-01-19T15:46:02.416 INFO:teuthology.orchestra.run.smithi089.stdout: File: /dev/nvme3n1 2024-01-19T15:46:02.417 INFO:teuthology.orchestra.run.smithi089.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-19T15:46:02.417 INFO:teuthology.orchestra.run.smithi089.stdout:Device: 6h/6d Inode: 188771 Links: 1 Device type: 103,3 2024-01-19T15:46:02.417 INFO:teuthology.orchestra.run.smithi089.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-19T15:46:02.417 INFO:teuthology.orchestra.run.smithi089.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-19T15:46:02.417 INFO:teuthology.orchestra.run.smithi089.stdout:Access: 2024-01-19 15:45:43.566001165 +0000 2024-01-19T15:46:02.417 INFO:teuthology.orchestra.run.smithi089.stdout:Modify: 2024-01-19 15:41:06.707303503 +0000 2024-01-19T15:46:02.417 INFO:teuthology.orchestra.run.smithi089.stdout:Change: 2024-01-19 15:41:06.707303503 +0000 2024-01-19T15:46:02.417 INFO:teuthology.orchestra.run.smithi089.stdout: Birth: - 2024-01-19T15:46:02.417 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-01-19T15:46:02.484 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records in 2024-01-19T15:46:02.484 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records out 2024-01-19T15:46:02.484 INFO:teuthology.orchestra.run.smithi089.stderr:512 bytes copied, 0.000182919 s, 2.8 MB/s 2024-01-19T15:46:02.485 DEBUG:teuthology.orchestra.run.smithi089:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-01-19T15:46:02.543 DEBUG:teuthology.orchestra.run.smithi089:> stat /dev/nvme4n1 2024-01-19T15:46:02.604 INFO:teuthology.orchestra.run.smithi089.stdout: File: /dev/nvme4n1 2024-01-19T15:46:02.604 INFO:teuthology.orchestra.run.smithi089.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-19T15:46:02.604 INFO:teuthology.orchestra.run.smithi089.stdout:Device: 6h/6d Inode: 188872 Links: 1 Device type: 103,4 2024-01-19T15:46:02.604 INFO:teuthology.orchestra.run.smithi089.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-19T15:46:02.604 INFO:teuthology.orchestra.run.smithi089.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-19T15:46:02.605 INFO:teuthology.orchestra.run.smithi089.stdout:Access: 2024-01-19 15:45:43.577000915 +0000 2024-01-19T15:46:02.605 INFO:teuthology.orchestra.run.smithi089.stdout:Modify: 2024-01-19 15:41:06.851300224 +0000 2024-01-19T15:46:02.605 INFO:teuthology.orchestra.run.smithi089.stdout:Change: 2024-01-19 15:41:06.851300224 +0000 2024-01-19T15:46:02.605 INFO:teuthology.orchestra.run.smithi089.stdout: Birth: - 2024-01-19T15:46:02.605 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-01-19T15:46:02.670 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records in 2024-01-19T15:46:02.671 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records out 2024-01-19T15:46:02.671 INFO:teuthology.orchestra.run.smithi089.stderr:512 bytes copied, 0.000274889 s, 1.9 MB/s 2024-01-19T15:46:02.672 DEBUG:teuthology.orchestra.run.smithi089:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-01-19T15:46:02.730 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch apply osd --all-available-devices 2024-01-19T15:46:04.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:03 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:02.536744+0000 mgr.smithi031.kqtrbh (mgr.14182) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-19T15:46:04.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:03 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:02.536744+0000 mgr.smithi031.kqtrbh (mgr.14182) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-19T15:46:06.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:05 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:04.537191+0000 mgr.smithi031.kqtrbh (mgr.14182) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-19T15:46:06.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:05 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:04.537191+0000 mgr.smithi031.kqtrbh (mgr.14182) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-19T15:46:08.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:07 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:06.537576+0000 mgr.smithi031.kqtrbh (mgr.14182) 23 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-19T15:46:08.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:07 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:06.537576+0000 mgr.smithi031.kqtrbh (mgr.14182) 23 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-19T15:46:08.934 INFO:teuthology.orchestra.run.smithi089.stdout:Scheduled osd.all-available-devices update... 2024-01-19T15:46:09.385 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-01-19T15:46:09.385 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-19T15:46:09.637 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:09 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:08.465898+0000 mon.smithi031 (mon.0) 200 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:46:09.637 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:09 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:08.467582+0000 mon.smithi031 (mon.0) 201 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-19T15:46:09.637 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:09 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:08.477429+0000 mon.smithi031 (mon.0) 202 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:46:09.637 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:09 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:08.537856+0000 mgr.smithi031.kqtrbh (mgr.14182) 24 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-19T15:46:09.638 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:09 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:08.935656+0000 mgr.smithi031.kqtrbh (mgr.14182) 25 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-19T15:46:09.638 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:09 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:46:08.937536+0000 mgr.smithi031.kqtrbh (mgr.14182) 26 : cephadm [INF] Marking host: smithi031 for OSDSpec preview refresh. 2024-01-19T15:46:09.638 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:09 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:46:08.937613+0000 mgr.smithi031.kqtrbh (mgr.14182) 27 : cephadm [INF] Marking host: smithi089 for OSDSpec preview refresh. 2024-01-19T15:46:09.638 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:09 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:46:08.937952+0000 mgr.smithi031.kqtrbh (mgr.14182) 28 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-01-19T15:46:09.638 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:09 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:08.941982+0000 mon.smithi031 (mon.0) 203 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:46:09.738 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:09 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:08.465898+0000 mon.smithi031 (mon.0) 200 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:46:09.738 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:09 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:08.467582+0000 mon.smithi031 (mon.0) 201 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-19T15:46:09.738 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:09 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:08.477429+0000 mon.smithi031 (mon.0) 202 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:46:09.738 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:09 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:08.537856+0000 mgr.smithi031.kqtrbh (mgr.14182) 24 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-19T15:46:09.738 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:09 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:08.935656+0000 mgr.smithi031.kqtrbh (mgr.14182) 25 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-19T15:46:09.739 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:09 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:46:08.937536+0000 mgr.smithi031.kqtrbh (mgr.14182) 26 : cephadm [INF] Marking host: smithi031 for OSDSpec preview refresh. 2024-01-19T15:46:09.739 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:09 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:46:08.937613+0000 mgr.smithi031.kqtrbh (mgr.14182) 27 : cephadm [INF] Marking host: smithi089 for OSDSpec preview refresh. 2024-01-19T15:46:09.739 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:09 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:46:08.937952+0000 mgr.smithi031.kqtrbh (mgr.14182) 28 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-01-19T15:46:09.739 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:09 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:08.941982+0000 mon.smithi031 (mon.0) 203 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:46:10.875 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:46:11.030 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:10 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:09.810882+0000 mon.smithi031 (mon.0) 204 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:46:11.030 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:10 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:09.815692+0000 mon.smithi031 (mon.0) 205 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:46:11.030 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:10 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:09.816408+0000 mon.smithi031 (mon.0) 206 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:46:11.030 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:10 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:09.817041+0000 mon.smithi031 (mon.0) 207 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-19T15:46:11.030 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:10 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:46:09.817890+0000 mgr.smithi031.kqtrbh (mgr.14182) 29 : cephadm [INF] Updating smithi031:/etc/ceph/ceph.conf 2024-01-19T15:46:11.030 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:10 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:46:09.818158+0000 mgr.smithi031.kqtrbh (mgr.14182) 30 : cephadm [INF] Updating smithi089:/etc/ceph/ceph.conf 2024-01-19T15:46:11.031 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:10 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:09.841801+0000 mon.smithi031 (mon.0) 208 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:46:11.031 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:10 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:09.847440+0000 mon.smithi031 (mon.0) 209 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:46:11.031 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:10 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:09.851769+0000 mon.smithi031 (mon.0) 210 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:46:11.031 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:10 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:09.855184+0000 mon.smithi031 (mon.0) 211 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-19T15:46:11.031 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:10 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:09.857992+0000 mon.smithi031 (mon.0) 212 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-19T15:46:11.031 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:10 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:09.858915+0000 mon.smithi031 (mon.0) 213 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-19T15:46:11.031 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:10 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:09.859112+0000 mon.smithi031 (mon.0) 214 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:46:11.031 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:10 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:09.859581+0000 mon.smithi031 (mon.0) 215 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:46:11.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:10 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:09.810882+0000 mon.smithi031 (mon.0) 204 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:46:11.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:10 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:09.815692+0000 mon.smithi031 (mon.0) 205 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:46:11.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:10 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:09.816408+0000 mon.smithi031 (mon.0) 206 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:46:11.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:10 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:09.817041+0000 mon.smithi031 (mon.0) 207 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-19T15:46:11.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:10 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:46:09.817890+0000 mgr.smithi031.kqtrbh (mgr.14182) 29 : cephadm [INF] Updating smithi031:/etc/ceph/ceph.conf 2024-01-19T15:46:11.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:10 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:46:09.818158+0000 mgr.smithi031.kqtrbh (mgr.14182) 30 : cephadm [INF] Updating smithi089:/etc/ceph/ceph.conf 2024-01-19T15:46:11.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:10 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:09.841801+0000 mon.smithi031 (mon.0) 208 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:46:11.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:10 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:09.847440+0000 mon.smithi031 (mon.0) 209 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:46:11.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:10 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:09.851769+0000 mon.smithi031 (mon.0) 210 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:46:11.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:10 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:09.855184+0000 mon.smithi031 (mon.0) 211 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-19T15:46:11.092 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:10 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:09.857992+0000 mon.smithi031 (mon.0) 212 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-19T15:46:11.092 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:10 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:09.858915+0000 mon.smithi031 (mon.0) 213 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-19T15:46:11.092 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:10 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:09.859112+0000 mon.smithi031 (mon.0) 214 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:46:11.092 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:10 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:09.859581+0000 mon.smithi031 (mon.0) 215 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:46:11.553 INFO:teuthology.orchestra.run.smithi031.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-19T15:46:12.295 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:11 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:10.538049+0000 mgr.smithi031.kqtrbh (mgr.14182) 31 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-19T15:46:12.295 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:11 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:10.882909+0000 mon.smithi089 (mon.1) 2 : audit [DBG] from='client.? 172.21.15.31:0/608985092' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-19T15:46:12.340 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:11 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:10.538049+0000 mgr.smithi031.kqtrbh (mgr.14182) 31 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-19T15:46:12.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:11 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:10.882909+0000 mon.smithi089 (mon.1) 2 : audit [DBG] from='client.? 172.21.15.31:0/608985092' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-19T15:46:12.554 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-19T15:46:13.102 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:12 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:11.876640+0000 mon.smithi089 (mon.1) 3 : audit [INF] from='client.? 172.21.15.89:0/2242261373' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e4ac229f-e782-47f5-a46f-5653f4b03dbc"}]: dispatch 2024-01-19T15:46:13.102 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:12 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:11.877079+0000 mon.smithi031 (mon.0) 216 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e4ac229f-e782-47f5-a46f-5653f4b03dbc"}]: dispatch 2024-01-19T15:46:13.102 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:12 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:11.880398+0000 mon.smithi031 (mon.0) 217 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e4ac229f-e782-47f5-a46f-5653f4b03dbc"}]': finished 2024-01-19T15:46:13.102 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:12 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:11.880443+0000 mon.smithi031 (mon.0) 218 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-01-19T15:46:13.102 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:12 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:11.880532+0000 mon.smithi031 (mon.0) 219 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-19T15:46:13.103 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:12 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:12.527726+0000 mon.smithi031 (mon.0) 220 : audit [INF] from='client.? 172.21.15.31:0/4163284529' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1bc65ce6-500b-47f0-8035-c21347a1b159"}]: dispatch 2024-01-19T15:46:13.103 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:12 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:12.530970+0000 mon.smithi031 (mon.0) 221 : audit [INF] from='client.? 172.21.15.31:0/4163284529' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1bc65ce6-500b-47f0-8035-c21347a1b159"}]': finished 2024-01-19T15:46:13.103 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:12 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:12.531009+0000 mon.smithi031 (mon.0) 222 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-01-19T15:46:13.103 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:12 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:12.531137+0000 mon.smithi031 (mon.0) 223 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-19T15:46:13.103 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:12 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:12.531365+0000 mon.smithi031 (mon.0) 224 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-19T15:46:13.340 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:12 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:11.876640+0000 mon.smithi089 (mon.1) 3 : audit [INF] from='client.? 172.21.15.89:0/2242261373' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e4ac229f-e782-47f5-a46f-5653f4b03dbc"}]: dispatch 2024-01-19T15:46:13.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:12 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:11.877079+0000 mon.smithi031 (mon.0) 216 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e4ac229f-e782-47f5-a46f-5653f4b03dbc"}]: dispatch 2024-01-19T15:46:13.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:12 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:11.880398+0000 mon.smithi031 (mon.0) 217 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e4ac229f-e782-47f5-a46f-5653f4b03dbc"}]': finished 2024-01-19T15:46:13.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:12 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:11.880443+0000 mon.smithi031 (mon.0) 218 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-01-19T15:46:13.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:12 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:11.880532+0000 mon.smithi031 (mon.0) 219 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-19T15:46:13.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:12 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:12.527726+0000 mon.smithi031 (mon.0) 220 : audit [INF] from='client.? 172.21.15.31:0/4163284529' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1bc65ce6-500b-47f0-8035-c21347a1b159"}]: dispatch 2024-01-19T15:46:13.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:12 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:12.530970+0000 mon.smithi031 (mon.0) 221 : audit [INF] from='client.? 172.21.15.31:0/4163284529' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1bc65ce6-500b-47f0-8035-c21347a1b159"}]': finished 2024-01-19T15:46:13.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:12 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:12.531009+0000 mon.smithi031 (mon.0) 222 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-01-19T15:46:13.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:12 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:12.531137+0000 mon.smithi031 (mon.0) 223 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-19T15:46:13.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:12 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:12.531365+0000 mon.smithi031 (mon.0) 224 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-19T15:46:14.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:12.538246+0000 mgr.smithi031.kqtrbh (mgr.14182) 32 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-19T15:46:14.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:13.088590+0000 mon.smithi089 (mon.1) 4 : audit [DBG] from='client.? 172.21.15.89:0/1961370455' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-19T15:46:14.155 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:46:14.340 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:12.538246+0000 mgr.smithi031.kqtrbh (mgr.14182) 32 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-19T15:46:14.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:13.088590+0000 mon.smithi089 (mon.1) 4 : audit [DBG] from='client.? 172.21.15.89:0/1961370455' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-19T15:46:14.553 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1705679172,"num_remapped_pgs":0} 2024-01-19T15:46:15.295 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:14 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:14.004479+0000 mon.smithi031 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.31:0/890335635' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-19T15:46:15.295 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:14 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:14.162999+0000 mon.smithi031 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.31:0/2153270649' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-19T15:46:15.340 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:14 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:14.004479+0000 mon.smithi031 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.31:0/890335635' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-19T15:46:15.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:14 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:14.162999+0000 mon.smithi031 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.31:0/2153270649' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-19T15:46:15.554 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-19T15:46:16.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:15 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:14.538568+0000 mgr.smithi031.kqtrbh (mgr.14182) 33 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-19T15:46:16.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:15 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:15.591137+0000 mon.smithi089 (mon.1) 5 : audit [INF] from='client.? 172.21.15.89:0/2694427427' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "43a685a2-93eb-4ca9-9e32-eb463000379b"}]: dispatch 2024-01-19T15:46:16.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:15 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:15.591645+0000 mon.smithi031 (mon.0) 227 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "43a685a2-93eb-4ca9-9e32-eb463000379b"}]: dispatch 2024-01-19T15:46:16.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:15 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:15.596139+0000 mon.smithi031 (mon.0) 228 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "43a685a2-93eb-4ca9-9e32-eb463000379b"}]': finished 2024-01-19T15:46:16.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:15 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:15.596194+0000 mon.smithi031 (mon.0) 229 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-01-19T15:46:16.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:15 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:15.596311+0000 mon.smithi031 (mon.0) 230 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-19T15:46:16.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:15 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:15.596651+0000 mon.smithi031 (mon.0) 231 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-19T15:46:16.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:15 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:15.596836+0000 mon.smithi031 (mon.0) 232 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-19T15:46:16.281 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:15 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:14.538568+0000 mgr.smithi031.kqtrbh (mgr.14182) 33 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-19T15:46:16.282 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:15 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:15.591137+0000 mon.smithi089 (mon.1) 5 : audit [INF] from='client.? 172.21.15.89:0/2694427427' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "43a685a2-93eb-4ca9-9e32-eb463000379b"}]: dispatch 2024-01-19T15:46:16.282 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:15 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:15.591645+0000 mon.smithi031 (mon.0) 227 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "43a685a2-93eb-4ca9-9e32-eb463000379b"}]: dispatch 2024-01-19T15:46:16.282 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:15 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:15.596139+0000 mon.smithi031 (mon.0) 228 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "43a685a2-93eb-4ca9-9e32-eb463000379b"}]': finished 2024-01-19T15:46:16.282 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:15 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:15.596194+0000 mon.smithi031 (mon.0) 229 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-01-19T15:46:16.282 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:15 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:15.596311+0000 mon.smithi031 (mon.0) 230 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-19T15:46:16.282 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:15 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:15.596651+0000 mon.smithi031 (mon.0) 231 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-19T15:46:16.282 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:15 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:15.596836+0000 mon.smithi031 (mon.0) 232 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-19T15:46:16.985 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:46:17.231 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:16 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:16.562026+0000 mon.smithi031 (mon.0) 233 : audit [INF] from='client.? 172.21.15.31:0/3152378284' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "03fb969b-fcbd-4b27-bcfc-0ab53c908491"}]: dispatch 2024-01-19T15:46:17.231 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:16 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:16.565496+0000 mon.smithi031 (mon.0) 234 : audit [INF] from='client.? 172.21.15.31:0/3152378284' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "03fb969b-fcbd-4b27-bcfc-0ab53c908491"}]': finished 2024-01-19T15:46:17.231 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:16 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:16.565538+0000 mon.smithi031 (mon.0) 235 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-01-19T15:46:17.231 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:16 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:16.565638+0000 mon.smithi031 (mon.0) 236 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-19T15:46:17.231 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:16 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:16.565911+0000 mon.smithi031 (mon.0) 237 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-19T15:46:17.231 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:16 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:16.566114+0000 mon.smithi031 (mon.0) 238 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-19T15:46:17.231 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:16 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:16.566284+0000 mon.smithi031 (mon.0) 239 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-19T15:46:17.231 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:16 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:16.848849+0000 mon.smithi089 (mon.1) 6 : audit [DBG] from='client.? 172.21.15.89:0/898597616' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-19T15:46:17.340 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:16 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:16.562026+0000 mon.smithi031 (mon.0) 233 : audit [INF] from='client.? 172.21.15.31:0/3152378284' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "03fb969b-fcbd-4b27-bcfc-0ab53c908491"}]: dispatch 2024-01-19T15:46:17.340 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:16 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:16.565496+0000 mon.smithi031 (mon.0) 234 : audit [INF] from='client.? 172.21.15.31:0/3152378284' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "03fb969b-fcbd-4b27-bcfc-0ab53c908491"}]': finished 2024-01-19T15:46:17.340 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:16 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:16.565538+0000 mon.smithi031 (mon.0) 235 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-01-19T15:46:17.340 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:16 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:16.565638+0000 mon.smithi031 (mon.0) 236 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-19T15:46:17.340 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:16 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:16.565911+0000 mon.smithi031 (mon.0) 237 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-19T15:46:17.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:16 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:16.566114+0000 mon.smithi031 (mon.0) 238 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-19T15:46:17.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:16 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:16.566284+0000 mon.smithi031 (mon.0) 239 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-19T15:46:17.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:16 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:16.848849+0000 mon.smithi089 (mon.1) 6 : audit [DBG] from='client.? 172.21.15.89:0/898597616' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-19T15:46:17.488 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1705679176,"num_remapped_pgs":0} 2024-01-19T15:46:18.295 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:17 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:16.538761+0000 mgr.smithi031.kqtrbh (mgr.14182) 34 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-19T15:46:18.295 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:17 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:16.991377+0000 mon.smithi031 (mon.0) 240 : audit [DBG] from='client.? 172.21.15.31:0/1810047700' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-19T15:46:18.340 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:17 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:16.538761+0000 mgr.smithi031.kqtrbh (mgr.14182) 34 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-19T15:46:18.340 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:17 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:16.991377+0000 mon.smithi031 (mon.0) 240 : audit [DBG] from='client.? 172.21.15.31:0/1810047700' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-19T15:46:18.489 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-19T15:46:19.214 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:18 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:17.994953+0000 mon.smithi031 (mon.0) 241 : audit [DBG] from='client.? 172.21.15.31:0/1577322911' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-19T15:46:19.340 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:18 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:17.994953+0000 mon.smithi031 (mon.0) 241 : audit [DBG] from='client.? 172.21.15.31:0/1577322911' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-19T15:46:19.821 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:46:20.117 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:19 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:18.539005+0000 mgr.smithi031.kqtrbh (mgr.14182) 35 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-19T15:46:20.117 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:19 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:19.352134+0000 mon.smithi089 (mon.1) 7 : audit [INF] from='client.? 172.21.15.89:0/1918636996' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "976d99be-dda4-4a34-81f3-ba861db9383c"}]: dispatch 2024-01-19T15:46:20.117 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:19 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:19.352625+0000 mon.smithi031 (mon.0) 242 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "976d99be-dda4-4a34-81f3-ba861db9383c"}]: dispatch 2024-01-19T15:46:20.117 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:19 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:19.359096+0000 mon.smithi031 (mon.0) 243 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "976d99be-dda4-4a34-81f3-ba861db9383c"}]': finished 2024-01-19T15:46:20.117 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:19 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:19.359168+0000 mon.smithi031 (mon.0) 244 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-01-19T15:46:20.117 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:19 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:19.359302+0000 mon.smithi031 (mon.0) 245 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-19T15:46:20.117 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:19 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:19.359527+0000 mon.smithi031 (mon.0) 246 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-19T15:46:20.117 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:19 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:19.359744+0000 mon.smithi031 (mon.0) 247 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-19T15:46:20.117 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:19 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:19.359934+0000 mon.smithi031 (mon.0) 248 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-19T15:46:20.117 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:19 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:19.360120+0000 mon.smithi031 (mon.0) 249 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-19T15:46:20.118 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:19 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:19.828393+0000 mon.smithi031 (mon.0) 250 : audit [DBG] from='client.? 172.21.15.31:0/2275066522' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-19T15:46:20.203 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":10,"num_osds":5,"num_up_osds":0,"osd_up_since":0,"num_in_osds":5,"osd_in_since":1705679179,"num_remapped_pgs":0} 2024-01-19T15:46:20.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:19 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:18.539005+0000 mgr.smithi031.kqtrbh (mgr.14182) 35 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-19T15:46:20.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:19 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:19.352134+0000 mon.smithi089 (mon.1) 7 : audit [INF] from='client.? 172.21.15.89:0/1918636996' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "976d99be-dda4-4a34-81f3-ba861db9383c"}]: dispatch 2024-01-19T15:46:20.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:19 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:19.352625+0000 mon.smithi031 (mon.0) 242 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "976d99be-dda4-4a34-81f3-ba861db9383c"}]: dispatch 2024-01-19T15:46:20.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:19 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:19.359096+0000 mon.smithi031 (mon.0) 243 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "976d99be-dda4-4a34-81f3-ba861db9383c"}]': finished 2024-01-19T15:46:20.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:19 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:19.359168+0000 mon.smithi031 (mon.0) 244 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-01-19T15:46:20.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:19 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:19.359302+0000 mon.smithi031 (mon.0) 245 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-19T15:46:20.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:19 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:19.359527+0000 mon.smithi031 (mon.0) 246 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-19T15:46:20.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:19 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:19.359744+0000 mon.smithi031 (mon.0) 247 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-19T15:46:20.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:19 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:19.359934+0000 mon.smithi031 (mon.0) 248 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-19T15:46:20.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:19 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:19.360120+0000 mon.smithi031 (mon.0) 249 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-19T15:46:20.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:19 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:19.828393+0000 mon.smithi031 (mon.0) 250 : audit [DBG] from='client.? 172.21.15.31:0/2275066522' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-19T15:46:21.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:20 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:20.548646+0000 mon.smithi031 (mon.0) 251 : audit [INF] from='client.? 172.21.15.31:0/2438892721' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7f6bc842-24b8-469a-887c-095b09210201"}]: dispatch 2024-01-19T15:46:21.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:20 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:20.551916+0000 mon.smithi031 (mon.0) 252 : audit [INF] from='client.? 172.21.15.31:0/2438892721' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7f6bc842-24b8-469a-887c-095b09210201"}]': finished 2024-01-19T15:46:21.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:20 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:20.551954+0000 mon.smithi031 (mon.0) 253 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-01-19T15:46:21.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:20 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:20.552037+0000 mon.smithi031 (mon.0) 254 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-19T15:46:21.047 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:20 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:20.552247+0000 mon.smithi031 (mon.0) 255 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-19T15:46:21.047 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:20 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:20.552378+0000 mon.smithi031 (mon.0) 256 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-19T15:46:21.047 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:20 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:20.552511+0000 mon.smithi031 (mon.0) 257 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-19T15:46:21.047 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:20 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:20.552648+0000 mon.smithi031 (mon.0) 258 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-19T15:46:21.047 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:20 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:20.552797+0000 mon.smithi031 (mon.0) 259 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-19T15:46:21.047 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:20 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:20.607053+0000 mon.smithi089 (mon.1) 8 : audit [DBG] from='client.? 172.21.15.89:0/2439718792' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-19T15:46:21.205 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-19T15:46:21.340 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:20 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:20.548646+0000 mon.smithi031 (mon.0) 251 : audit [INF] from='client.? 172.21.15.31:0/2438892721' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7f6bc842-24b8-469a-887c-095b09210201"}]: dispatch 2024-01-19T15:46:21.340 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:20 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:20.551916+0000 mon.smithi031 (mon.0) 252 : audit [INF] from='client.? 172.21.15.31:0/2438892721' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7f6bc842-24b8-469a-887c-095b09210201"}]': finished 2024-01-19T15:46:21.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:20 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:20.551954+0000 mon.smithi031 (mon.0) 253 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-01-19T15:46:21.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:20 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:20.552037+0000 mon.smithi031 (mon.0) 254 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-19T15:46:21.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:20 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:20.552247+0000 mon.smithi031 (mon.0) 255 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-19T15:46:21.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:20 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:20.552378+0000 mon.smithi031 (mon.0) 256 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-19T15:46:21.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:20 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:20.552511+0000 mon.smithi031 (mon.0) 257 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-19T15:46:21.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:20 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:20.552648+0000 mon.smithi031 (mon.0) 258 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-19T15:46:21.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:20 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:20.552797+0000 mon.smithi031 (mon.0) 259 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-19T15:46:21.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:20 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:20.607053+0000 mon.smithi089 (mon.1) 8 : audit [DBG] from='client.? 172.21.15.89:0/2439718792' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-19T15:46:22.205 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:21 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:20.539202+0000 mgr.smithi031.kqtrbh (mgr.14182) 36 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-19T15:46:22.205 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:21 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:21.838997+0000 mon.smithi031 (mon.0) 260 : audit [DBG] from='client.? 172.21.15.31:0/1702018739' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-19T15:46:22.340 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:21 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:20.539202+0000 mgr.smithi031.kqtrbh (mgr.14182) 36 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-19T15:46:22.340 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:21 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:21.838997+0000 mon.smithi031 (mon.0) 260 : audit [DBG] from='client.? 172.21.15.31:0/1702018739' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-19T15:46:22.561 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:46:22.925 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1705679180,"num_remapped_pgs":0} 2024-01-19T15:46:23.217 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:22 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:22.568755+0000 mon.smithi031 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.31:0/271013395' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-19T15:46:23.295 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:22 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:22.568755+0000 mon.smithi031 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.31:0/271013395' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-19T15:46:23.926 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-19T15:46:24.295 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:22.539423+0000 mgr.smithi031.kqtrbh (mgr.14182) 37 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-19T15:46:24.295 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:23.118856+0000 mon.smithi089 (mon.1) 9 : audit [INF] from='client.? 172.21.15.89:0/1312341333' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f73a13de-ade5-4fb2-9876-4221f605e25f"}]: dispatch 2024-01-19T15:46:24.295 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:23.119212+0000 mon.smithi031 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f73a13de-ade5-4fb2-9876-4221f605e25f"}]: dispatch 2024-01-19T15:46:24.295 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:23.125516+0000 mon.smithi031 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f73a13de-ade5-4fb2-9876-4221f605e25f"}]': finished 2024-01-19T15:46:24.295 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:23.125587+0000 mon.smithi031 (mon.0) 264 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-01-19T15:46:24.296 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:23.125675+0000 mon.smithi031 (mon.0) 265 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-19T15:46:24.296 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:23.125942+0000 mon.smithi031 (mon.0) 266 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-19T15:46:24.296 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:23.126119+0000 mon.smithi031 (mon.0) 267 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-19T15:46:24.296 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:23.126295+0000 mon.smithi031 (mon.0) 268 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-19T15:46:24.296 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:23.126467+0000 mon.smithi031 (mon.0) 269 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-19T15:46:24.296 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:23.126640+0000 mon.smithi031 (mon.0) 270 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-19T15:46:24.296 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:23.126810+0000 mon.smithi031 (mon.0) 271 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-19T15:46:24.340 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:22.539423+0000 mgr.smithi031.kqtrbh (mgr.14182) 37 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-19T15:46:24.340 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:23.118856+0000 mon.smithi089 (mon.1) 9 : audit [INF] from='client.? 172.21.15.89:0/1312341333' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f73a13de-ade5-4fb2-9876-4221f605e25f"}]: dispatch 2024-01-19T15:46:24.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:23.119212+0000 mon.smithi031 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f73a13de-ade5-4fb2-9876-4221f605e25f"}]: dispatch 2024-01-19T15:46:24.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:23.125516+0000 mon.smithi031 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f73a13de-ade5-4fb2-9876-4221f605e25f"}]': finished 2024-01-19T15:46:24.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:23.125587+0000 mon.smithi031 (mon.0) 264 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-01-19T15:46:24.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:23.125675+0000 mon.smithi031 (mon.0) 265 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-19T15:46:24.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:23.125942+0000 mon.smithi031 (mon.0) 266 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-19T15:46:24.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:23.126119+0000 mon.smithi031 (mon.0) 267 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-19T15:46:24.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:23.126295+0000 mon.smithi031 (mon.0) 268 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-19T15:46:24.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:23.126467+0000 mon.smithi031 (mon.0) 269 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-19T15:46:24.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:23.126640+0000 mon.smithi031 (mon.0) 270 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-19T15:46:24.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:23.126810+0000 mon.smithi031 (mon.0) 271 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-19T15:46:25.159 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:24 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:24.396711+0000 mon.smithi089 (mon.1) 10 : audit [INF] from='client.? 172.21.15.31:0/2558280026' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "95f744c9-5d6f-41b5-bfb4-b5aa0fb44547"}]: dispatch 2024-01-19T15:46:25.159 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:24 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:24.397137+0000 mon.smithi031 (mon.0) 272 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "95f744c9-5d6f-41b5-bfb4-b5aa0fb44547"}]: dispatch 2024-01-19T15:46:25.159 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:24 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:24.402337+0000 mon.smithi031 (mon.0) 273 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "95f744c9-5d6f-41b5-bfb4-b5aa0fb44547"}]': finished 2024-01-19T15:46:25.159 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:24 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:24.402385+0000 mon.smithi031 (mon.0) 274 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-01-19T15:46:25.160 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:24 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:24.402483+0000 mon.smithi031 (mon.0) 275 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-19T15:46:25.160 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:24 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:24.402805+0000 mon.smithi031 (mon.0) 276 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-19T15:46:25.160 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:24 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:24.402957+0000 mon.smithi031 (mon.0) 277 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-19T15:46:25.160 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:24 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:24.403108+0000 mon.smithi031 (mon.0) 278 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-19T15:46:25.160 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:24 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:24.403243+0000 mon.smithi031 (mon.0) 279 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-19T15:46:25.160 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:24 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:24.403395+0000 mon.smithi031 (mon.0) 280 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-19T15:46:25.160 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:24 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:24.403527+0000 mon.smithi031 (mon.0) 281 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-19T15:46:25.160 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:24 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:24.403657+0000 mon.smithi031 (mon.0) 282 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-19T15:46:25.160 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:24 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:24.425892+0000 mon.smithi089 (mon.1) 11 : audit [DBG] from='client.? 172.21.15.89:0/567583472' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-19T15:46:25.340 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:24 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:24.396711+0000 mon.smithi089 (mon.1) 10 : audit [INF] from='client.? 172.21.15.31:0/2558280026' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "95f744c9-5d6f-41b5-bfb4-b5aa0fb44547"}]: dispatch 2024-01-19T15:46:25.340 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:24 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:24.397137+0000 mon.smithi031 (mon.0) 272 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "95f744c9-5d6f-41b5-bfb4-b5aa0fb44547"}]: dispatch 2024-01-19T15:46:25.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:24 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:24.402337+0000 mon.smithi031 (mon.0) 273 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "95f744c9-5d6f-41b5-bfb4-b5aa0fb44547"}]': finished 2024-01-19T15:46:25.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:24 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:24.402385+0000 mon.smithi031 (mon.0) 274 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-01-19T15:46:25.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:24 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:24.402483+0000 mon.smithi031 (mon.0) 275 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-19T15:46:25.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:24 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:24.402805+0000 mon.smithi031 (mon.0) 276 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-19T15:46:25.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:24 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:24.402957+0000 mon.smithi031 (mon.0) 277 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-19T15:46:25.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:24 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:24.403108+0000 mon.smithi031 (mon.0) 278 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-19T15:46:25.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:24 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:24.403243+0000 mon.smithi031 (mon.0) 279 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-19T15:46:25.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:24 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:24.403395+0000 mon.smithi031 (mon.0) 280 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-19T15:46:25.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:24 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:24.403527+0000 mon.smithi031 (mon.0) 281 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-19T15:46:25.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:24 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:24.403657+0000 mon.smithi031 (mon.0) 282 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-19T15:46:25.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:24 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:24.425892+0000 mon.smithi089 (mon.1) 11 : audit [DBG] from='client.? 172.21.15.89:0/567583472' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-19T15:46:25.509 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:46:25.913 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705679184,"num_remapped_pgs":0} 2024-01-19T15:46:26.295 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:25 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:24.539653+0000 mgr.smithi031.kqtrbh (mgr.14182) 38 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-19T15:46:26.296 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:25 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:25.516359+0000 mon.smithi031 (mon.0) 283 : audit [DBG] from='client.? 172.21.15.31:0/1170607424' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-19T15:46:26.296 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:25 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:25.868914+0000 mon.smithi031 (mon.0) 284 : audit [DBG] from='client.? 172.21.15.31:0/1465645207' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-19T15:46:26.340 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:25 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:24.539653+0000 mgr.smithi031.kqtrbh (mgr.14182) 38 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-19T15:46:26.340 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:25 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:25.516359+0000 mon.smithi031 (mon.0) 283 : audit [DBG] from='client.? 172.21.15.31:0/1170607424' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-19T15:46:26.340 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:25 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:25.868914+0000 mon.smithi031 (mon.0) 284 : audit [DBG] from='client.? 172.21.15.31:0/1465645207' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-19T15:46:26.914 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-19T15:46:27.966 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:27 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:26.539962+0000 mgr.smithi031.kqtrbh (mgr.14182) 39 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-19T15:46:28.135 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:27 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:26.539962+0000 mgr.smithi031.kqtrbh (mgr.14182) 39 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-19T15:46:28.296 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:46:28.796 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705679184,"num_remapped_pgs":0} 2024-01-19T15:46:29.378 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:29 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:28.303939+0000 mon.smithi031 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.31:0/4225793410' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-19T15:46:29.379 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:29 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:28.540361+0000 mgr.smithi031.kqtrbh (mgr.14182) 40 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-19T15:46:29.379 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:29 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:28.784712+0000 mon.smithi031 (mon.0) 286 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-19T15:46:29.379 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:29 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:28.785443+0000 mon.smithi031 (mon.0) 287 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:46:29.379 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:29 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:46:28.786056+0000 mgr.smithi031.kqtrbh (mgr.14182) 41 : cephadm [INF] Deploying daemon osd.0 on smithi089 2024-01-19T15:46:29.466 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:29 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:28.303939+0000 mon.smithi031 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.31:0/4225793410' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-19T15:46:29.466 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:29 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:28.540361+0000 mgr.smithi031.kqtrbh (mgr.14182) 40 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-19T15:46:29.466 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:29 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:28.784712+0000 mon.smithi031 (mon.0) 286 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-19T15:46:29.466 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:29 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:28.785443+0000 mon.smithi031 (mon.0) 287 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:46:29.466 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:29 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:46:28.786056+0000 mgr.smithi031.kqtrbh (mgr.14182) 41 : cephadm [INF] Deploying daemon osd.0 on smithi089 2024-01-19T15:46:29.797 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-19T15:46:31.248 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:46:31.650 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705679184,"num_remapped_pgs":0} 2024-01-19T15:46:31.773 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:31 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:30.540620+0000 mgr.smithi031.kqtrbh (mgr.14182) 42 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-19T15:46:31.773 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:31 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:30.609512+0000 mon.smithi031 (mon.0) 288 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-19T15:46:31.773 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:31 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:30.610110+0000 mon.smithi031 (mon.0) 289 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:46:31.773 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:31 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:46:30.610614+0000 mgr.smithi031.kqtrbh (mgr.14182) 43 : cephadm [INF] Deploying daemon osd.1 on smithi031 2024-01-19T15:46:31.773 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:31 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:31.255965+0000 mon.smithi031 (mon.0) 290 : audit [DBG] from='client.? 172.21.15.31:0/3308446840' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-19T15:46:31.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:31 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:30.540620+0000 mgr.smithi031.kqtrbh (mgr.14182) 42 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-19T15:46:31.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:31 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:30.609512+0000 mon.smithi031 (mon.0) 288 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-19T15:46:31.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:31 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:30.610110+0000 mon.smithi031 (mon.0) 289 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:46:31.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:31 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:46:30.610614+0000 mgr.smithi031.kqtrbh (mgr.14182) 43 : cephadm [INF] Deploying daemon osd.1 on smithi031 2024-01-19T15:46:31.842 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:31 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:31.255965+0000 mon.smithi031 (mon.0) 290 : audit [DBG] from='client.? 172.21.15.31:0/3308446840' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-19T15:46:32.651 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-19T15:46:33.479 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:33 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:32.166919+0000 mon.smithi031 (mon.0) 291 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:46:33.479 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:33 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:32.167665+0000 mon.smithi031 (mon.0) 292 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-19T15:46:33.479 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:33 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:32.168330+0000 mon.smithi031 (mon.0) 293 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:46:33.480 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:33 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:46:32.168876+0000 mgr.smithi031.kqtrbh (mgr.14182) 44 : cephadm [INF] Deploying daemon osd.2 on smithi089 2024-01-19T15:46:33.480 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:33 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:32.540900+0000 mgr.smithi031.kqtrbh (mgr.14182) 45 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-19T15:46:33.547 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:33 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:32.166919+0000 mon.smithi031 (mon.0) 291 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:46:33.547 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:33 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:32.167665+0000 mon.smithi031 (mon.0) 292 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-19T15:46:33.547 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:33 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:32.168330+0000 mon.smithi031 (mon.0) 293 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:46:33.547 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:33 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:46:32.168876+0000 mgr.smithi031.kqtrbh (mgr.14182) 44 : cephadm [INF] Deploying daemon osd.2 on smithi089 2024-01-19T15:46:33.547 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:33 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:32.540900+0000 mgr.smithi031.kqtrbh (mgr.14182) 45 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-19T15:46:34.376 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:46:34.545 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:34 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:34.384482+0000 mon.smithi031 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.31:0/4045308406' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-19T15:46:34.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:34 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:34.384482+0000 mon.smithi031 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.31:0/4045308406' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-19T15:46:34.859 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705679184,"num_remapped_pgs":0} 2024-01-19T15:46:35.788 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:35 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:34.541116+0000 mgr.smithi031.kqtrbh (mgr.14182) 46 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-19T15:46:35.788 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:35 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:34.731386+0000 mon.smithi031 (mon.0) 295 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:46:35.788 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:35 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:34.732096+0000 mon.smithi031 (mon.0) 296 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-19T15:46:35.788 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:35 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:34.732640+0000 mon.smithi031 (mon.0) 297 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:46:35.788 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:35 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:46:34.733127+0000 mgr.smithi031.kqtrbh (mgr.14182) 47 : cephadm [INF] Deploying daemon osd.3 on smithi031 2024-01-19T15:46:35.789 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:35 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:35.379845+0000 mon.smithi089 (mon.1) 12 : audit [INF] from='osd.0 [v2:172.21.15.89:6800/4247990335,v1:172.21.15.89:6801/4247990335]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-19T15:46:35.789 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:35 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:35.380222+0000 mon.smithi031 (mon.0) 298 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-19T15:46:35.789 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:35 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:35.574467+0000 mon.smithi031 (mon.0) 299 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:46:35.789 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:35 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:35.575134+0000 mon.smithi031 (mon.0) 300 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-19T15:46:35.789 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:35 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:35.575704+0000 mon.smithi031 (mon.0) 301 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:46:35.860 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-19T15:46:35.996 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:35 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:34.541116+0000 mgr.smithi031.kqtrbh (mgr.14182) 46 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-19T15:46:35.996 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:35 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:34.731386+0000 mon.smithi031 (mon.0) 295 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:46:35.996 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:35 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:34.732096+0000 mon.smithi031 (mon.0) 296 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-19T15:46:35.996 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:35 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:34.732640+0000 mon.smithi031 (mon.0) 297 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:46:35.996 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:35 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:46:34.733127+0000 mgr.smithi031.kqtrbh (mgr.14182) 47 : cephadm [INF] Deploying daemon osd.3 on smithi031 2024-01-19T15:46:35.997 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:35 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:35.379845+0000 mon.smithi089 (mon.1) 12 : audit [INF] from='osd.0 [v2:172.21.15.89:6800/4247990335,v1:172.21.15.89:6801/4247990335]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-19T15:46:35.997 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:35 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:35.380222+0000 mon.smithi031 (mon.0) 298 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-19T15:46:35.997 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:35 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:35.574467+0000 mon.smithi031 (mon.0) 299 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:46:35.997 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:35 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:35.575134+0000 mon.smithi031 (mon.0) 300 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-19T15:46:35.997 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:35 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:35.575704+0000 mon.smithi031 (mon.0) 301 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:46:36.795 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:36 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:46:35.576200+0000 mgr.smithi031.kqtrbh (mgr.14182) 48 : cephadm [INF] Deploying daemon osd.4 on smithi089 2024-01-19T15:46:36.795 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:36 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:35.742054+0000 mon.smithi031 (mon.0) 302 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-19T15:46:36.795 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:36 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:35.742101+0000 mon.smithi031 (mon.0) 303 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-01-19T15:46:36.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:36 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:35.742218+0000 mon.smithi031 (mon.0) 304 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-19T15:46:36.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:36 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:35.742540+0000 mon.smithi031 (mon.0) 305 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-19T15:46:36.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:36 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:35.742700+0000 mon.smithi031 (mon.0) 306 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-19T15:46:36.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:36 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:35.742891+0000 mon.smithi031 (mon.0) 307 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-19T15:46:36.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:36 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:35.743065+0000 mon.smithi031 (mon.0) 308 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-19T15:46:36.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:36 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:35.743244+0000 mon.smithi031 (mon.0) 309 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-19T15:46:36.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:36 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:35.743411+0000 mon.smithi031 (mon.0) 310 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-19T15:46:36.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:36 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:35.743456+0000 mon.smithi089 (mon.1) 13 : audit [INF] from='osd.0 [v2:172.21.15.89:6800/4247990335,v1:172.21.15.89:6801/4247990335]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2024-01-19T15:46:36.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:36 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:35.743572+0000 mon.smithi031 (mon.0) 311 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-19T15:46:36.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:36 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:35.743829+0000 mon.smithi031 (mon.0) 312 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2024-01-19T15:46:36.966 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:36 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:46:35.576200+0000 mgr.smithi031.kqtrbh (mgr.14182) 48 : cephadm [INF] Deploying daemon osd.4 on smithi089 2024-01-19T15:46:36.967 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:36 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:35.742054+0000 mon.smithi031 (mon.0) 302 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-19T15:46:36.967 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:36 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:35.742101+0000 mon.smithi031 (mon.0) 303 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-01-19T15:46:36.967 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:36 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:35.742218+0000 mon.smithi031 (mon.0) 304 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-19T15:46:36.967 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:36 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:35.742540+0000 mon.smithi031 (mon.0) 305 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-19T15:46:36.967 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:36 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:35.742700+0000 mon.smithi031 (mon.0) 306 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-19T15:46:36.967 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:36 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:35.742891+0000 mon.smithi031 (mon.0) 307 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-19T15:46:36.967 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:36 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:35.743065+0000 mon.smithi031 (mon.0) 308 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-19T15:46:36.967 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:36 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:35.743244+0000 mon.smithi031 (mon.0) 309 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-19T15:46:36.967 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:36 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:35.743411+0000 mon.smithi031 (mon.0) 310 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-19T15:46:36.967 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:36 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:35.743456+0000 mon.smithi089 (mon.1) 13 : audit [INF] from='osd.0 [v2:172.21.15.89:6800/4247990335,v1:172.21.15.89:6801/4247990335]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2024-01-19T15:46:36.967 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:36 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:35.743572+0000 mon.smithi031 (mon.0) 311 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-19T15:46:36.967 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:36 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:35.743829+0000 mon.smithi031 (mon.0) 312 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2024-01-19T15:46:37.339 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:46:37.674 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":15,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705679184,"num_remapped_pgs":0} 2024-01-19T15:46:38.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:37 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:36.541567+0000 mgr.smithi031.kqtrbh (mgr.14182) 49 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-19T15:46:38.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:37 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:36.743471+0000 mon.smithi031 (mon.0) 313 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]': finished 2024-01-19T15:46:38.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:37 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:36.743529+0000 mon.smithi031 (mon.0) 314 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-01-19T15:46:38.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:37 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:36.744512+0000 mon.smithi031 (mon.0) 315 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-19T15:46:38.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:37 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:36.744761+0000 mon.smithi031 (mon.0) 316 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-19T15:46:38.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:37 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:36.744901+0000 mon.smithi031 (mon.0) 317 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-19T15:46:38.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:37 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:36.745084+0000 mon.smithi031 (mon.0) 318 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-19T15:46:38.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:37 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:36.745245+0000 mon.smithi031 (mon.0) 319 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-19T15:46:38.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:37 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:36.745366+0000 mon.smithi031 (mon.0) 320 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-19T15:46:38.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:37 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:36.745504+0000 mon.smithi031 (mon.0) 321 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-19T15:46:38.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:37 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:36.745698+0000 mon.smithi031 (mon.0) 322 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-19T15:46:38.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:37 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:36.750099+0000 mon.smithi031 (mon.0) 323 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-19T15:46:38.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:37 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:37.345541+0000 mon.smithi031 (mon.0) 324 : audit [DBG] from='client.? 172.21.15.31:0/1163983477' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-19T15:46:38.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:37 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:36.541567+0000 mgr.smithi031.kqtrbh (mgr.14182) 49 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-19T15:46:38.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:37 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:36.743471+0000 mon.smithi031 (mon.0) 313 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]': finished 2024-01-19T15:46:38.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:37 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:36.743529+0000 mon.smithi031 (mon.0) 314 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-01-19T15:46:38.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:37 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:36.744512+0000 mon.smithi031 (mon.0) 315 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-19T15:46:38.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:37 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:36.744761+0000 mon.smithi031 (mon.0) 316 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-19T15:46:38.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:37 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:36.744901+0000 mon.smithi031 (mon.0) 317 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-19T15:46:38.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:37 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:36.745084+0000 mon.smithi031 (mon.0) 318 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-19T15:46:38.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:37 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:36.745245+0000 mon.smithi031 (mon.0) 319 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-19T15:46:38.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:37 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:36.745366+0000 mon.smithi031 (mon.0) 320 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-19T15:46:38.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:37 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:36.745504+0000 mon.smithi031 (mon.0) 321 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-19T15:46:38.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:37 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:36.745698+0000 mon.smithi031 (mon.0) 322 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-19T15:46:38.092 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:37 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:36.750099+0000 mon.smithi031 (mon.0) 323 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-19T15:46:38.092 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:37 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:37.345541+0000 mon.smithi031 (mon.0) 324 : audit [DBG] from='client.? 172.21.15.31:0/1163983477' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-19T15:46:38.675 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-19T15:46:39.003 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:38 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:36.345994+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-19T15:46:39.003 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:38 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:36.346033+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-19T15:46:39.003 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:38 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:37.747665+0000 mon.smithi031 (mon.0) 325 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-19T15:46:39.003 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:38 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:37.754353+0000 mon.smithi031 (mon.0) 326 : cluster [INF] osd.0 [v2:172.21.15.89:6800/4247990335,v1:172.21.15.89:6801/4247990335] boot 2024-01-19T15:46:39.003 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:38 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:37.754398+0000 mon.smithi031 (mon.0) 327 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-01-19T15:46:39.003 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:38 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:37.754506+0000 mon.smithi031 (mon.0) 328 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-19T15:46:39.003 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:38 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:37.754788+0000 mon.smithi031 (mon.0) 329 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-19T15:46:39.003 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:38 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:37.754957+0000 mon.smithi031 (mon.0) 330 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-19T15:46:39.003 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:38 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:37.755144+0000 mon.smithi031 (mon.0) 331 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-19T15:46:39.003 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:38 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:37.755286+0000 mon.smithi031 (mon.0) 332 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-19T15:46:39.003 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:38 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:37.755437+0000 mon.smithi031 (mon.0) 333 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-19T15:46:39.004 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:38 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:37.755578+0000 mon.smithi031 (mon.0) 334 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-19T15:46:39.004 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:38 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:37.755730+0000 mon.smithi031 (mon.0) 335 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-19T15:46:39.004 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:38 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:37.906548+0000 mon.smithi031 (mon.0) 336 : audit [INF] from='osd.1 [v2:172.21.15.31:6802/1191894274,v1:172.21.15.31:6803/1191894274]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-19T15:46:39.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:38 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:36.345994+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-19T15:46:39.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:38 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:36.346033+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-19T15:46:39.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:38 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:37.747665+0000 mon.smithi031 (mon.0) 325 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-19T15:46:39.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:38 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:37.754353+0000 mon.smithi031 (mon.0) 326 : cluster [INF] osd.0 [v2:172.21.15.89:6800/4247990335,v1:172.21.15.89:6801/4247990335] boot 2024-01-19T15:46:39.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:38 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:37.754398+0000 mon.smithi031 (mon.0) 327 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-01-19T15:46:39.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:38 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:37.754506+0000 mon.smithi031 (mon.0) 328 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-19T15:46:39.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:38 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:37.754788+0000 mon.smithi031 (mon.0) 329 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-19T15:46:39.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:38 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:37.754957+0000 mon.smithi031 (mon.0) 330 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-19T15:46:39.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:38 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:37.755144+0000 mon.smithi031 (mon.0) 331 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-19T15:46:39.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:38 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:37.755286+0000 mon.smithi031 (mon.0) 332 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-19T15:46:39.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:38 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:37.755437+0000 mon.smithi031 (mon.0) 333 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-19T15:46:39.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:38 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:37.755578+0000 mon.smithi031 (mon.0) 334 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-19T15:46:39.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:38 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:37.755730+0000 mon.smithi031 (mon.0) 335 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-19T15:46:39.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:38 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:37.906548+0000 mon.smithi031 (mon.0) 336 : audit [INF] from='osd.1 [v2:172.21.15.31:6802/1191894274,v1:172.21.15.31:6803/1191894274]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-19T15:46:39.887 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:39 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:38.541922+0000 mgr.smithi031.kqtrbh (mgr.14182) 50 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-19T15:46:39.887 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:39 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:38.756427+0000 mon.smithi031 (mon.0) 337 : audit [INF] from='osd.1 [v2:172.21.15.31:6802/1191894274,v1:172.21.15.31:6803/1191894274]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-19T15:46:39.888 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:39 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:38.756480+0000 mon.smithi031 (mon.0) 338 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-01-19T15:46:39.888 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:39 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:38.756628+0000 mon.smithi031 (mon.0) 339 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-19T15:46:39.888 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:39 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:38.757049+0000 mon.smithi031 (mon.0) 340 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-19T15:46:39.888 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:39 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:38.757316+0000 mon.smithi031 (mon.0) 341 : audit [INF] from='osd.1 [v2:172.21.15.31:6802/1191894274,v1:172.21.15.31:6803/1191894274]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-01-19T15:46:39.888 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:39 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:38.757639+0000 mon.smithi031 (mon.0) 342 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-19T15:46:39.888 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:39 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:38.757811+0000 mon.smithi031 (mon.0) 343 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-19T15:46:39.888 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:39 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:38.758089+0000 mon.smithi031 (mon.0) 344 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-19T15:46:39.888 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:39 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:38.758293+0000 mon.smithi031 (mon.0) 345 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-19T15:46:39.888 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:39 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:38.758503+0000 mon.smithi031 (mon.0) 346 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-19T15:46:39.888 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:39 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:38.792663+0000 mon.smithi089 (mon.1) 14 : audit [INF] from='osd.2 [v2:172.21.15.89:6808/3341416856,v1:172.21.15.89:6809/3341416856]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-19T15:46:39.888 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:39 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:38.793063+0000 mon.smithi031 (mon.0) 347 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-19T15:46:39.888 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:39 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:39.033078+0000 mon.smithi031 (mon.0) 348 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:46:39.888 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:39 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:39.033693+0000 mon.smithi031 (mon.0) 349 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-19T15:46:39.889 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:39 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:39.034280+0000 mon.smithi031 (mon.0) 350 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:46:39.889 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:39 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:46:39.034770+0000 mgr.smithi031.kqtrbh (mgr.14182) 51 : cephadm [INF] Deploying daemon osd.6 on smithi089 2024-01-19T15:46:39.889 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:39 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:39.222814+0000 mon.smithi031 (mon.0) 351 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:46:39.889 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:39 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:39.223471+0000 mon.smithi031 (mon.0) 352 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-19T15:46:39.889 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:39 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:39.224032+0000 mon.smithi031 (mon.0) 353 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:46:40.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:39 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:38.541922+0000 mgr.smithi031.kqtrbh (mgr.14182) 50 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-19T15:46:40.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:39 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:38.756427+0000 mon.smithi031 (mon.0) 337 : audit [INF] from='osd.1 [v2:172.21.15.31:6802/1191894274,v1:172.21.15.31:6803/1191894274]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-19T15:46:40.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:39 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:38.756480+0000 mon.smithi031 (mon.0) 338 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-01-19T15:46:40.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:39 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:38.756628+0000 mon.smithi031 (mon.0) 339 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-19T15:46:40.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:39 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:38.757049+0000 mon.smithi031 (mon.0) 340 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-19T15:46:40.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:39 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:38.757316+0000 mon.smithi031 (mon.0) 341 : audit [INF] from='osd.1 [v2:172.21.15.31:6802/1191894274,v1:172.21.15.31:6803/1191894274]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-01-19T15:46:40.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:39 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:38.757639+0000 mon.smithi031 (mon.0) 342 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-19T15:46:40.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:39 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:38.757811+0000 mon.smithi031 (mon.0) 343 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-19T15:46:40.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:39 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:38.758089+0000 mon.smithi031 (mon.0) 344 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-19T15:46:40.092 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:39 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:38.758293+0000 mon.smithi031 (mon.0) 345 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-19T15:46:40.092 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:39 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:38.758503+0000 mon.smithi031 (mon.0) 346 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-19T15:46:40.092 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:39 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:38.792663+0000 mon.smithi089 (mon.1) 14 : audit [INF] from='osd.2 [v2:172.21.15.89:6808/3341416856,v1:172.21.15.89:6809/3341416856]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-19T15:46:40.092 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:39 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:38.793063+0000 mon.smithi031 (mon.0) 347 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-19T15:46:40.092 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:39 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:39.033078+0000 mon.smithi031 (mon.0) 348 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:46:40.092 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:39 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:39.033693+0000 mon.smithi031 (mon.0) 349 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-19T15:46:40.092 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:39 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:39.034280+0000 mon.smithi031 (mon.0) 350 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:46:40.092 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:39 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:46:39.034770+0000 mgr.smithi031.kqtrbh (mgr.14182) 51 : cephadm [INF] Deploying daemon osd.6 on smithi089 2024-01-19T15:46:40.092 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:39 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:39.222814+0000 mon.smithi031 (mon.0) 351 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:46:40.092 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:39 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:39.223471+0000 mon.smithi031 (mon.0) 352 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-19T15:46:40.092 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:39 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:39.224032+0000 mon.smithi031 (mon.0) 353 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:46:40.373 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:46:40.865 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":18,"num_osds":8,"num_up_osds":1,"osd_up_since":1705679197,"num_in_osds":8,"osd_in_since":1705679184,"num_remapped_pgs":0} 2024-01-19T15:46:41.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:40 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:46:39.224514+0000 mgr.smithi031.kqtrbh (mgr.14182) 52 : cephadm [INF] Deploying daemon osd.5 on smithi031 2024-01-19T15:46:41.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:40 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:39.756999+0000 mon.smithi031 (mon.0) 354 : audit [INF] from='osd.1 [v2:172.21.15.31:6802/1191894274,v1:172.21.15.31:6803/1191894274]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2024-01-19T15:46:41.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:40 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:39.757077+0000 mon.smithi031 (mon.0) 355 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-19T15:46:41.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:40 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:39.757150+0000 mon.smithi031 (mon.0) 356 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-01-19T15:46:41.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:40 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:39.757580+0000 mon.smithi031 (mon.0) 357 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-19T15:46:41.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:40 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:39.757861+0000 mon.smithi031 (mon.0) 358 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-19T15:46:41.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:40 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:39.758027+0000 mon.smithi089 (mon.1) 15 : audit [INF] from='osd.2 [v2:172.21.15.89:6808/3341416856,v1:172.21.15.89:6809/3341416856]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2024-01-19T15:46:41.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:40 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:39.761363+0000 mon.smithi031 (mon.0) 359 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-19T15:46:41.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:40 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:39.761761+0000 mon.smithi031 (mon.0) 360 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-19T15:46:41.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:40 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:39.761986+0000 mon.smithi031 (mon.0) 361 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2024-01-19T15:46:41.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:40 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:39.762218+0000 mon.smithi031 (mon.0) 362 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-19T15:46:41.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:40 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:39.762437+0000 mon.smithi031 (mon.0) 363 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-19T15:46:41.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:40 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:39.762601+0000 mon.smithi031 (mon.0) 364 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-19T15:46:41.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:40 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:39.762777+0000 mon.smithi031 (mon.0) 365 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-19T15:46:41.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:40 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:40.380933+0000 mon.smithi031 (mon.0) 366 : audit [DBG] from='client.? 172.21.15.31:0/2327426577' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-19T15:46:41.056 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:40 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:46:39.224514+0000 mgr.smithi031.kqtrbh (mgr.14182) 52 : cephadm [INF] Deploying daemon osd.5 on smithi031 2024-01-19T15:46:41.056 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:40 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:39.756999+0000 mon.smithi031 (mon.0) 354 : audit [INF] from='osd.1 [v2:172.21.15.31:6802/1191894274,v1:172.21.15.31:6803/1191894274]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2024-01-19T15:46:41.056 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:40 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:39.757077+0000 mon.smithi031 (mon.0) 355 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-19T15:46:41.056 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:40 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:39.757150+0000 mon.smithi031 (mon.0) 356 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-01-19T15:46:41.056 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:40 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:39.757580+0000 mon.smithi031 (mon.0) 357 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-19T15:46:41.057 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:40 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:39.757861+0000 mon.smithi031 (mon.0) 358 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-19T15:46:41.057 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:40 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:39.758027+0000 mon.smithi089 (mon.1) 15 : audit [INF] from='osd.2 [v2:172.21.15.89:6808/3341416856,v1:172.21.15.89:6809/3341416856]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2024-01-19T15:46:41.057 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:40 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:39.761363+0000 mon.smithi031 (mon.0) 359 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-19T15:46:41.057 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:40 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:39.761761+0000 mon.smithi031 (mon.0) 360 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-19T15:46:41.057 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:40 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:39.761986+0000 mon.smithi031 (mon.0) 361 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2024-01-19T15:46:41.057 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:40 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:39.762218+0000 mon.smithi031 (mon.0) 362 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-19T15:46:41.057 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:40 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:39.762437+0000 mon.smithi031 (mon.0) 363 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-19T15:46:41.057 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:40 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:39.762601+0000 mon.smithi031 (mon.0) 364 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-19T15:46:41.057 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:40 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:39.762777+0000 mon.smithi031 (mon.0) 365 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-19T15:46:41.057 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:40 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:40.380933+0000 mon.smithi031 (mon.0) 366 : audit [DBG] from='client.? 172.21.15.31:0/2327426577' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-19T15:46:41.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:41 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:38.867383+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-19T15:46:41.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:41 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:38.867431+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-19T15:46:41.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:41 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:40.542375+0000 mgr.smithi031.kqtrbh (mgr.14182) 53 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-19T15:46:41.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:41 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:40.761888+0000 mon.smithi031 (mon.0) 367 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-19T15:46:41.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:41 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:40.766737+0000 mon.smithi031 (mon.0) 368 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]': finished 2024-01-19T15:46:41.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:41 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:40.766794+0000 mon.smithi031 (mon.0) 369 : cluster [INF] osd.1 [v2:172.21.15.31:6802/1191894274,v1:172.21.15.31:6803/1191894274] boot 2024-01-19T15:46:41.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:41 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:40.766812+0000 mon.smithi031 (mon.0) 370 : cluster [DBG] osdmap e19: 8 total, 2 up, 8 in 2024-01-19T15:46:41.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:41 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:40.767355+0000 mon.smithi031 (mon.0) 371 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-19T15:46:41.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:41 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:40.767597+0000 mon.smithi031 (mon.0) 372 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-19T15:46:41.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:41 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:40.767787+0000 mon.smithi031 (mon.0) 373 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-19T15:46:41.797 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:41 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:40.767961+0000 mon.smithi031 (mon.0) 374 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-19T15:46:41.797 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:41 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:40.768119+0000 mon.smithi031 (mon.0) 375 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-19T15:46:41.797 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:41 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:40.768276+0000 mon.smithi031 (mon.0) 376 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-19T15:46:41.797 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:41 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:40.768429+0000 mon.smithi031 (mon.0) 377 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-19T15:46:41.797 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:41 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:40.772301+0000 mon.smithi031 (mon.0) 378 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-19T15:46:41.866 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-19T15:46:42.018 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:41 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:38.867383+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-19T15:46:42.018 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:41 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:38.867431+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-19T15:46:42.018 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:41 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:40.542375+0000 mgr.smithi031.kqtrbh (mgr.14182) 53 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-19T15:46:42.018 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:41 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:40.761888+0000 mon.smithi031 (mon.0) 367 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-19T15:46:42.018 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:41 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:40.766737+0000 mon.smithi031 (mon.0) 368 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]': finished 2024-01-19T15:46:42.018 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:41 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:40.766794+0000 mon.smithi031 (mon.0) 369 : cluster [INF] osd.1 [v2:172.21.15.31:6802/1191894274,v1:172.21.15.31:6803/1191894274] boot 2024-01-19T15:46:42.018 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:41 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:40.766812+0000 mon.smithi031 (mon.0) 370 : cluster [DBG] osdmap e19: 8 total, 2 up, 8 in 2024-01-19T15:46:42.018 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:41 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:40.767355+0000 mon.smithi031 (mon.0) 371 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-19T15:46:42.018 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:41 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:40.767597+0000 mon.smithi031 (mon.0) 372 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-19T15:46:42.018 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:41 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:40.767787+0000 mon.smithi031 (mon.0) 373 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-19T15:46:42.018 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:41 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:40.767961+0000 mon.smithi031 (mon.0) 374 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-19T15:46:42.019 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:41 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:40.768119+0000 mon.smithi031 (mon.0) 375 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-19T15:46:42.019 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:41 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:40.768276+0000 mon.smithi031 (mon.0) 376 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-19T15:46:42.019 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:41 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:40.768429+0000 mon.smithi031 (mon.0) 377 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-19T15:46:42.019 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:41 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:40.772301+0000 mon.smithi031 (mon.0) 378 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-19T15:46:42.999 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:42 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:39.798801+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-19T15:46:42.999 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:42 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:39.798898+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-19T15:46:42.999 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:42 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:41.768027+0000 mon.smithi031 (mon.0) 379 : cluster [INF] osd.2 [v2:172.21.15.89:6808/3341416856,v1:172.21.15.89:6809/3341416856] boot 2024-01-19T15:46:42.999 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:42 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:41.768087+0000 mon.smithi031 (mon.0) 380 : cluster [DBG] osdmap e20: 8 total, 3 up, 8 in 2024-01-19T15:46:43.000 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:42 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:41.768487+0000 mon.smithi031 (mon.0) 381 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-19T15:46:43.000 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:42 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:41.768809+0000 mon.smithi031 (mon.0) 382 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-19T15:46:43.000 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:42 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:41.769017+0000 mon.smithi031 (mon.0) 383 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-19T15:46:43.000 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:42 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:41.769177+0000 mon.smithi031 (mon.0) 384 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-19T15:46:43.000 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:42 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:41.773203+0000 mon.smithi031 (mon.0) 385 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-19T15:46:43.000 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:42 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:41.773335+0000 mon.smithi031 (mon.0) 386 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-19T15:46:43.000 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:42 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:41.773544+0000 mon.smithi031 (mon.0) 387 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 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-19T15:46:43.000 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:42 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:42.219712+0000 mon.smithi089 (mon.1) 16 : audit [INF] from='osd.4 [v2:172.21.15.89:6816/2519493138,v1:172.21.15.89:6817/2519493138]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-19T15:46:43.000 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:42 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:42.235462+0000 mon.smithi031 (mon.0) 388 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-19T15:46:43.000 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:42 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:42.422301+0000 mon.smithi089 (mon.1) 17 : audit [INF] from='osd.3 [v2:172.21.15.31:6810/33454821,v1:172.21.15.31:6811/33454821]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-19T15:46:43.000 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:42 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:42.422784+0000 mon.smithi031 (mon.0) 389 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-19T15:46:43.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:42 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:39.798801+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-19T15:46:43.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:42 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:39.798898+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-19T15:46:43.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:42 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:41.768027+0000 mon.smithi031 (mon.0) 379 : cluster [INF] osd.2 [v2:172.21.15.89:6808/3341416856,v1:172.21.15.89:6809/3341416856] boot 2024-01-19T15:46:43.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:42 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:41.768087+0000 mon.smithi031 (mon.0) 380 : cluster [DBG] osdmap e20: 8 total, 3 up, 8 in 2024-01-19T15:46:43.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:42 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:41.768487+0000 mon.smithi031 (mon.0) 381 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-19T15:46:43.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:42 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:41.768809+0000 mon.smithi031 (mon.0) 382 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-19T15:46:43.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:42 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:41.769017+0000 mon.smithi031 (mon.0) 383 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-19T15:46:43.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:42 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:41.769177+0000 mon.smithi031 (mon.0) 384 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-19T15:46:43.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:42 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:41.773203+0000 mon.smithi031 (mon.0) 385 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-19T15:46:43.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:42 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:41.773335+0000 mon.smithi031 (mon.0) 386 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-19T15:46:43.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:42 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:41.773544+0000 mon.smithi031 (mon.0) 387 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 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-19T15:46:43.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:42 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:42.219712+0000 mon.smithi089 (mon.1) 16 : audit [INF] from='osd.4 [v2:172.21.15.89:6816/2519493138,v1:172.21.15.89:6817/2519493138]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-19T15:46:43.092 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:42 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:42.235462+0000 mon.smithi031 (mon.0) 388 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-19T15:46:43.092 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:42 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:42.422301+0000 mon.smithi089 (mon.1) 17 : audit [INF] from='osd.3 [v2:172.21.15.31:6810/33454821,v1:172.21.15.31:6811/33454821]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-19T15:46:43.092 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:42 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:42.422784+0000 mon.smithi031 (mon.0) 389 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-19T15:46:43.521 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:46:43.795 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:42.542657+0000 mgr.smithi031.kqtrbh (mgr.14182) 54 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-19T15:46:43.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:42.776886+0000 mon.smithi031 (mon.0) 390 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 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-19T15:46:43.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:42.776936+0000 mon.smithi031 (mon.0) 391 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-19T15:46:43.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:42.776977+0000 mon.smithi031 (mon.0) 392 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-19T15:46:43.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:42.777019+0000 mon.smithi031 (mon.0) 393 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-01-19T15:46:43.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:42.777176+0000 mon.smithi031 (mon.0) 394 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-19T15:46:43.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:42.777439+0000 mon.smithi089 (mon.1) 18 : audit [INF] from='osd.4 [v2:172.21.15.89:6816/2519493138,v1:172.21.15.89:6817/2519493138]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2024-01-19T15:46:43.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:42.777725+0000 mon.smithi089 (mon.1) 19 : audit [INF] from='osd.3 [v2:172.21.15.31:6810/33454821,v1:172.21.15.31:6811/33454821]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-01-19T15:46:43.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:42.777890+0000 mon.smithi031 (mon.0) 395 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-19T15:46:43.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:42.778272+0000 mon.smithi031 (mon.0) 396 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-19T15:46:43.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:42.778521+0000 mon.smithi031 (mon.0) 397 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2024-01-19T15:46:43.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:42.778784+0000 mon.smithi031 (mon.0) 398 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-19T15:46:43.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:42.779124+0000 mon.smithi031 (mon.0) 399 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-01-19T15:46:43.797 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:42.779335+0000 mon.smithi031 (mon.0) 400 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-19T15:46:43.797 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:42.779838+0000 mon.smithi031 (mon.0) 401 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-19T15:46:43.797 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:43.529296+0000 mon.smithi031 (mon.0) 402 : audit [DBG] from='client.? 172.21.15.31:0/1475234500' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-19T15:46:43.797 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:43.646919+0000 mon.smithi031 (mon.0) 403 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:46:43.797 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:43.647602+0000 mon.smithi031 (mon.0) 404 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-19T15:46:43.797 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:43.648198+0000 mon.smithi031 (mon.0) 405 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:46:43.953 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":21,"num_osds":8,"num_up_osds":3,"osd_up_since":1705679201,"num_in_osds":8,"osd_in_since":1705679184,"num_remapped_pgs":0} 2024-01-19T15:46:44.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:42.542657+0000 mgr.smithi031.kqtrbh (mgr.14182) 54 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-19T15:46:44.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:42.776886+0000 mon.smithi031 (mon.0) 390 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 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-19T15:46:44.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:42.776936+0000 mon.smithi031 (mon.0) 391 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-19T15:46:44.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:42.776977+0000 mon.smithi031 (mon.0) 392 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-19T15:46:44.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:42.777019+0000 mon.smithi031 (mon.0) 393 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-01-19T15:46:44.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:42.777176+0000 mon.smithi031 (mon.0) 394 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-19T15:46:44.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:42.777439+0000 mon.smithi089 (mon.1) 18 : audit [INF] from='osd.4 [v2:172.21.15.89:6816/2519493138,v1:172.21.15.89:6817/2519493138]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2024-01-19T15:46:44.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:42.777725+0000 mon.smithi089 (mon.1) 19 : audit [INF] from='osd.3 [v2:172.21.15.31:6810/33454821,v1:172.21.15.31:6811/33454821]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-01-19T15:46:44.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:42.777890+0000 mon.smithi031 (mon.0) 395 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-19T15:46:44.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:42.778272+0000 mon.smithi031 (mon.0) 396 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-19T15:46:44.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:42.778521+0000 mon.smithi031 (mon.0) 397 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2024-01-19T15:46:44.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:42.778784+0000 mon.smithi031 (mon.0) 398 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-19T15:46:44.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:42.779124+0000 mon.smithi031 (mon.0) 399 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-01-19T15:46:44.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:42.779335+0000 mon.smithi031 (mon.0) 400 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-19T15:46:44.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:42.779838+0000 mon.smithi031 (mon.0) 401 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-19T15:46:44.092 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:43.529296+0000 mon.smithi031 (mon.0) 402 : audit [DBG] from='client.? 172.21.15.31:0/1475234500' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-19T15:46:44.092 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:43.646919+0000 mon.smithi031 (mon.0) 403 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:46:44.092 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:43.647602+0000 mon.smithi031 (mon.0) 404 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-19T15:46:44.092 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:43.648198+0000 mon.smithi031 (mon.0) 405 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:46:44.906 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:44 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:46:43.648719+0000 mgr.smithi031.kqtrbh (mgr.14182) 55 : cephadm [INF] Deploying daemon osd.7 on smithi031 2024-01-19T15:46:44.906 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:44 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:43.778129+0000 mon.smithi031 (mon.0) 406 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]': finished 2024-01-19T15:46:44.906 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:44 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:43.778274+0000 mon.smithi031 (mon.0) 407 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2024-01-19T15:46:44.906 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:44 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:43.778370+0000 mon.smithi031 (mon.0) 408 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-19T15:46:44.906 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:44 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:43.778434+0000 mon.smithi031 (mon.0) 409 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-01-19T15:46:44.906 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:44 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:43.778870+0000 mon.smithi031 (mon.0) 410 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-19T15:46:44.906 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:44 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:43.779164+0000 mon.smithi031 (mon.0) 411 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-19T15:46:44.906 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:44 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:43.779402+0000 mon.smithi031 (mon.0) 412 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-19T15:46:44.906 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:44 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:43.784336+0000 mon.smithi031 (mon.0) 413 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-19T15:46:44.906 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:44 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:43.784863+0000 mon.smithi031 (mon.0) 414 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-19T15:46:44.906 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:44 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:43.785146+0000 mon.smithi031 (mon.0) 415 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-19T15:46:44.906 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:44 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:43.785369+0000 mon.smithi031 (mon.0) 416 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-19T15:46:44.906 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:44 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:43.857983+0000 mon.smithi031 (mon.0) 417 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:46:44.954 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-19T15:46:45.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:44 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:46:43.648719+0000 mgr.smithi031.kqtrbh (mgr.14182) 55 : cephadm [INF] Deploying daemon osd.7 on smithi031 2024-01-19T15:46:45.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:44 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:43.778129+0000 mon.smithi031 (mon.0) 406 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]': finished 2024-01-19T15:46:45.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:44 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:43.778274+0000 mon.smithi031 (mon.0) 407 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2024-01-19T15:46:45.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:44 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:43.778370+0000 mon.smithi031 (mon.0) 408 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-19T15:46:45.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:44 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:43.778434+0000 mon.smithi031 (mon.0) 409 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-01-19T15:46:45.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:44 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:43.778870+0000 mon.smithi031 (mon.0) 410 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-19T15:46:45.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:44 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:43.779164+0000 mon.smithi031 (mon.0) 411 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-19T15:46:45.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:44 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:43.779402+0000 mon.smithi031 (mon.0) 412 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-19T15:46:45.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:44 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:43.784336+0000 mon.smithi031 (mon.0) 413 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-19T15:46:45.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:44 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:43.784863+0000 mon.smithi031 (mon.0) 414 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-19T15:46:45.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:44 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:43.785146+0000 mon.smithi031 (mon.0) 415 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-19T15:46:45.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:44 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:43.785369+0000 mon.smithi031 (mon.0) 416 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-19T15:46:45.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:44 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:43.857983+0000 mon.smithi031 (mon.0) 417 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:46:46.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:45 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:43.247108+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-19T15:46:46.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:45 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:43.247147+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-19T15:46:46.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:45 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:43.420668+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-19T15:46:46.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:45 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:43.420731+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-19T15:46:46.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:45 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:44.542939+0000 mgr.smithi031.kqtrbh (mgr.14182) 56 : cluster [DBG] pgmap v48: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-19T15:46:46.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:45 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:44.779169+0000 mon.smithi031 (mon.0) 418 : cluster [INF] osd.4 [v2:172.21.15.89:6816/2519493138,v1:172.21.15.89:6817/2519493138] boot 2024-01-19T15:46:46.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:45 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:44.779227+0000 mon.smithi031 (mon.0) 419 : cluster [INF] osd.3 [v2:172.21.15.31:6810/33454821,v1:172.21.15.31:6811/33454821] boot 2024-01-19T15:46:46.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:45 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:44.779266+0000 mon.smithi031 (mon.0) 420 : cluster [DBG] osdmap e23: 8 total, 5 up, 8 in 2024-01-19T15:46:46.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:45 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:44.779445+0000 mon.smithi031 (mon.0) 421 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-19T15:46:46.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:45 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:44.780251+0000 mon.smithi031 (mon.0) 422 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-19T15:46:46.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:45 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:44.780499+0000 mon.smithi031 (mon.0) 423 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-19T15:46:46.047 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:45 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:44.780774+0000 mon.smithi031 (mon.0) 424 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-19T15:46:46.047 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:45 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:44.780938+0000 mon.smithi031 (mon.0) 425 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-19T15:46:46.047 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:45 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:45.653639+0000 mon.smithi031 (mon.0) 426 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:46:46.047 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:45 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:45.782974+0000 mon.smithi031 (mon.0) 427 : cluster [DBG] osdmap e24: 8 total, 5 up, 8 in 2024-01-19T15:46:46.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:45 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:43.247108+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-19T15:46:46.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:45 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:43.247147+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-19T15:46:46.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:45 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:43.420668+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-19T15:46:46.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:45 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:43.420731+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-19T15:46:46.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:45 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:44.542939+0000 mgr.smithi031.kqtrbh (mgr.14182) 56 : cluster [DBG] pgmap v48: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-19T15:46:46.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:45 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:44.779169+0000 mon.smithi031 (mon.0) 418 : cluster [INF] osd.4 [v2:172.21.15.89:6816/2519493138,v1:172.21.15.89:6817/2519493138] boot 2024-01-19T15:46:46.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:45 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:44.779227+0000 mon.smithi031 (mon.0) 419 : cluster [INF] osd.3 [v2:172.21.15.31:6810/33454821,v1:172.21.15.31:6811/33454821] boot 2024-01-19T15:46:46.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:45 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:44.779266+0000 mon.smithi031 (mon.0) 420 : cluster [DBG] osdmap e23: 8 total, 5 up, 8 in 2024-01-19T15:46:46.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:45 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:44.779445+0000 mon.smithi031 (mon.0) 421 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-19T15:46:46.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:45 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:44.780251+0000 mon.smithi031 (mon.0) 422 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-19T15:46:46.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:45 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:44.780499+0000 mon.smithi031 (mon.0) 423 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-19T15:46:46.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:45 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:44.780774+0000 mon.smithi031 (mon.0) 424 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-19T15:46:46.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:45 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:44.780938+0000 mon.smithi031 (mon.0) 425 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-19T15:46:46.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:45 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:45.653639+0000 mon.smithi031 (mon.0) 426 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:46:46.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:45 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:45.782974+0000 mon.smithi031 (mon.0) 427 : cluster [DBG] osdmap e24: 8 total, 5 up, 8 in 2024-01-19T15:46:46.716 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:46:47.036 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:46 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:45.783117+0000 mon.smithi031 (mon.0) 428 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-19T15:46:47.036 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:46 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:45.783857+0000 mon.smithi031 (mon.0) 429 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-19T15:46:47.036 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:46 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:45.784141+0000 mon.smithi031 (mon.0) 430 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-19T15:46:47.036 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:46 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:46.723215+0000 mon.smithi031 (mon.0) 431 : audit [DBG] from='client.? 172.21.15.31:0/1718896946' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-19T15:46:47.036 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:46 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:46.781436+0000 mon.smithi031 (mon.0) 432 : cluster [DBG] osdmap e25: 8 total, 5 up, 8 in 2024-01-19T15:46:47.036 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:46 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:46.781588+0000 mon.smithi031 (mon.0) 433 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-19T15:46:47.036 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:46 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:46.781968+0000 mon.smithi031 (mon.0) 434 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-19T15:46:47.036 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:46 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:46.782222+0000 mon.smithi031 (mon.0) 435 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-19T15:46:47.056 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":24,"num_osds":8,"num_up_osds":5,"osd_up_since":1705679204,"num_in_osds":8,"osd_in_since":1705679184,"num_remapped_pgs":0} 2024-01-19T15:46:47.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:46 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:45.783117+0000 mon.smithi031 (mon.0) 428 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-19T15:46:47.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:46 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:45.783857+0000 mon.smithi031 (mon.0) 429 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-19T15:46:47.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:46 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:45.784141+0000 mon.smithi031 (mon.0) 430 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-19T15:46:47.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:46 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:46.723215+0000 mon.smithi031 (mon.0) 431 : audit [DBG] from='client.? 172.21.15.31:0/1718896946' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-19T15:46:47.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:46 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:46.781436+0000 mon.smithi031 (mon.0) 432 : cluster [DBG] osdmap e25: 8 total, 5 up, 8 in 2024-01-19T15:46:47.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:46 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:46.781588+0000 mon.smithi031 (mon.0) 433 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-19T15:46:47.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:46 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:46.781968+0000 mon.smithi031 (mon.0) 434 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-19T15:46:47.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:46 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:46.782222+0000 mon.smithi031 (mon.0) 435 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-19T15:46:48.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:47 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:46.543247+0000 mgr.smithi031.kqtrbh (mgr.14182) 57 : cluster [DBG] pgmap v51: 1 pgs: 1 unknown; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-19T15:46:48.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:47 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:46.837066+0000 mon.smithi031 (mon.0) 436 : audit [INF] from='osd.5 [v2:172.21.15.31:6818/3577536512,v1:172.21.15.31:6819/3577536512]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-19T15:46:48.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:47 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:47.031530+0000 mon.smithi089 (mon.1) 20 : audit [INF] from='osd.6 [v2:172.21.15.89:6824/4278598410,v1:172.21.15.89:6825/4278598410]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-19T15:46:48.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:47 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:47.032079+0000 mon.smithi031 (mon.0) 437 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-19T15:46:48.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:47 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:47.696561+0000 mon.smithi031 (mon.0) 438 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:46:48.057 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-19T15:46:48.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:47 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:46.543247+0000 mgr.smithi031.kqtrbh (mgr.14182) 57 : cluster [DBG] pgmap v51: 1 pgs: 1 unknown; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-19T15:46:48.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:47 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:46.837066+0000 mon.smithi031 (mon.0) 436 : audit [INF] from='osd.5 [v2:172.21.15.31:6818/3577536512,v1:172.21.15.31:6819/3577536512]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-19T15:46:48.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:47 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:47.031530+0000 mon.smithi089 (mon.1) 20 : audit [INF] from='osd.6 [v2:172.21.15.89:6824/4278598410,v1:172.21.15.89:6825/4278598410]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-19T15:46:48.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:47 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:47.032079+0000 mon.smithi031 (mon.0) 437 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-19T15:46:48.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:47 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:47.696561+0000 mon.smithi031 (mon.0) 438 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:46:49.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:47.802189+0000 mon.smithi031 (mon.0) 439 : audit [INF] from='osd.5 [v2:172.21.15.31:6818/3577536512,v1:172.21.15.31:6819/3577536512]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-19T15:46:49.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:47.802249+0000 mon.smithi031 (mon.0) 440 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-19T15:46:49.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:47.802309+0000 mon.smithi031 (mon.0) 441 : cluster [DBG] osdmap e26: 8 total, 5 up, 8 in 2024-01-19T15:46:49.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:47.802415+0000 mon.smithi031 (mon.0) 442 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-19T15:46:49.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:47.802695+0000 mon.smithi031 (mon.0) 443 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-19T15:46:49.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:47.802898+0000 mon.smithi031 (mon.0) 444 : audit [INF] from='osd.5 [v2:172.21.15.31:6818/3577536512,v1:172.21.15.31:6819/3577536512]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-01-19T15:46:49.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:47.803099+0000 mon.smithi031 (mon.0) 445 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-19T15:46:49.047 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:47.803113+0000 mon.smithi089 (mon.1) 21 : audit [INF] from='osd.6 [v2:172.21.15.89:6824/4278598410,v1:172.21.15.89:6825/4278598410]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2024-01-19T15:46:49.047 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:47.803466+0000 mon.smithi031 (mon.0) 446 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2024-01-19T15:46:49.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:47.802189+0000 mon.smithi031 (mon.0) 439 : audit [INF] from='osd.5 [v2:172.21.15.31:6818/3577536512,v1:172.21.15.31:6819/3577536512]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-19T15:46:49.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:47.802249+0000 mon.smithi031 (mon.0) 440 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-19T15:46:49.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:47.802309+0000 mon.smithi031 (mon.0) 441 : cluster [DBG] osdmap e26: 8 total, 5 up, 8 in 2024-01-19T15:46:49.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:47.802415+0000 mon.smithi031 (mon.0) 442 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-19T15:46:49.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:47.802695+0000 mon.smithi031 (mon.0) 443 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-19T15:46:49.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:47.802898+0000 mon.smithi031 (mon.0) 444 : audit [INF] from='osd.5 [v2:172.21.15.31:6818/3577536512,v1:172.21.15.31:6819/3577536512]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-01-19T15:46:49.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:47.803099+0000 mon.smithi031 (mon.0) 445 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-19T15:46:49.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:47.803113+0000 mon.smithi089 (mon.1) 21 : audit [INF] from='osd.6 [v2:172.21.15.89:6824/4278598410,v1:172.21.15.89:6825/4278598410]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2024-01-19T15:46:49.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:47.803466+0000 mon.smithi031 (mon.0) 446 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2024-01-19T15:46:49.822 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:46:50.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:49 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:48.543565+0000 mgr.smithi031.kqtrbh (mgr.14182) 58 : cluster [DBG] pgmap v54: 1 pgs: 1 creating+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-19T15:46:50.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:49 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:48.801114+0000 mon.smithi031 (mon.0) 447 : audit [INF] from='osd.5 [v2:172.21.15.31:6818/3577536512,v1:172.21.15.31:6819/3577536512]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2024-01-19T15:46:50.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:49 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:48.801187+0000 mon.smithi031 (mon.0) 448 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]': finished 2024-01-19T15:46:50.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:49 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:48.801245+0000 mon.smithi031 (mon.0) 449 : cluster [DBG] osdmap e27: 8 total, 5 up, 8 in 2024-01-19T15:46:50.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:49 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:48.801618+0000 mon.smithi031 (mon.0) 450 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-19T15:46:50.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:49 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:48.801872+0000 mon.smithi031 (mon.0) 451 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-19T15:46:50.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:49 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:48.802320+0000 mon.smithi031 (mon.0) 452 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-19T15:46:50.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:49 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:48.805335+0000 mon.smithi031 (mon.0) 453 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-19T15:46:50.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:49 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:48.805476+0000 mon.smithi031 (mon.0) 454 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-19T15:46:50.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:49 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:48.543565+0000 mgr.smithi031.kqtrbh (mgr.14182) 58 : cluster [DBG] pgmap v54: 1 pgs: 1 creating+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-19T15:46:50.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:49 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:48.801114+0000 mon.smithi031 (mon.0) 447 : audit [INF] from='osd.5 [v2:172.21.15.31:6818/3577536512,v1:172.21.15.31:6819/3577536512]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2024-01-19T15:46:50.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:49 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:48.801187+0000 mon.smithi031 (mon.0) 448 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]': finished 2024-01-19T15:46:50.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:49 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:48.801245+0000 mon.smithi031 (mon.0) 449 : cluster [DBG] osdmap e27: 8 total, 5 up, 8 in 2024-01-19T15:46:50.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:49 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:48.801618+0000 mon.smithi031 (mon.0) 450 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-19T15:46:50.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:49 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:48.801872+0000 mon.smithi031 (mon.0) 451 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-19T15:46:50.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:49 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:48.802320+0000 mon.smithi031 (mon.0) 452 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-19T15:46:50.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:49 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:48.805335+0000 mon.smithi031 (mon.0) 453 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-19T15:46:50.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:49 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:48.805476+0000 mon.smithi031 (mon.0) 454 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-19T15:46:50.199 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":28,"num_osds":8,"num_up_osds":7,"osd_up_since":1705679209,"num_in_osds":8,"osd_in_since":1705679184,"num_remapped_pgs":0} 2024-01-19T15:46:51.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:50 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:47.801485+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-19T15:46:51.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:50 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:47.801528+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-19T15:46:51.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:50 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:47.980006+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-19T15:46:51.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:50 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:47.980054+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-19T15:46:51.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:50 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:49.806494+0000 mon.smithi031 (mon.0) 455 : cluster [INF] osd.5 [v2:172.21.15.31:6818/3577536512,v1:172.21.15.31:6819/3577536512] boot 2024-01-19T15:46:51.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:50 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:49.806533+0000 mon.smithi031 (mon.0) 456 : cluster [INF] osd.6 [v2:172.21.15.89:6824/4278598410,v1:172.21.15.89:6825/4278598410] boot 2024-01-19T15:46:51.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:50 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:49.806561+0000 mon.smithi031 (mon.0) 457 : cluster [DBG] osdmap e28: 8 total, 7 up, 8 in 2024-01-19T15:46:51.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:50 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:49.807002+0000 mon.smithi031 (mon.0) 458 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-19T15:46:51.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:50 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:49.807390+0000 mon.smithi031 (mon.0) 459 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-19T15:46:51.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:50 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:49.807683+0000 mon.smithi031 (mon.0) 460 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-19T15:46:51.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:50 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:49.830184+0000 mon.smithi031 (mon.0) 461 : audit [DBG] from='client.? 172.21.15.31:0/3847500538' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-19T15:46:51.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:50 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:50.152140+0000 mon.smithi031 (mon.0) 462 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:46:51.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:50 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:50.153155+0000 mon.smithi031 (mon.0) 463 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-19T15:46:51.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:50 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:50.153734+0000 mon.smithi031 (mon.0) 464 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-19T15:46:51.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:50 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:50.154321+0000 mon.smithi031 (mon.0) 465 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:46:51.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:50 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:47.801485+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-19T15:46:51.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:50 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:47.801528+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-19T15:46:51.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:50 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:47.980006+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-19T15:46:51.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:50 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:47.980054+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-19T15:46:51.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:50 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:49.806494+0000 mon.smithi031 (mon.0) 455 : cluster [INF] osd.5 [v2:172.21.15.31:6818/3577536512,v1:172.21.15.31:6819/3577536512] boot 2024-01-19T15:46:51.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:50 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:49.806533+0000 mon.smithi031 (mon.0) 456 : cluster [INF] osd.6 [v2:172.21.15.89:6824/4278598410,v1:172.21.15.89:6825/4278598410] boot 2024-01-19T15:46:51.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:50 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:49.806561+0000 mon.smithi031 (mon.0) 457 : cluster [DBG] osdmap e28: 8 total, 7 up, 8 in 2024-01-19T15:46:51.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:50 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:49.807002+0000 mon.smithi031 (mon.0) 458 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-19T15:46:51.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:50 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:49.807390+0000 mon.smithi031 (mon.0) 459 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-19T15:46:51.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:50 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:49.807683+0000 mon.smithi031 (mon.0) 460 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-19T15:46:51.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:50 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:49.830184+0000 mon.smithi031 (mon.0) 461 : audit [DBG] from='client.? 172.21.15.31:0/3847500538' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-19T15:46:51.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:50 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:50.152140+0000 mon.smithi031 (mon.0) 462 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:46:51.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:50 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:50.153155+0000 mon.smithi031 (mon.0) 463 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-19T15:46:51.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:50 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:50.153734+0000 mon.smithi031 (mon.0) 464 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-19T15:46:51.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:50 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:50.154321+0000 mon.smithi031 (mon.0) 465 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:46:51.199 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-19T15:46:51.828 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:51 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:46:50.152926+0000 mgr.smithi031.kqtrbh (mgr.14182) 59 : cephadm [INF] Reconfiguring mon.smithi031 (unknown last config time)... 2024-01-19T15:46:51.828 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:51 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:46:50.154824+0000 mgr.smithi031.kqtrbh (mgr.14182) 60 : cephadm [INF] Reconfiguring daemon mon.smithi031 on smithi031 2024-01-19T15:46:51.828 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:51 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:50.543824+0000 mgr.smithi031.kqtrbh (mgr.14182) 61 : cluster [DBG] pgmap v57: 1 pgs: 1 creating+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-19T15:46:51.828 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:51 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:50.817368+0000 mon.smithi031 (mon.0) 466 : cluster [DBG] osdmap e29: 8 total, 7 up, 8 in 2024-01-19T15:46:51.828 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:51 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:50.817462+0000 mon.smithi031 (mon.0) 467 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-19T15:46:51.829 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:51 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:50.893457+0000 mon.smithi031 (mon.0) 468 : audit [INF] from='osd.7 [v2:172.21.15.31:6826/3185855637,v1:172.21.15.31:6827/3185855637]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-19T15:46:51.829 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:51 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:51.028875+0000 mon.smithi031 (mon.0) 469 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:46:51.829 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:51 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:46:51.029455+0000 mgr.smithi031.kqtrbh (mgr.14182) 62 : cephadm [INF] Reconfiguring mgr.smithi031.kqtrbh (unknown last config time)... 2024-01-19T15:46:51.829 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:51 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:51.029710+0000 mon.smithi031 (mon.0) 470 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi031.kqtrbh", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-19T15:46:51.829 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:51 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:51.030409+0000 mon.smithi031 (mon.0) 471 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-19T15:46:51.829 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:51 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:51.030993+0000 mon.smithi031 (mon.0) 472 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:46:51.829 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:51 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:46:51.031491+0000 mgr.smithi031.kqtrbh (mgr.14182) 63 : cephadm [INF] Reconfiguring daemon mgr.smithi031.kqtrbh on smithi031 2024-01-19T15:46:52.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:51 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:46:50.152926+0000 mgr.smithi031.kqtrbh (mgr.14182) 59 : cephadm [INF] Reconfiguring mon.smithi031 (unknown last config time)... 2024-01-19T15:46:52.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:51 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:46:50.154824+0000 mgr.smithi031.kqtrbh (mgr.14182) 60 : cephadm [INF] Reconfiguring daemon mon.smithi031 on smithi031 2024-01-19T15:46:52.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:51 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:50.543824+0000 mgr.smithi031.kqtrbh (mgr.14182) 61 : cluster [DBG] pgmap v57: 1 pgs: 1 creating+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-19T15:46:52.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:51 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:50.817368+0000 mon.smithi031 (mon.0) 466 : cluster [DBG] osdmap e29: 8 total, 7 up, 8 in 2024-01-19T15:46:52.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:51 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:50.817462+0000 mon.smithi031 (mon.0) 467 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-19T15:46:52.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:51 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:50.893457+0000 mon.smithi031 (mon.0) 468 : audit [INF] from='osd.7 [v2:172.21.15.31:6826/3185855637,v1:172.21.15.31:6827/3185855637]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-19T15:46:52.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:51 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:51.028875+0000 mon.smithi031 (mon.0) 469 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:46:52.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:51 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:46:51.029455+0000 mgr.smithi031.kqtrbh (mgr.14182) 62 : cephadm [INF] Reconfiguring mgr.smithi031.kqtrbh (unknown last config time)... 2024-01-19T15:46:52.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:51 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:51.029710+0000 mon.smithi031 (mon.0) 470 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi031.kqtrbh", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-19T15:46:52.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:51 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:51.030409+0000 mon.smithi031 (mon.0) 471 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-19T15:46:52.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:51 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:51.030993+0000 mon.smithi031 (mon.0) 472 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:46:52.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:51 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:46:51.031491+0000 mgr.smithi031.kqtrbh (mgr.14182) 63 : cephadm [INF] Reconfiguring daemon mgr.smithi031.kqtrbh on smithi031 2024-01-19T15:46:52.852 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:52 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:51.819397+0000 mon.smithi031 (mon.0) 473 : audit [INF] from='osd.7 [v2:172.21.15.31:6826/3185855637,v1:172.21.15.31:6827/3185855637]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-19T15:46:52.852 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:52 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:51.819443+0000 mon.smithi031 (mon.0) 474 : cluster [DBG] osdmap e30: 8 total, 7 up, 8 in 2024-01-19T15:46:52.853 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:52 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:51.819794+0000 mon.smithi031 (mon.0) 475 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-19T15:46:52.853 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:52 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:51.820165+0000 mon.smithi031 (mon.0) 476 : audit [INF] from='osd.7 [v2:172.21.15.31:6826/3185855637,v1:172.21.15.31:6827/3185855637]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-01-19T15:46:52.853 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:52 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:51.997943+0000 mon.smithi031 (mon.0) 477 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:46:52.853 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:52 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:46:51.998666+0000 mgr.smithi031.kqtrbh (mgr.14182) 64 : cephadm [INF] Reconfiguring alertmanager.smithi031 (dependencies changed)... 2024-01-19T15:46:52.853 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:52 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:46:52.004913+0000 mgr.smithi031.kqtrbh (mgr.14182) 65 : cephadm [INF] Reconfiguring daemon alertmanager.smithi031 on smithi031 2024-01-19T15:46:53.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:52 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:51.819397+0000 mon.smithi031 (mon.0) 473 : audit [INF] from='osd.7 [v2:172.21.15.31:6826/3185855637,v1:172.21.15.31:6827/3185855637]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-19T15:46:53.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:52 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:51.819443+0000 mon.smithi031 (mon.0) 474 : cluster [DBG] osdmap e30: 8 total, 7 up, 8 in 2024-01-19T15:46:53.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:52 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:51.819794+0000 mon.smithi031 (mon.0) 475 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-19T15:46:53.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:52 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:51.820165+0000 mon.smithi031 (mon.0) 476 : audit [INF] from='osd.7 [v2:172.21.15.31:6826/3185855637,v1:172.21.15.31:6827/3185855637]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-01-19T15:46:53.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:52 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:51.997943+0000 mon.smithi031 (mon.0) 477 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:46:53.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:52 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:46:51.998666+0000 mgr.smithi031.kqtrbh (mgr.14182) 64 : cephadm [INF] Reconfiguring alertmanager.smithi031 (dependencies changed)... 2024-01-19T15:46:53.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:52 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:46:52.004913+0000 mgr.smithi031.kqtrbh (mgr.14182) 65 : cephadm [INF] Reconfiguring daemon alertmanager.smithi031 on smithi031 2024-01-19T15:46:53.150 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:46:53.641 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":32,"num_osds":8,"num_up_osds":8,"osd_up_since":1705679213,"num_in_osds":8,"osd_in_since":1705679184,"num_remapped_pgs":1} 2024-01-19T15:46:53.642 INFO:tasks.cephadm:Setting up client nodes... 2024-01-19T15:46:53.642 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-19T15:46:54.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:52.544090+0000 mgr.smithi031.kqtrbh (mgr.14182) 66 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-19T15:46:54.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:52.821604+0000 mon.smithi031 (mon.0) 478 : audit [INF] from='osd.7 [v2:172.21.15.31:6826/3185855637,v1:172.21.15.31:6827/3185855637]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2024-01-19T15:46:54.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:52.821708+0000 mon.smithi031 (mon.0) 479 : cluster [DBG] osdmap e31: 8 total, 7 up, 8 in 2024-01-19T15:46:54.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:52.821880+0000 mon.smithi031 (mon.0) 480 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-19T15:46:54.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:52.826667+0000 mon.smithi031 (mon.0) 481 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-19T15:46:54.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:53.097861+0000 mon.smithi031 (mon.0) 482 : cluster [INF] osd.7 [v2:172.21.15.31:6826/3185855637,v1:172.21.15.31:6827/3185855637] boot 2024-01-19T15:46:54.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:53.097899+0000 mon.smithi031 (mon.0) 483 : cluster [DBG] osdmap e32: 8 total, 8 up, 8 in 2024-01-19T15:46:54.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:53.098284+0000 mon.smithi031 (mon.0) 484 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-19T15:46:54.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:53.158136+0000 mon.smithi031 (mon.0) 485 : audit [DBG] from='client.? 172.21.15.31:0/1461566154' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-19T15:46:54.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:52.544090+0000 mgr.smithi031.kqtrbh (mgr.14182) 66 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-19T15:46:54.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:52.821604+0000 mon.smithi031 (mon.0) 478 : audit [INF] from='osd.7 [v2:172.21.15.31:6826/3185855637,v1:172.21.15.31:6827/3185855637]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2024-01-19T15:46:54.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:52.821708+0000 mon.smithi031 (mon.0) 479 : cluster [DBG] osdmap e31: 8 total, 7 up, 8 in 2024-01-19T15:46:54.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:52.821880+0000 mon.smithi031 (mon.0) 480 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-19T15:46:54.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:52.826667+0000 mon.smithi031 (mon.0) 481 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-19T15:46:54.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:53.097861+0000 mon.smithi031 (mon.0) 482 : cluster [INF] osd.7 [v2:172.21.15.31:6826/3185855637,v1:172.21.15.31:6827/3185855637] boot 2024-01-19T15:46:54.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:53.097899+0000 mon.smithi031 (mon.0) 483 : cluster [DBG] osdmap e32: 8 total, 8 up, 8 in 2024-01-19T15:46:54.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:53.098284+0000 mon.smithi031 (mon.0) 484 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-19T15:46:54.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:53.158136+0000 mon.smithi031 (mon.0) 485 : audit [DBG] from='client.? 172.21.15.31:0/1461566154' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-19T15:46:54.924 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:54 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:51.883345+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-19T15:46:54.924 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:54 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:51.883415+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-19T15:46:54.924 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:54 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:54.103166+0000 mon.smithi031 (mon.0) 486 : cluster [DBG] osdmap e33: 8 total, 8 up, 8 in 2024-01-19T15:46:55.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:54 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:51.883345+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-19T15:46:55.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:54 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:51.883415+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-19T15:46:55.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:54 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:54.103166+0000 mon.smithi031 (mon.0) 486 : cluster [DBG] osdmap e33: 8 total, 8 up, 8 in 2024-01-19T15:46:55.629 INFO:teuthology.orchestra.run.smithi031.stdout:[client.0] 2024-01-19T15:46:55.629 INFO:teuthology.orchestra.run.smithi031.stdout: key = AQBvmapln2m9JRAAKbeR6nUaqqoWCbbau7TGMQ== 2024-01-19T15:46:55.919 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:55 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:54.544377+0000 mgr.smithi031.kqtrbh (mgr.14182) 67 : cluster [DBG] pgmap v64: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:46:55.919 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:55 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:55.110337+0000 mon.smithi031 (mon.0) 487 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2024-01-19T15:46:55.919 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:55 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:55.633017+0000 mon.smithi031 (mon.0) 488 : audit [INF] from='client.? 172.21.15.31:0/1260780990' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-19T15:46:55.919 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:55 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:55.636078+0000 mon.smithi031 (mon.0) 489 : audit [INF] from='client.? 172.21.15.31:0/1260780990' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-19T15:46:56.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:55 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:54.544377+0000 mgr.smithi031.kqtrbh (mgr.14182) 67 : cluster [DBG] pgmap v64: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:46:56.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:55 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:55.110337+0000 mon.smithi031 (mon.0) 487 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2024-01-19T15:46:56.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:55 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:55.633017+0000 mon.smithi031 (mon.0) 488 : audit [INF] from='client.? 172.21.15.31:0/1260780990' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-19T15:46:56.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:55 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:55.636078+0000 mon.smithi031 (mon.0) 489 : audit [INF] from='client.? 172.21.15.31:0/1260780990' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-19T15:46:56.126 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-01-19T15:46:56.127 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-01-19T15:46:56.127 DEBUG:teuthology.orchestra.run.smithi031:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-01-19T15:46:56.170 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-19T15:46:57.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:56 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:55.931258+0000 mon.smithi031 (mon.0) 490 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:46:57.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:56 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:46:55.931937+0000 mgr.smithi031.kqtrbh (mgr.14182) 68 : cephadm [INF] Reconfiguring crash.smithi031 (monmap changed)... 2024-01-19T15:46:57.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:56 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:55.932186+0000 mon.smithi031 (mon.0) 491 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi031", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-19T15:46:57.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:56 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:55.932847+0000 mon.smithi031 (mon.0) 492 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:46:57.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:56 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:46:55.933331+0000 mgr.smithi031.kqtrbh (mgr.14182) 69 : cephadm [INF] Reconfiguring daemon crash.smithi031 on smithi031 2024-01-19T15:46:57.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:56 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:56.828577+0000 mon.smithi031 (mon.0) 493 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:46:57.087 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:56 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:55.931258+0000 mon.smithi031 (mon.0) 490 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:46:57.087 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:56 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:46:55.931937+0000 mgr.smithi031.kqtrbh (mgr.14182) 68 : cephadm [INF] Reconfiguring crash.smithi031 (monmap changed)... 2024-01-19T15:46:57.087 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:56 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:55.932186+0000 mon.smithi031 (mon.0) 491 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi031", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-19T15:46:57.087 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:56 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:55.932847+0000 mon.smithi031 (mon.0) 492 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:46:57.087 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:56 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:46:55.933331+0000 mgr.smithi031.kqtrbh (mgr.14182) 69 : cephadm [INF] Reconfiguring daemon crash.smithi031 on smithi031 2024-01-19T15:46:57.087 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:56 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:56.828577+0000 mon.smithi031 (mon.0) 493 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:46:57.506 INFO:teuthology.orchestra.run.smithi089.stdout:[client.1] 2024-01-19T15:46:57.506 INFO:teuthology.orchestra.run.smithi089.stdout: key = AQBxmaplo1t0HhAA7VhD3MUR0fhvcJG4gqKvhA== 2024-01-19T15:46:57.818 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-01-19T15:46:57.818 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-01-19T15:46:57.818 DEBUG:teuthology.orchestra.run.smithi089:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-01-19T15:46:57.857 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph osd dump --format=json 2024-01-19T15:46:58.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:57 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:56.544706+0000 mgr.smithi031.kqtrbh (mgr.14182) 70 : cluster [DBG] pgmap v66: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:46:58.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:57 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:46:56.829228+0000 mgr.smithi031.kqtrbh (mgr.14182) 71 : cephadm [INF] Reconfiguring grafana.smithi031 (dependencies changed)... 2024-01-19T15:46:58.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:57 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:46:56.860340+0000 mgr.smithi031.kqtrbh (mgr.14182) 72 : cephadm [INF] Reconfiguring daemon grafana.smithi031 on smithi031 2024-01-19T15:46:58.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:57 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:57.510152+0000 mon.smithi089 (mon.1) 22 : audit [INF] from='client.? 172.21.15.89:0/777444159' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-19T15:46:58.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:57 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:57.510788+0000 mon.smithi031 (mon.0) 494 : 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-19T15:46:58.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:57 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:57.514019+0000 mon.smithi031 (mon.0) 495 : 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-19T15:46:58.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:57 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:56.544706+0000 mgr.smithi031.kqtrbh (mgr.14182) 70 : cluster [DBG] pgmap v66: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:46:58.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:57 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:46:56.829228+0000 mgr.smithi031.kqtrbh (mgr.14182) 71 : cephadm [INF] Reconfiguring grafana.smithi031 (dependencies changed)... 2024-01-19T15:46:58.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:57 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:46:56.860340+0000 mgr.smithi031.kqtrbh (mgr.14182) 72 : cephadm [INF] Reconfiguring daemon grafana.smithi031 on smithi031 2024-01-19T15:46:58.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:57 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:57.510152+0000 mon.smithi089 (mon.1) 22 : audit [INF] from='client.? 172.21.15.89:0/777444159' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-19T15:46:58.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:57 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:57.510788+0000 mon.smithi031 (mon.0) 494 : 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-19T15:46:58.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:57 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:57.514019+0000 mon.smithi031 (mon.0) 495 : 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-19T15:46:58.346 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/mon.smithi031/config 2024-01-19T15:46:59.295 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:46:59 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:46:58.545054+0000 mgr.smithi031.kqtrbh (mgr.14182) 73 : cluster [DBG] pgmap v67: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:46:59.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:46:59 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:46:58.545054+0000 mgr.smithi031.kqtrbh (mgr.14182) 73 : cluster [DBG] pgmap v67: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:46:59.724 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:46:59.725 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":34,"fsid":"293fb3f6-b6e1-11ee-95b0-87774f69a715","created":"2024-01-19T15:44:04.545660+0000","modified":"2024-01-19T15:46:55.100749+0000","last_up_change":"2024-01-19T15:46:53.093975+0000","last_in_change":"2024-01-19T15:46:24.397658+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-19T15:46:42.235105+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"26","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"e4ac229f-e782-47f5-a46f-5653f4b03dbc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6800","nonce":4247990335},{"type":"v1","addr":"172.21.15.89:6801","nonce":4247990335}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6802","nonce":4247990335},{"type":"v1","addr":"172.21.15.89:6803","nonce":4247990335}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6806","nonce":4247990335},{"type":"v1","addr":"172.21.15.89:6807","nonce":4247990335}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6804","nonce":4247990335},{"type":"v1","addr":"172.21.15.89:6805","nonce":4247990335}]},"public_addr":"172.21.15.89:6801/4247990335","cluster_addr":"172.21.15.89:6803/4247990335","heartbeat_back_addr":"172.21.15.89:6807/4247990335","heartbeat_front_addr":"172.21.15.89:6805/4247990335","state":["exists","up"]},{"osd":1,"uuid":"1bc65ce6-500b-47f0-8035-c21347a1b159","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.31:6802","nonce":1191894274},{"type":"v1","addr":"172.21.15.31:6803","nonce":1191894274}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6804","nonce":1191894274},{"type":"v1","addr":"172.21.15.31:6805","nonce":1191894274}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6808","nonce":1191894274},{"type":"v1","addr":"172.21.15.31:6809","nonce":1191894274}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6806","nonce":1191894274},{"type":"v1","addr":"172.21.15.31:6807","nonce":1191894274}]},"public_addr":"172.21.15.31:6803/1191894274","cluster_addr":"172.21.15.31:6805/1191894274","heartbeat_back_addr":"172.21.15.31:6809/1191894274","heartbeat_front_addr":"172.21.15.31:6807/1191894274","state":["exists","up"]},{"osd":2,"uuid":"43a685a2-93eb-4ca9-9e32-eb463000379b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6808","nonce":3341416856},{"type":"v1","addr":"172.21.15.89:6809","nonce":3341416856}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6810","nonce":3341416856},{"type":"v1","addr":"172.21.15.89:6811","nonce":3341416856}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6814","nonce":3341416856},{"type":"v1","addr":"172.21.15.89:6815","nonce":3341416856}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6812","nonce":3341416856},{"type":"v1","addr":"172.21.15.89:6813","nonce":3341416856}]},"public_addr":"172.21.15.89:6809/3341416856","cluster_addr":"172.21.15.89:6811/3341416856","heartbeat_back_addr":"172.21.15.89:6815/3341416856","heartbeat_front_addr":"172.21.15.89:6813/3341416856","state":["exists","up"]},{"osd":3,"uuid":"03fb969b-fcbd-4b27-bcfc-0ab53c908491","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.31:6810","nonce":33454821},{"type":"v1","addr":"172.21.15.31:6811","nonce":33454821}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6812","nonce":33454821},{"type":"v1","addr":"172.21.15.31:6813","nonce":33454821}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6816","nonce":33454821},{"type":"v1","addr":"172.21.15.31:6817","nonce":33454821}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6814","nonce":33454821},{"type":"v1","addr":"172.21.15.31:6815","nonce":33454821}]},"public_addr":"172.21.15.31:6811/33454821","cluster_addr":"172.21.15.31:6813/33454821","heartbeat_back_addr":"172.21.15.31:6817/33454821","heartbeat_front_addr":"172.21.15.31:6815/33454821","state":["exists","up"]},{"osd":4,"uuid":"976d99be-dda4-4a34-81f3-ba861db9383c","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.89:6816","nonce":2519493138},{"type":"v1","addr":"172.21.15.89:6817","nonce":2519493138}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6818","nonce":2519493138},{"type":"v1","addr":"172.21.15.89:6819","nonce":2519493138}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6822","nonce":2519493138},{"type":"v1","addr":"172.21.15.89:6823","nonce":2519493138}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6820","nonce":2519493138},{"type":"v1","addr":"172.21.15.89:6821","nonce":2519493138}]},"public_addr":"172.21.15.89:6817/2519493138","cluster_addr":"172.21.15.89:6819/2519493138","heartbeat_back_addr":"172.21.15.89:6823/2519493138","heartbeat_front_addr":"172.21.15.89:6821/2519493138","state":["exists","up"]},{"osd":5,"uuid":"7f6bc842-24b8-469a-887c-095b09210201","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6818","nonce":3577536512},{"type":"v1","addr":"172.21.15.31:6819","nonce":3577536512}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6820","nonce":3577536512},{"type":"v1","addr":"172.21.15.31:6821","nonce":3577536512}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6824","nonce":3577536512},{"type":"v1","addr":"172.21.15.31:6825","nonce":3577536512}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6822","nonce":3577536512},{"type":"v1","addr":"172.21.15.31:6823","nonce":3577536512}]},"public_addr":"172.21.15.31:6819/3577536512","cluster_addr":"172.21.15.31:6821/3577536512","heartbeat_back_addr":"172.21.15.31:6825/3577536512","heartbeat_front_addr":"172.21.15.31:6823/3577536512","state":["exists","up"]},{"osd":6,"uuid":"f73a13de-ade5-4fb2-9876-4221f605e25f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6824","nonce":4278598410},{"type":"v1","addr":"172.21.15.89:6825","nonce":4278598410}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6826","nonce":4278598410},{"type":"v1","addr":"172.21.15.89:6827","nonce":4278598410}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6830","nonce":4278598410},{"type":"v1","addr":"172.21.15.89:6831","nonce":4278598410}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6828","nonce":4278598410},{"type":"v1","addr":"172.21.15.89:6829","nonce":4278598410}]},"public_addr":"172.21.15.89:6825/4278598410","cluster_addr":"172.21.15.89:6827/4278598410","heartbeat_back_addr":"172.21.15.89:6831/4278598410","heartbeat_front_addr":"172.21.15.89:6829/4278598410","state":["exists","up"]},{"osd":7,"uuid":"95f744c9-5d6f-41b5-bfb4-b5aa0fb44547","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6826","nonce":3185855637},{"type":"v1","addr":"172.21.15.31:6827","nonce":3185855637}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6828","nonce":3185855637},{"type":"v1","addr":"172.21.15.31:6829","nonce":3185855637}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6832","nonce":3185855637},{"type":"v1","addr":"172.21.15.31:6833","nonce":3185855637}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6830","nonce":3185855637},{"type":"v1","addr":"172.21.15.31:6831","nonce":3185855637}]},"public_addr":"172.21.15.31:6827/3185855637","cluster_addr":"172.21.15.31:6829/3185855637","heartbeat_back_addr":"172.21.15.31:6833/3185855637","heartbeat_front_addr":"172.21.15.31:6831/3185855637","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-19T15:46:36.346035+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-19T15:46:38.867434+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-19T15:46:39.798906+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-19T15:46:43.420735+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-19T15:46:43.247149+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-19T15:46:47.801530+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-19T15:46:47.980086+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-19T15:46:51.883418+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.31:6801/1161929609":"2024-01-20T15:45:30.527636+0000","172.21.15.31:6800/1161929609":"2024-01-20T15:45:30.527636+0000","172.21.15.31:0/4270526223":"2024-01-20T15:45:30.527636+0000","172.21.15.31:0/3615901070":"2024-01-20T15:44:53.281801+0000","172.21.15.31:6801/182676322":"2024-01-20T15:44:53.281801+0000","172.21.15.31:0/3099680157":"2024-01-20T15:45:30.527636+0000","172.21.15.31:6800/182676322":"2024-01-20T15:44:53.281801+0000","172.21.15.31:0/724824080":"2024-01-20T15:44:53.281801+0000","172.21.15.31:0/1544399226":"2024-01-20T15:44:26.640872+0000","172.21.15.31:6800/2480492679":"2024-01-20T15:44:26.640872+0000","172.21.15.31:6801/2480492679":"2024-01-20T15:44:26.640872+0000","172.21.15.31:0/1238963641":"2024-01-20T15:44:26.640872+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-19T15:47:00.114 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-01-19T15:46:42.235105+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '26', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2024-01-19T15:47:00.115 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-01-19T15:47:00.411 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/mon.smithi031/config 2024-01-19T15:47:00.522 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:00 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:46:59.730923+0000 mon.smithi031 (mon.0) 496 : audit [DBG] from='client.? 172.21.15.31:0/113480009' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-19T15:47:00.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:00 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:46:59.730923+0000 mon.smithi031 (mon.0) 496 : audit [DBG] from='client.? 172.21.15.31:0/113480009' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-19T15:47:01.476 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:01 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:00.213079+0000 mon.smithi031 (mon.0) 497 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:47:01.476 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:01 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:47:00.213967+0000 mgr.smithi031.kqtrbh (mgr.14182) 74 : cephadm [INF] Reconfiguring prometheus.smithi031 (dependencies changed)... 2024-01-19T15:47:01.477 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:01 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:47:00.218543+0000 mgr.smithi031.kqtrbh (mgr.14182) 75 : cephadm [INF] Reconfiguring daemon prometheus.smithi031 on smithi031 2024-01-19T15:47:01.477 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:01 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:47:00.545639+0000 mgr.smithi031.kqtrbh (mgr.14182) 76 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:47:01.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:01 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:00.213079+0000 mon.smithi031 (mon.0) 497 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:47:01.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:01 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:47:00.213967+0000 mgr.smithi031.kqtrbh (mgr.14182) 74 : cephadm [INF] Reconfiguring prometheus.smithi031 (dependencies changed)... 2024-01-19T15:47:01.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:01 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:47:00.218543+0000 mgr.smithi031.kqtrbh (mgr.14182) 75 : cephadm [INF] Reconfiguring daemon prometheus.smithi031 on smithi031 2024-01-19T15:47:01.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:01 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:47:00.545639+0000 mgr.smithi031.kqtrbh (mgr.14182) 76 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:47:02.167 INFO:teuthology.orchestra.run.smithi031.stdout:pg_num: 1 2024-01-19T15:47:02.484 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:02 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:02.174968+0000 mon.smithi031 (mon.0) 498 : audit [DBG] from='client.? 172.21.15.31:0/2275040352' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-19T15:47:02.512 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-01-19T15:47:02.512 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-01-19T15:47:02.512 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph mgr dump --format=json 2024-01-19T15:47:02.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:02 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:02.174968+0000 mon.smithi031 (mon.0) 498 : audit [DBG] from='client.? 172.21.15.31:0/2275040352' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-19T15:47:02.904 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/mon.smithi031/config 2024-01-19T15:47:03.295 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:03 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:47:02.545938+0000 mgr.smithi031.kqtrbh (mgr.14182) 77 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:47:03.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:03 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:47:02.545938+0000 mgr.smithi031.kqtrbh (mgr.14182) 77 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:47:04.123 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:47:04.503 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":18,"active_gid":14182,"active_name":"smithi031.kqtrbh","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6800","nonce":1659471403},{"type":"v1","addr":"172.21.15.31:6801","nonce":1659471403}]},"active_addr":"172.21.15.31:6801/1659471403","active_change":"2024-01-19T15:45:30.527745+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14202,"name":"smithi089.jtfmpb","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.31:8443/","prometheus":"http://172.21.15.31: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.31:0","nonce":1827995462}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.31:0","nonce":1944617302}]}]} 2024-01-19T15:47:04.507 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-01-19T15:47:04.507 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-01-19T15:47:04.507 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph osd dump --format=json 2024-01-19T15:47:04.784 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/mon.smithi031/config 2024-01-19T15:47:05.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:04 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:03.763112+0000 mon.smithi031 (mon.0) 499 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:47:05.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:04 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:47:03.763928+0000 mgr.smithi031.kqtrbh (mgr.14182) 78 : cephadm [INF] Reconfiguring crash.smithi089 (monmap changed)... 2024-01-19T15:47:05.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:04 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:03.764178+0000 mon.smithi031 (mon.0) 500 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi089", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-19T15:47:05.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:04 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:03.764814+0000 mon.smithi031 (mon.0) 501 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:47:05.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:04 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:47:03.765318+0000 mgr.smithi031.kqtrbh (mgr.14182) 79 : cephadm [INF] Reconfiguring daemon crash.smithi089 on smithi089 2024-01-19T15:47:05.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:04 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:04.125929+0000 mon.smithi031 (mon.0) 502 : audit [DBG] from='client.? 172.21.15.31:0/1501464700' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-19T15:47:05.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:04 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:04.636705+0000 mon.smithi031 (mon.0) 503 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:47:05.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:04 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:04.637597+0000 mon.smithi031 (mon.0) 504 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi089.jtfmpb", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-19T15:47:05.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:04 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:04.638274+0000 mon.smithi031 (mon.0) 505 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-19T15:47:05.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:04 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:04.638794+0000 mon.smithi031 (mon.0) 506 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:47:05.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:04 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:03.763112+0000 mon.smithi031 (mon.0) 499 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:47:05.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:04 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:47:03.763928+0000 mgr.smithi031.kqtrbh (mgr.14182) 78 : cephadm [INF] Reconfiguring crash.smithi089 (monmap changed)... 2024-01-19T15:47:05.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:04 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:03.764178+0000 mon.smithi031 (mon.0) 500 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi089", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-19T15:47:05.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:04 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:03.764814+0000 mon.smithi031 (mon.0) 501 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:47:05.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:04 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:47:03.765318+0000 mgr.smithi031.kqtrbh (mgr.14182) 79 : cephadm [INF] Reconfiguring daemon crash.smithi089 on smithi089 2024-01-19T15:47:05.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:04 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:04.125929+0000 mon.smithi031 (mon.0) 502 : audit [DBG] from='client.? 172.21.15.31:0/1501464700' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-19T15:47:05.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:04 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:04.636705+0000 mon.smithi031 (mon.0) 503 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:47:05.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:04 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:04.637597+0000 mon.smithi031 (mon.0) 504 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi089.jtfmpb", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-19T15:47:05.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:04 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:04.638274+0000 mon.smithi031 (mon.0) 505 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-19T15:47:05.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:04 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:04.638794+0000 mon.smithi031 (mon.0) 506 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:47:05.870 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:47:05.870 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":34,"fsid":"293fb3f6-b6e1-11ee-95b0-87774f69a715","created":"2024-01-19T15:44:04.545660+0000","modified":"2024-01-19T15:46:55.100749+0000","last_up_change":"2024-01-19T15:46:53.093975+0000","last_in_change":"2024-01-19T15:46:24.397658+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-19T15:46:42.235105+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"26","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"e4ac229f-e782-47f5-a46f-5653f4b03dbc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6800","nonce":4247990335},{"type":"v1","addr":"172.21.15.89:6801","nonce":4247990335}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6802","nonce":4247990335},{"type":"v1","addr":"172.21.15.89:6803","nonce":4247990335}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6806","nonce":4247990335},{"type":"v1","addr":"172.21.15.89:6807","nonce":4247990335}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6804","nonce":4247990335},{"type":"v1","addr":"172.21.15.89:6805","nonce":4247990335}]},"public_addr":"172.21.15.89:6801/4247990335","cluster_addr":"172.21.15.89:6803/4247990335","heartbeat_back_addr":"172.21.15.89:6807/4247990335","heartbeat_front_addr":"172.21.15.89:6805/4247990335","state":["exists","up"]},{"osd":1,"uuid":"1bc65ce6-500b-47f0-8035-c21347a1b159","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.31:6802","nonce":1191894274},{"type":"v1","addr":"172.21.15.31:6803","nonce":1191894274}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6804","nonce":1191894274},{"type":"v1","addr":"172.21.15.31:6805","nonce":1191894274}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6808","nonce":1191894274},{"type":"v1","addr":"172.21.15.31:6809","nonce":1191894274}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6806","nonce":1191894274},{"type":"v1","addr":"172.21.15.31:6807","nonce":1191894274}]},"public_addr":"172.21.15.31:6803/1191894274","cluster_addr":"172.21.15.31:6805/1191894274","heartbeat_back_addr":"172.21.15.31:6809/1191894274","heartbeat_front_addr":"172.21.15.31:6807/1191894274","state":["exists","up"]},{"osd":2,"uuid":"43a685a2-93eb-4ca9-9e32-eb463000379b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6808","nonce":3341416856},{"type":"v1","addr":"172.21.15.89:6809","nonce":3341416856}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6810","nonce":3341416856},{"type":"v1","addr":"172.21.15.89:6811","nonce":3341416856}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6814","nonce":3341416856},{"type":"v1","addr":"172.21.15.89:6815","nonce":3341416856}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6812","nonce":3341416856},{"type":"v1","addr":"172.21.15.89:6813","nonce":3341416856}]},"public_addr":"172.21.15.89:6809/3341416856","cluster_addr":"172.21.15.89:6811/3341416856","heartbeat_back_addr":"172.21.15.89:6815/3341416856","heartbeat_front_addr":"172.21.15.89:6813/3341416856","state":["exists","up"]},{"osd":3,"uuid":"03fb969b-fcbd-4b27-bcfc-0ab53c908491","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.31:6810","nonce":33454821},{"type":"v1","addr":"172.21.15.31:6811","nonce":33454821}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6812","nonce":33454821},{"type":"v1","addr":"172.21.15.31:6813","nonce":33454821}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6816","nonce":33454821},{"type":"v1","addr":"172.21.15.31:6817","nonce":33454821}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6814","nonce":33454821},{"type":"v1","addr":"172.21.15.31:6815","nonce":33454821}]},"public_addr":"172.21.15.31:6811/33454821","cluster_addr":"172.21.15.31:6813/33454821","heartbeat_back_addr":"172.21.15.31:6817/33454821","heartbeat_front_addr":"172.21.15.31:6815/33454821","state":["exists","up"]},{"osd":4,"uuid":"976d99be-dda4-4a34-81f3-ba861db9383c","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.89:6816","nonce":2519493138},{"type":"v1","addr":"172.21.15.89:6817","nonce":2519493138}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6818","nonce":2519493138},{"type":"v1","addr":"172.21.15.89:6819","nonce":2519493138}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6822","nonce":2519493138},{"type":"v1","addr":"172.21.15.89:6823","nonce":2519493138}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6820","nonce":2519493138},{"type":"v1","addr":"172.21.15.89:6821","nonce":2519493138}]},"public_addr":"172.21.15.89:6817/2519493138","cluster_addr":"172.21.15.89:6819/2519493138","heartbeat_back_addr":"172.21.15.89:6823/2519493138","heartbeat_front_addr":"172.21.15.89:6821/2519493138","state":["exists","up"]},{"osd":5,"uuid":"7f6bc842-24b8-469a-887c-095b09210201","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6818","nonce":3577536512},{"type":"v1","addr":"172.21.15.31:6819","nonce":3577536512}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6820","nonce":3577536512},{"type":"v1","addr":"172.21.15.31:6821","nonce":3577536512}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6824","nonce":3577536512},{"type":"v1","addr":"172.21.15.31:6825","nonce":3577536512}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6822","nonce":3577536512},{"type":"v1","addr":"172.21.15.31:6823","nonce":3577536512}]},"public_addr":"172.21.15.31:6819/3577536512","cluster_addr":"172.21.15.31:6821/3577536512","heartbeat_back_addr":"172.21.15.31:6825/3577536512","heartbeat_front_addr":"172.21.15.31:6823/3577536512","state":["exists","up"]},{"osd":6,"uuid":"f73a13de-ade5-4fb2-9876-4221f605e25f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6824","nonce":4278598410},{"type":"v1","addr":"172.21.15.89:6825","nonce":4278598410}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6826","nonce":4278598410},{"type":"v1","addr":"172.21.15.89:6827","nonce":4278598410}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6830","nonce":4278598410},{"type":"v1","addr":"172.21.15.89:6831","nonce":4278598410}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6828","nonce":4278598410},{"type":"v1","addr":"172.21.15.89:6829","nonce":4278598410}]},"public_addr":"172.21.15.89:6825/4278598410","cluster_addr":"172.21.15.89:6827/4278598410","heartbeat_back_addr":"172.21.15.89:6831/4278598410","heartbeat_front_addr":"172.21.15.89:6829/4278598410","state":["exists","up"]},{"osd":7,"uuid":"95f744c9-5d6f-41b5-bfb4-b5aa0fb44547","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6826","nonce":3185855637},{"type":"v1","addr":"172.21.15.31:6827","nonce":3185855637}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6828","nonce":3185855637},{"type":"v1","addr":"172.21.15.31:6829","nonce":3185855637}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6832","nonce":3185855637},{"type":"v1","addr":"172.21.15.31:6833","nonce":3185855637}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6830","nonce":3185855637},{"type":"v1","addr":"172.21.15.31:6831","nonce":3185855637}]},"public_addr":"172.21.15.31:6827/3185855637","cluster_addr":"172.21.15.31:6829/3185855637","heartbeat_back_addr":"172.21.15.31:6833/3185855637","heartbeat_front_addr":"172.21.15.31:6831/3185855637","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-19T15:46:36.346035+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-19T15:46:38.867434+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-19T15:46:39.798906+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-19T15:46:43.420735+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-19T15:46:43.247149+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-19T15:46:47.801530+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-19T15:46:47.980086+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-19T15:46:51.883418+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.31:6801/1161929609":"2024-01-20T15:45:30.527636+0000","172.21.15.31:6800/1161929609":"2024-01-20T15:45:30.527636+0000","172.21.15.31:0/4270526223":"2024-01-20T15:45:30.527636+0000","172.21.15.31:0/3615901070":"2024-01-20T15:44:53.281801+0000","172.21.15.31:6801/182676322":"2024-01-20T15:44:53.281801+0000","172.21.15.31:0/3099680157":"2024-01-20T15:45:30.527636+0000","172.21.15.31:6800/182676322":"2024-01-20T15:44:53.281801+0000","172.21.15.31:0/724824080":"2024-01-20T15:44:53.281801+0000","172.21.15.31:0/1544399226":"2024-01-20T15:44:26.640872+0000","172.21.15.31:6800/2480492679":"2024-01-20T15:44:26.640872+0000","172.21.15.31:6801/2480492679":"2024-01-20T15:44:26.640872+0000","172.21.15.31:0/1238963641":"2024-01-20T15:44:26.640872+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-19T15:47:06.039 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:05 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:47:04.546406+0000 mgr.smithi031.kqtrbh (mgr.14182) 80 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:47:06.039 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:05 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:47:04.637295+0000 mgr.smithi031.kqtrbh (mgr.14182) 81 : cephadm [INF] Reconfiguring mgr.smithi089.jtfmpb (monmap changed)... 2024-01-19T15:47:06.039 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:05 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:47:04.639301+0000 mgr.smithi031.kqtrbh (mgr.14182) 82 : cephadm [INF] Reconfiguring daemon mgr.smithi089.jtfmpb on smithi089 2024-01-19T15:47:06.039 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:05 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:05.492452+0000 mon.smithi031 (mon.0) 507 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:47:06.039 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:05 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:05.493242+0000 mon.smithi031 (mon.0) 508 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-19T15:47:06.039 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:05 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:05.493796+0000 mon.smithi031 (mon.0) 509 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-19T15:47:06.039 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:05 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:05.494339+0000 mon.smithi031 (mon.0) 510 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:47:06.085 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:05 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:47:04.546406+0000 mgr.smithi031.kqtrbh (mgr.14182) 80 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:47:06.086 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:05 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:47:04.637295+0000 mgr.smithi031.kqtrbh (mgr.14182) 81 : cephadm [INF] Reconfiguring mgr.smithi089.jtfmpb (monmap changed)... 2024-01-19T15:47:06.086 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:05 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:47:04.639301+0000 mgr.smithi031.kqtrbh (mgr.14182) 82 : cephadm [INF] Reconfiguring daemon mgr.smithi089.jtfmpb on smithi089 2024-01-19T15:47:06.086 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:05 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:05.492452+0000 mon.smithi031 (mon.0) 507 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:47:06.086 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:05 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:05.493242+0000 mon.smithi031 (mon.0) 508 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-19T15:47:06.086 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:05 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:05.493796+0000 mon.smithi031 (mon.0) 509 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-19T15:47:06.086 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:05 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:05.494339+0000 mon.smithi031 (mon.0) 510 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:47:06.244 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-01-19T15:47:06.245 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph osd dump --format=json 2024-01-19T15:47:06.541 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/mon.smithi031/config 2024-01-19T15:47:07.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:06 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:47:05.493028+0000 mgr.smithi031.kqtrbh (mgr.14182) 83 : cephadm [INF] Reconfiguring mon.smithi089 (monmap changed)... 2024-01-19T15:47:07.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:06 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:47:05.494819+0000 mgr.smithi031.kqtrbh (mgr.14182) 84 : cephadm [INF] Reconfiguring daemon mon.smithi089 on smithi089 2024-01-19T15:47:07.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:06 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:05.877579+0000 mon.smithi031 (mon.0) 511 : audit [DBG] from='client.? 172.21.15.31:0/2246371500' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-19T15:47:07.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:06 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:06.335646+0000 mon.smithi031 (mon.0) 512 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:47:07.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:06 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:06.338363+0000 mon.smithi031 (mon.0) 513 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-19T15:47:07.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:06 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:06.339565+0000 mon.smithi031 (mon.0) 514 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi031.front.sepia.ceph.com:9093"}]: dispatch 2024-01-19T15:47:07.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:06 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:06.343226+0000 mon.smithi031 (mon.0) 515 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:47:07.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:06 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:06.351533+0000 mon.smithi031 (mon.0) 516 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-19T15:47:07.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:06 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:06.353865+0000 mon.smithi031 (mon.0) 517 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi031.front.sepia.ceph.com:3000"}]: dispatch 2024-01-19T15:47:07.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:06 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:06.358188+0000 mon.smithi031 (mon.0) 518 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:47:07.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:06 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:06.364286+0000 mon.smithi031 (mon.0) 519 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-19T15:47:07.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:06 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:06.366982+0000 mon.smithi031 (mon.0) 520 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi031.front.sepia.ceph.com:9095"}]: dispatch 2024-01-19T15:47:07.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:06 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:06.372138+0000 mon.smithi031 (mon.0) 521 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:47:07.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:06 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:06.374007+0000 mon.smithi031 (mon.0) 522 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-19T15:47:07.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:06 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:47:05.493028+0000 mgr.smithi031.kqtrbh (mgr.14182) 83 : cephadm [INF] Reconfiguring mon.smithi089 (monmap changed)... 2024-01-19T15:47:07.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:06 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:47:05.494819+0000 mgr.smithi031.kqtrbh (mgr.14182) 84 : cephadm [INF] Reconfiguring daemon mon.smithi089 on smithi089 2024-01-19T15:47:07.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:06 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:05.877579+0000 mon.smithi031 (mon.0) 511 : audit [DBG] from='client.? 172.21.15.31:0/2246371500' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-19T15:47:07.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:06 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:06.335646+0000 mon.smithi031 (mon.0) 512 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:47:07.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:06 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:06.338363+0000 mon.smithi031 (mon.0) 513 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-19T15:47:07.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:06 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:06.339565+0000 mon.smithi031 (mon.0) 514 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi031.front.sepia.ceph.com:9093"}]: dispatch 2024-01-19T15:47:07.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:06 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:06.343226+0000 mon.smithi031 (mon.0) 515 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:47:07.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:06 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:06.351533+0000 mon.smithi031 (mon.0) 516 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-19T15:47:07.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:06 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:06.353865+0000 mon.smithi031 (mon.0) 517 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi031.front.sepia.ceph.com:3000"}]: dispatch 2024-01-19T15:47:07.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:06 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:06.358188+0000 mon.smithi031 (mon.0) 518 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:47:07.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:06 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:06.364286+0000 mon.smithi031 (mon.0) 519 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-19T15:47:07.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:06 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:06.366982+0000 mon.smithi031 (mon.0) 520 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi031.front.sepia.ceph.com:9095"}]: dispatch 2024-01-19T15:47:07.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:06 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:06.372138+0000 mon.smithi031 (mon.0) 521 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:47:07.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:06 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:06.374007+0000 mon.smithi031 (mon.0) 522 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-19T15:47:07.954 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:47:07.954 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":34,"fsid":"293fb3f6-b6e1-11ee-95b0-87774f69a715","created":"2024-01-19T15:44:04.545660+0000","modified":"2024-01-19T15:46:55.100749+0000","last_up_change":"2024-01-19T15:46:53.093975+0000","last_in_change":"2024-01-19T15:46:24.397658+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-19T15:46:42.235105+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"26","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"e4ac229f-e782-47f5-a46f-5653f4b03dbc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6800","nonce":4247990335},{"type":"v1","addr":"172.21.15.89:6801","nonce":4247990335}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6802","nonce":4247990335},{"type":"v1","addr":"172.21.15.89:6803","nonce":4247990335}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6806","nonce":4247990335},{"type":"v1","addr":"172.21.15.89:6807","nonce":4247990335}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6804","nonce":4247990335},{"type":"v1","addr":"172.21.15.89:6805","nonce":4247990335}]},"public_addr":"172.21.15.89:6801/4247990335","cluster_addr":"172.21.15.89:6803/4247990335","heartbeat_back_addr":"172.21.15.89:6807/4247990335","heartbeat_front_addr":"172.21.15.89:6805/4247990335","state":["exists","up"]},{"osd":1,"uuid":"1bc65ce6-500b-47f0-8035-c21347a1b159","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.31:6802","nonce":1191894274},{"type":"v1","addr":"172.21.15.31:6803","nonce":1191894274}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6804","nonce":1191894274},{"type":"v1","addr":"172.21.15.31:6805","nonce":1191894274}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6808","nonce":1191894274},{"type":"v1","addr":"172.21.15.31:6809","nonce":1191894274}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6806","nonce":1191894274},{"type":"v1","addr":"172.21.15.31:6807","nonce":1191894274}]},"public_addr":"172.21.15.31:6803/1191894274","cluster_addr":"172.21.15.31:6805/1191894274","heartbeat_back_addr":"172.21.15.31:6809/1191894274","heartbeat_front_addr":"172.21.15.31:6807/1191894274","state":["exists","up"]},{"osd":2,"uuid":"43a685a2-93eb-4ca9-9e32-eb463000379b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6808","nonce":3341416856},{"type":"v1","addr":"172.21.15.89:6809","nonce":3341416856}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6810","nonce":3341416856},{"type":"v1","addr":"172.21.15.89:6811","nonce":3341416856}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6814","nonce":3341416856},{"type":"v1","addr":"172.21.15.89:6815","nonce":3341416856}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6812","nonce":3341416856},{"type":"v1","addr":"172.21.15.89:6813","nonce":3341416856}]},"public_addr":"172.21.15.89:6809/3341416856","cluster_addr":"172.21.15.89:6811/3341416856","heartbeat_back_addr":"172.21.15.89:6815/3341416856","heartbeat_front_addr":"172.21.15.89:6813/3341416856","state":["exists","up"]},{"osd":3,"uuid":"03fb969b-fcbd-4b27-bcfc-0ab53c908491","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.31:6810","nonce":33454821},{"type":"v1","addr":"172.21.15.31:6811","nonce":33454821}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6812","nonce":33454821},{"type":"v1","addr":"172.21.15.31:6813","nonce":33454821}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6816","nonce":33454821},{"type":"v1","addr":"172.21.15.31:6817","nonce":33454821}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6814","nonce":33454821},{"type":"v1","addr":"172.21.15.31:6815","nonce":33454821}]},"public_addr":"172.21.15.31:6811/33454821","cluster_addr":"172.21.15.31:6813/33454821","heartbeat_back_addr":"172.21.15.31:6817/33454821","heartbeat_front_addr":"172.21.15.31:6815/33454821","state":["exists","up"]},{"osd":4,"uuid":"976d99be-dda4-4a34-81f3-ba861db9383c","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.89:6816","nonce":2519493138},{"type":"v1","addr":"172.21.15.89:6817","nonce":2519493138}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6818","nonce":2519493138},{"type":"v1","addr":"172.21.15.89:6819","nonce":2519493138}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6822","nonce":2519493138},{"type":"v1","addr":"172.21.15.89:6823","nonce":2519493138}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6820","nonce":2519493138},{"type":"v1","addr":"172.21.15.89:6821","nonce":2519493138}]},"public_addr":"172.21.15.89:6817/2519493138","cluster_addr":"172.21.15.89:6819/2519493138","heartbeat_back_addr":"172.21.15.89:6823/2519493138","heartbeat_front_addr":"172.21.15.89:6821/2519493138","state":["exists","up"]},{"osd":5,"uuid":"7f6bc842-24b8-469a-887c-095b09210201","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6818","nonce":3577536512},{"type":"v1","addr":"172.21.15.31:6819","nonce":3577536512}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6820","nonce":3577536512},{"type":"v1","addr":"172.21.15.31:6821","nonce":3577536512}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6824","nonce":3577536512},{"type":"v1","addr":"172.21.15.31:6825","nonce":3577536512}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6822","nonce":3577536512},{"type":"v1","addr":"172.21.15.31:6823","nonce":3577536512}]},"public_addr":"172.21.15.31:6819/3577536512","cluster_addr":"172.21.15.31:6821/3577536512","heartbeat_back_addr":"172.21.15.31:6825/3577536512","heartbeat_front_addr":"172.21.15.31:6823/3577536512","state":["exists","up"]},{"osd":6,"uuid":"f73a13de-ade5-4fb2-9876-4221f605e25f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6824","nonce":4278598410},{"type":"v1","addr":"172.21.15.89:6825","nonce":4278598410}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6826","nonce":4278598410},{"type":"v1","addr":"172.21.15.89:6827","nonce":4278598410}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6830","nonce":4278598410},{"type":"v1","addr":"172.21.15.89:6831","nonce":4278598410}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6828","nonce":4278598410},{"type":"v1","addr":"172.21.15.89:6829","nonce":4278598410}]},"public_addr":"172.21.15.89:6825/4278598410","cluster_addr":"172.21.15.89:6827/4278598410","heartbeat_back_addr":"172.21.15.89:6831/4278598410","heartbeat_front_addr":"172.21.15.89:6829/4278598410","state":["exists","up"]},{"osd":7,"uuid":"95f744c9-5d6f-41b5-bfb4-b5aa0fb44547","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6826","nonce":3185855637},{"type":"v1","addr":"172.21.15.31:6827","nonce":3185855637}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6828","nonce":3185855637},{"type":"v1","addr":"172.21.15.31:6829","nonce":3185855637}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6832","nonce":3185855637},{"type":"v1","addr":"172.21.15.31:6833","nonce":3185855637}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6830","nonce":3185855637},{"type":"v1","addr":"172.21.15.31:6831","nonce":3185855637}]},"public_addr":"172.21.15.31:6827/3185855637","cluster_addr":"172.21.15.31:6829/3185855637","heartbeat_back_addr":"172.21.15.31:6833/3185855637","heartbeat_front_addr":"172.21.15.31:6831/3185855637","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-19T15:46:36.346035+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-19T15:46:38.867434+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-19T15:46:39.798906+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-19T15:46:43.420735+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-19T15:46:43.247149+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-19T15:46:47.801530+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-19T15:46:47.980086+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-19T15:46:51.883418+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.31:6801/1161929609":"2024-01-20T15:45:30.527636+0000","172.21.15.31:6800/1161929609":"2024-01-20T15:45:30.527636+0000","172.21.15.31:0/4270526223":"2024-01-20T15:45:30.527636+0000","172.21.15.31:0/3615901070":"2024-01-20T15:44:53.281801+0000","172.21.15.31:6801/182676322":"2024-01-20T15:44:53.281801+0000","172.21.15.31:0/3099680157":"2024-01-20T15:45:30.527636+0000","172.21.15.31:6800/182676322":"2024-01-20T15:44:53.281801+0000","172.21.15.31:0/724824080":"2024-01-20T15:44:53.281801+0000","172.21.15.31:0/1544399226":"2024-01-20T15:44:26.640872+0000","172.21.15.31:6800/2480492679":"2024-01-20T15:44:26.640872+0000","172.21.15.31:6801/2480492679":"2024-01-20T15:44:26.640872+0000","172.21.15.31:0/1238963641":"2024-01-20T15:44:26.640872+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-19T15:47:08.021 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:07 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:06.338701+0000 mgr.smithi031.kqtrbh (mgr.14182) 85 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-19T15:47:08.021 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:07 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:06.339795+0000 mgr.smithi031.kqtrbh (mgr.14182) 86 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi031.front.sepia.ceph.com:9093"}]: dispatch 2024-01-19T15:47:08.021 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:07 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:06.352049+0000 mgr.smithi031.kqtrbh (mgr.14182) 87 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-19T15:47:08.021 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:07 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:06.354254+0000 mgr.smithi031.kqtrbh (mgr.14182) 88 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi031.front.sepia.ceph.com:3000"}]: dispatch 2024-01-19T15:47:08.021 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:07 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:06.364696+0000 mgr.smithi031.kqtrbh (mgr.14182) 89 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-19T15:47:08.021 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:07 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:06.367295+0000 mgr.smithi031.kqtrbh (mgr.14182) 90 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi031.front.sepia.ceph.com:9095"}]: dispatch 2024-01-19T15:47:08.021 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:07 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:47:06.546707+0000 mgr.smithi031.kqtrbh (mgr.14182) 91 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:47:08.021 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:07 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:07.679631+0000 mon.smithi031 (mon.0) 523 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:47:08.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:07 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:06.338701+0000 mgr.smithi031.kqtrbh (mgr.14182) 85 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-19T15:47:08.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:07 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:06.339795+0000 mgr.smithi031.kqtrbh (mgr.14182) 86 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi031.front.sepia.ceph.com:9093"}]: dispatch 2024-01-19T15:47:08.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:07 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:06.352049+0000 mgr.smithi031.kqtrbh (mgr.14182) 87 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-19T15:47:08.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:07 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:06.354254+0000 mgr.smithi031.kqtrbh (mgr.14182) 88 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi031.front.sepia.ceph.com:3000"}]: dispatch 2024-01-19T15:47:08.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:07 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:06.364696+0000 mgr.smithi031.kqtrbh (mgr.14182) 89 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-19T15:47:08.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:07 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:06.367295+0000 mgr.smithi031.kqtrbh (mgr.14182) 90 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi031.front.sepia.ceph.com:9095"}]: dispatch 2024-01-19T15:47:08.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:07 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:47:06.546707+0000 mgr.smithi031.kqtrbh (mgr.14182) 91 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:47:08.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:07 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:07.679631+0000 mon.smithi031 (mon.0) 523 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:47:08.424 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-01-19T15:47:08.775 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/mon.smithi031/config 2024-01-19T15:47:09.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:07.961926+0000 mon.smithi031 (mon.0) 524 : audit [DBG] from='client.? 172.21.15.31:0/3869116445' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-19T15:47:09.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:08 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:07.961926+0000 mon.smithi031 (mon.0) 524 : audit [DBG] from='client.? 172.21.15.31:0/3869116445' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-19T15:47:09.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:09 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:47:08.546984+0000 mgr.smithi031.kqtrbh (mgr.14182) 92 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:47:10.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:09 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:47:08.546984+0000 mgr.smithi031.kqtrbh (mgr.14182) 92 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:47:10.578 INFO:teuthology.orchestra.run.smithi031.stdout:68719476746 2024-01-19T15:47:10.578 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-01-19T15:47:11.423 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/mon.smithi031/config 2024-01-19T15:47:11.544 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:11 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:47:10.222384+0000 mgr.smithi031.kqtrbh (mgr.14182) 93 : cephadm [INF] Detected new or changed devices on smithi089 2024-01-19T15:47:11.544 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:11 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:10.227498+0000 mon.smithi031 (mon.0) 525 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:47:11.544 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:11 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:10.244896+0000 mon.smithi031 (mon.0) 526 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:47:11.544 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:11 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:10.495518+0000 mon.smithi031 (mon.0) 527 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-19T15:47:11.544 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:11 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:10.496200+0000 mon.smithi031 (mon.0) 528 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-19T15:47:11.544 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:11 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:10.496813+0000 mon.smithi031 (mon.0) 529 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-19T15:47:11.544 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:11 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:10.497404+0000 mon.smithi031 (mon.0) 530 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-19T15:47:11.545 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:11 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:47:10.497904+0000 mgr.smithi031.kqtrbh (mgr.14182) 94 : cephadm [INF] Adjusting osd_memory_target on smithi089 to 3992M 2024-01-19T15:47:11.545 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:11 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:10.501464+0000 mon.smithi031 (mon.0) 531 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:47:11.545 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:11 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:47:10.547268+0000 mgr.smithi031.kqtrbh (mgr.14182) 95 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:47:11.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:11 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:47:10.222384+0000 mgr.smithi031.kqtrbh (mgr.14182) 93 : cephadm [INF] Detected new or changed devices on smithi089 2024-01-19T15:47:11.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:11 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:10.227498+0000 mon.smithi031 (mon.0) 525 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:47:11.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:11 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:10.244896+0000 mon.smithi031 (mon.0) 526 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:47:11.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:11 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:10.495518+0000 mon.smithi031 (mon.0) 527 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-19T15:47:11.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:11 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:10.496200+0000 mon.smithi031 (mon.0) 528 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-19T15:47:11.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:11 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:10.496813+0000 mon.smithi031 (mon.0) 529 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-19T15:47:11.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:11 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:10.497404+0000 mon.smithi031 (mon.0) 530 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-19T15:47:11.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:11 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:47:10.497904+0000 mgr.smithi031.kqtrbh (mgr.14182) 94 : cephadm [INF] Adjusting osd_memory_target on smithi089 to 3992M 2024-01-19T15:47:11.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:11 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:10.501464+0000 mon.smithi031 (mon.0) 531 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:47:11.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:11 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:47:10.547268+0000 mgr.smithi031.kqtrbh (mgr.14182) 95 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:47:13.136 INFO:teuthology.orchestra.run.smithi031.stdout:81604378634 2024-01-19T15:47:13.137 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-01-19T15:47:13.423 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/mon.smithi031/config 2024-01-19T15:47:13.795 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:47:12.547539+0000 mgr.smithi031.kqtrbh (mgr.14182) 96 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:47:13.795 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:13.410260+0000 mon.smithi031 (mon.0) 532 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:47:14.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:47:12.547539+0000 mgr.smithi031.kqtrbh (mgr.14182) 96 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:47:14.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:13.410260+0000 mon.smithi031 (mon.0) 532 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:47:15.029 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:14 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:47:13.404835+0000 mgr.smithi031.kqtrbh (mgr.14182) 97 : cephadm [INF] Detected new or changed devices on smithi031 2024-01-19T15:47:15.029 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:14 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:13.733757+0000 mon.smithi031 (mon.0) 533 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:47:15.029 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:14 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:13.734975+0000 mon.smithi031 (mon.0) 534 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-19T15:47:15.029 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:14 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:13.735745+0000 mon.smithi031 (mon.0) 535 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-19T15:47:15.029 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:14 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:13.736351+0000 mon.smithi031 (mon.0) 536 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-19T15:47:15.029 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:14 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:13.736910+0000 mon.smithi031 (mon.0) 537 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-19T15:47:15.029 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:14 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:47:13.737353+0000 mgr.smithi031.kqtrbh (mgr.14182) 98 : cephadm [INF] Adjusting osd_memory_target on smithi031 to 3225M 2024-01-19T15:47:15.029 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:14 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:13.740949+0000 mon.smithi031 (mon.0) 538 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:47:15.029 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:14 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:13.741787+0000 mon.smithi031 (mon.0) 539 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:47:15.030 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:14 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:13.742443+0000 mon.smithi031 (mon.0) 540 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-19T15:47:15.030 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:14 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:13.746216+0000 mon.smithi031 (mon.0) 541 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:47:15.030 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:14 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:13.750052+0000 mon.smithi031 (mon.0) 542 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-19T15:47:15.030 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:14 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:13.753680+0000 mon.smithi031 (mon.0) 543 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-19T15:47:15.030 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:14 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:13.754578+0000 mon.smithi031 (mon.0) 544 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-19T15:47:15.030 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:14 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:13.754788+0000 mon.smithi031 (mon.0) 545 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:47:15.030 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:14 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:13.755208+0000 mon.smithi031 (mon.0) 546 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:47:15.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:14 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:47:13.404835+0000 mgr.smithi031.kqtrbh (mgr.14182) 97 : cephadm [INF] Detected new or changed devices on smithi031 2024-01-19T15:47:15.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:14 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:13.733757+0000 mon.smithi031 (mon.0) 533 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:47:15.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:14 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:13.734975+0000 mon.smithi031 (mon.0) 534 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-19T15:47:15.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:14 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:13.735745+0000 mon.smithi031 (mon.0) 535 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-19T15:47:15.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:14 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:13.736351+0000 mon.smithi031 (mon.0) 536 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-19T15:47:15.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:14 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:13.736910+0000 mon.smithi031 (mon.0) 537 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-19T15:47:15.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:14 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:47:13.737353+0000 mgr.smithi031.kqtrbh (mgr.14182) 98 : cephadm [INF] Adjusting osd_memory_target on smithi031 to 3225M 2024-01-19T15:47:15.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:14 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:13.740949+0000 mon.smithi031 (mon.0) 538 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:47:15.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:14 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:13.741787+0000 mon.smithi031 (mon.0) 539 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:47:15.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:14 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:13.742443+0000 mon.smithi031 (mon.0) 540 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-19T15:47:15.092 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:14 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:13.746216+0000 mon.smithi031 (mon.0) 541 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:47:15.092 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:14 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:13.750052+0000 mon.smithi031 (mon.0) 542 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-19T15:47:15.092 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:14 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:13.753680+0000 mon.smithi031 (mon.0) 543 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-19T15:47:15.092 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:14 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:13.754578+0000 mon.smithi031 (mon.0) 544 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-19T15:47:15.092 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:14 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:13.754788+0000 mon.smithi031 (mon.0) 545 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:47:15.092 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:14 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:13.755208+0000 mon.smithi031 (mon.0) 546 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:47:15.327 INFO:teuthology.orchestra.run.smithi031.stdout:85899345929 2024-01-19T15:47:15.327 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-01-19T15:47:15.610 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/mon.smithi031/config 2024-01-19T15:47:16.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:15 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:47:14.548038+0000 mgr.smithi031.kqtrbh (mgr.14182) 99 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:47:16.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:15 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:47:14.548038+0000 mgr.smithi031.kqtrbh (mgr.14182) 99 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:47:17.250 INFO:teuthology.orchestra.run.smithi031.stdout:98784247816 2024-01-19T15:47:17.251 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-01-19T15:47:17.897 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/mon.smithi031/config 2024-01-19T15:47:18.016 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:17 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:47:16.548317+0000 mgr.smithi031.kqtrbh (mgr.14182) 100 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:47:18.031 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:17 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:47:16.548317+0000 mgr.smithi031.kqtrbh (mgr.14182) 100 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:47:19.182 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:19 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:47:18.548581+0000 mgr.smithi031.kqtrbh (mgr.14182) 101 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:47:19.362 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:19 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:47:18.548581+0000 mgr.smithi031.kqtrbh (mgr.14182) 101 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:47:19.468 INFO:teuthology.orchestra.run.smithi031.stdout:98784247817 2024-01-19T15:47:19.469 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-01-19T15:47:19.964 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/mon.smithi031/config 2024-01-19T15:47:20.711 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:20 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:19.474184+0000 mon.smithi031 (mon.0) 547 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:47:20.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:20 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:19.474184+0000 mon.smithi031 (mon.0) 547 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:47:21.681 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:21 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:47:20.549016+0000 mgr.smithi031.kqtrbh (mgr.14182) 102 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:47:21.681 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:21 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:21.429700+0000 mon.smithi031 (mon.0) 548 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:47:21.681 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:21 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:21.431520+0000 mon.smithi031 (mon.0) 549 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-19T15:47:21.726 INFO:teuthology.orchestra.run.smithi031.stdout:120259084297 2024-01-19T15:47:21.726 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-01-19T15:47:21.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:21 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:47:20.549016+0000 mgr.smithi031.kqtrbh (mgr.14182) 102 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:47:21.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:21 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:21.429700+0000 mon.smithi031 (mon.0) 548 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:47:21.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:21 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:21.431520+0000 mon.smithi031 (mon.0) 549 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-19T15:47:22.060 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/mon.smithi031/config 2024-01-19T15:47:23.688 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:47:22.549482+0000 mgr.smithi031.kqtrbh (mgr.14182) 103 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:47:23.688 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:22.667936+0000 mon.smithi031 (mon.0) 550 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:47:24.009 INFO:teuthology.orchestra.run.smithi031.stdout:120259084296 2024-01-19T15:47:24.009 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-01-19T15:47:24.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:47:22.549482+0000 mgr.smithi031.kqtrbh (mgr.14182) 103 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:47:24.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:22.667936+0000 mon.smithi031 (mon.0) 550 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:47:24.451 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/mon.smithi031/config 2024-01-19T15:47:25.769 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:25 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:47:24.549956+0000 mgr.smithi031.kqtrbh (mgr.14182) 104 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:47:25.769 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:25 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:25.367110+0000 mon.smithi031 (mon.0) 551 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:47:25.769 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:25 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:25.367975+0000 mon.smithi031 (mon.0) 552 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:47:25.769 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:25 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:25.368539+0000 mon.smithi031 (mon.0) 553 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-19T15:47:25.769 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:25 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:25.372050+0000 mon.smithi031 (mon.0) 554 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:47:25.769 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:25 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:25.375451+0000 mon.smithi031 (mon.0) 555 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-19T15:47:25.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:25 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:47:24.549956+0000 mgr.smithi031.kqtrbh (mgr.14182) 104 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:47:25.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:25 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:25.367110+0000 mon.smithi031 (mon.0) 551 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:47:25.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:25 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:25.367975+0000 mon.smithi031 (mon.0) 552 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:47:25.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:25 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:25.368539+0000 mon.smithi031 (mon.0) 553 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-19T15:47:25.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:25 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:25.372050+0000 mon.smithi031 (mon.0) 554 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:47:25.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:25 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:25.375451+0000 mon.smithi031 (mon.0) 555 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-19T15:47:25.982 INFO:teuthology.orchestra.run.smithi031.stdout:137438953481 2024-01-19T15:47:25.983 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-01-19T15:47:26.256 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/mon.smithi031/config 2024-01-19T15:47:27.465 INFO:teuthology.orchestra.run.smithi031.stdout:68719476749 2024-01-19T15:47:27.755 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:27 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:47:26.550393+0000 mgr.smithi031.kqtrbh (mgr.14182) 105 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:47:27.755 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:27 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:27.473026+0000 mon.smithi031 (mon.0) 556 : audit [DBG] from='client.? 172.21.15.31:0/3891648331' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-19T15:47:27.840 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476746 got 68719476749 for osd.0 2024-01-19T15:47:27.840 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-01-19T15:47:28.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:27 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:47:26.550393+0000 mgr.smithi031.kqtrbh (mgr.14182) 105 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:47:28.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:27 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:27.473026+0000 mon.smithi031 (mon.0) 556 : audit [DBG] from='client.? 172.21.15.31:0/3891648331' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-19T15:47:28.112 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/mon.smithi031/config 2024-01-19T15:47:29.198 INFO:teuthology.orchestra.run.smithi031.stdout:81604378637 2024-01-19T15:47:29.368 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:29 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:47:28.550738+0000 mgr.smithi031.kqtrbh (mgr.14182) 106 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:47:29.563 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378634 got 81604378637 for osd.1 2024-01-19T15:47:29.564 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-01-19T15:47:29.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:29 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:47:28.550738+0000 mgr.smithi031.kqtrbh (mgr.14182) 106 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:47:29.836 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/mon.smithi031/config 2024-01-19T15:47:30.295 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:30 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:29.206579+0000 mon.smithi031 (mon.0) 557 : audit [DBG] from='client.? 172.21.15.31:0/770840672' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-19T15:47:30.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:30 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:29.206579+0000 mon.smithi031 (mon.0) 557 : audit [DBG] from='client.? 172.21.15.31:0/770840672' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-19T15:47:30.993 INFO:teuthology.orchestra.run.smithi031.stdout:85899345932 2024-01-19T15:47:31.295 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:31 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:47:30.551094+0000 mgr.smithi031.kqtrbh (mgr.14182) 107 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:47:31.295 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:31 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:31.001730+0000 mon.smithi031 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.31:0/2019984424' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-19T15:47:31.372 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345929 got 85899345932 for osd.2 2024-01-19T15:47:31.372 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-01-19T15:47:31.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:31 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:47:30.551094+0000 mgr.smithi031.kqtrbh (mgr.14182) 107 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:47:31.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:31 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:31.001730+0000 mon.smithi031 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.31:0/2019984424' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-19T15:47:31.647 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/mon.smithi031/config 2024-01-19T15:47:32.818 INFO:teuthology.orchestra.run.smithi031.stdout:98784247819 2024-01-19T15:47:33.205 INFO:tasks.cephadm.ceph_manager.ceph:need seq 98784247816 got 98784247819 for osd.3 2024-01-19T15:47:33.206 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-01-19T15:47:33.477 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/mon.smithi031/config 2024-01-19T15:47:33.951 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:33 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:47:32.551370+0000 mgr.smithi031.kqtrbh (mgr.14182) 108 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:47:33.951 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:33 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:32.827092+0000 mon.smithi031 (mon.0) 559 : audit [DBG] from='client.? 172.21.15.31:0/748973393' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-19T15:47:34.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:33 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:47:32.551370+0000 mgr.smithi031.kqtrbh (mgr.14182) 108 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:47:34.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:33 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:32.827092+0000 mon.smithi031 (mon.0) 559 : audit [DBG] from='client.? 172.21.15.31:0/748973393' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-19T15:47:34.651 INFO:teuthology.orchestra.run.smithi031.stdout:98784247820 2024-01-19T15:47:35.022 INFO:tasks.cephadm.ceph_manager.ceph:need seq 98784247817 got 98784247820 for osd.4 2024-01-19T15:47:35.022 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-01-19T15:47:35.296 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/mon.smithi031/config 2024-01-19T15:47:35.795 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:35 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:47:34.551697+0000 mgr.smithi031.kqtrbh (mgr.14182) 109 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:47:35.795 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:35 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:34.658990+0000 mon.smithi031 (mon.0) 560 : audit [DBG] from='client.? 172.21.15.31:0/75563869' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-19T15:47:35.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:35 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:47:34.551697+0000 mgr.smithi031.kqtrbh (mgr.14182) 109 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:47:35.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:35 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:34.658990+0000 mon.smithi031 (mon.0) 560 : audit [DBG] from='client.? 172.21.15.31:0/75563869' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-19T15:47:36.487 INFO:teuthology.orchestra.run.smithi031.stdout:120259084299 2024-01-19T15:47:36.795 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:36 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:36.495736+0000 mon.smithi031 (mon.0) 561 : audit [DBG] from='client.? 172.21.15.31:0/3077178712' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-19T15:47:36.872 INFO:tasks.cephadm.ceph_manager.ceph:need seq 120259084297 got 120259084299 for osd.5 2024-01-19T15:47:36.872 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-01-19T15:47:37.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:36 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:36.495736+0000 mon.smithi031 (mon.0) 561 : audit [DBG] from='client.? 172.21.15.31:0/3077178712' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-19T15:47:37.147 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/mon.smithi031/config 2024-01-19T15:47:37.917 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:37 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:47:36.552180+0000 mgr.smithi031.kqtrbh (mgr.14182) 110 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:47:38.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:37 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:47:36.552180+0000 mgr.smithi031.kqtrbh (mgr.14182) 110 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:47:38.315 INFO:teuthology.orchestra.run.smithi031.stdout:120259084299 2024-01-19T15:47:38.696 INFO:tasks.cephadm.ceph_manager.ceph:need seq 120259084296 got 120259084299 for osd.6 2024-01-19T15:47:38.696 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-01-19T15:47:38.969 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/mon.smithi031/config 2024-01-19T15:47:39.458 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:39 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:38.323092+0000 mon.smithi031 (mon.0) 562 : audit [DBG] from='client.? 172.21.15.31:0/4031304996' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-19T15:47:39.458 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:39 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:47:38.552582+0000 mgr.smithi031.kqtrbh (mgr.14182) 111 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:47:39.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:39 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:38.323092+0000 mon.smithi031 (mon.0) 562 : audit [DBG] from='client.? 172.21.15.31:0/4031304996' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-19T15:47:39.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:39 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:47:38.552582+0000 mgr.smithi031.kqtrbh (mgr.14182) 111 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:47:40.145 INFO:teuthology.orchestra.run.smithi031.stdout:137438953483 2024-01-19T15:47:40.469 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:40 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:40.152180+0000 mon.smithi031 (mon.0) 563 : audit [DBG] from='client.? 172.21.15.31:0/2486814097' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-19T15:47:40.555 INFO:tasks.cephadm.ceph_manager.ceph:need seq 137438953481 got 137438953483 for osd.7 2024-01-19T15:47:40.555 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-01-19T15:47:40.556 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph pg dump --format=json 2024-01-19T15:47:40.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:40 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:40.152180+0000 mon.smithi031 (mon.0) 563 : audit [DBG] from='client.? 172.21.15.31:0/2486814097' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-19T15:47:40.830 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/mon.smithi031/config 2024-01-19T15:47:41.545 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:41 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:47:40.552907+0000 mgr.smithi031.kqtrbh (mgr.14182) 112 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:47:41.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:41 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:47:40.552907+0000 mgr.smithi031.kqtrbh (mgr.14182) 112 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:47:41.957 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:47:41.959 INFO:teuthology.orchestra.run.smithi031.stderr:dumped all 2024-01-19T15:47:42.295 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:42 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:41.963933+0000 mgr.smithi031.kqtrbh (mgr.14182) 113 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:47:42.520 INFO:teuthology.orchestra.run.smithi031.stdout:{"pg_ready":true,"pg_map":{"version":88,"stamp":"2024-01-19T15:47:40.552738+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":2379380,"kb_used_data":2612,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747549068,"statfs":{"total":767926730752,"available":765490245632,"internally_reserved":0,"allocated":2674688,"data_stored":1026445,"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":34,"state":"active+clean","last_fresh":"2024-01-19T15:46:55.490638+0000","last_change":"2024-01-19T15:46:55.490638+0000","last_active":"2024-01-19T15:46:55.490638+0000","last_peered":"2024-01-19T15:46:55.490638+0000","last_clean":"2024-01-19T15:46:55.490638+0000","last_became_active":"2024-01-19T15:46:55.490292+0000","last_became_peered":"2024-01-19T15:46:55.490292+0000","last_unstale":"2024-01-19T15:46:55.490638+0000","last_undegraded":"2024-01-19T15:46:55.490638+0000","last_fullsized":"2024-01-19T15:46:55.490638+0000","mapping_epoch":33,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":34,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-19T15:46:42.769881+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-19T15:46:42.769881+0000","last_clean_scrub_stamp":"2024-01-19T15:46:42.769881+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":4}],"osd_stats":[{"osd":7,"up_from":32,"seq":137438953484,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297424,"kb_used_data":328,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443632,"statfs":{"total":95990841344,"available":95686279168,"internally_reserved":0,"allocated":335872,"data_stored":128430,"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.48399999999999999}]},{"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.28000000000000003}]},{"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.57999999999999996}]},{"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.33300000000000002}]},{"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.60299999999999998}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.372}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.67600000000000005}]}]},{"osd":6,"up_from":28,"seq":120259084299,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297424,"kb_used_data":328,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443632,"statfs":{"total":95990841344,"available":95686279168,"internally_reserved":0,"allocated":335872,"data_stored":128430,"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.308}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.38600000000000001}]},{"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.45700000000000002}]},{"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.42499999999999999}]},{"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.437}]},{"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.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.501}]}]},{"osd":1,"up_from":19,"seq":81604378639,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297420,"kb_used_data":324,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443636,"statfs":{"total":95990841344,"available":95686283264,"internally_reserved":0,"allocated":331776,"data_stored":128115,"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.49199999999999999}]},{"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.371}]},{"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.314}]},{"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.48499999999999999}]},{"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.41999999999999998}]},{"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.44500000000000001}]},{"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.46999999999999997}]}]},{"osd":0,"up_from":16,"seq":68719476752,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297424,"kb_used_data":328,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443632,"statfs":{"total":95990841344,"available":95686279168,"internally_reserved":0,"allocated":335872,"data_stored":128430,"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.46300000000000002}]},{"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.41299999999999998}]},{"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.57599999999999996}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.36399999999999999}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53000000000000003}]},{"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.59899999999999998}]},{"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}]}]},{"osd":2,"up_from":20,"seq":85899345934,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297424,"kb_used_data":328,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443632,"statfs":{"total":95990841344,"available":95686279168,"internally_reserved":0,"allocated":335872,"data_stored":128430,"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.48599999999999999}]},{"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.61299999999999999}]},{"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.46500000000000002}]},{"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.628}]},{"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.52800000000000002}]},{"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.55900000000000005}]},{"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.60299999999999998}]}]},{"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":297416,"kb_used_data":320,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443640,"statfs":{"total":95990841344,"available":95686287360,"internally_reserved":0,"allocated":327680,"data_stored":127750,"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.58299999999999996}]},{"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.45400000000000001}]},{"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.59199999999999997}]},{"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.67900000000000005}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47099999999999997}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.67100000000000004}]},{"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.53100000000000003}]}]},{"osd":4,"up_from":23,"seq":98784247822,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297424,"kb_used_data":328,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443632,"statfs":{"total":95990841344,"available":95686279168,"internally_reserved":0,"allocated":335872,"data_stored":128430,"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.29299999999999998}]},{"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.40699999999999997}]},{"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.375}]},{"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.52100000000000002}]},{"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.64800000000000002}]},{"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.46800000000000003}]},{"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.58399999999999996}]}]},{"osd":5,"up_from":28,"seq":120259084300,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297424,"kb_used_data":328,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443632,"statfs":{"total":95990841344,"available":95686279168,"internally_reserved":0,"allocated":335872,"data_stored":128430,"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.47699999999999998}]},{"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.29499999999999998}]},{"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.443}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.35199999999999998}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41899999999999998}]},{"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.501}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40799999999999997}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-01-19T15:47:42.521 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph pg dump --format=json 2024-01-19T15:47:42.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:42 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:41.963933+0000 mgr.smithi031.kqtrbh (mgr.14182) 113 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:47:42.796 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/mon.smithi031/config 2024-01-19T15:47:43.545 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:47:42.553210+0000 mgr.smithi031.kqtrbh (mgr.14182) 114 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:47:43.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:47:42.553210+0000 mgr.smithi031.kqtrbh (mgr.14182) 114 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:47:43.964 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:47:43.966 INFO:teuthology.orchestra.run.smithi031.stderr:dumped all 2024-01-19T15:47:44.252 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:44 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:43.971639+0000 mgr.smithi031.kqtrbh (mgr.14182) 115 : audit [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:47:44.346 INFO:teuthology.orchestra.run.smithi031.stdout:{"pg_ready":true,"pg_map":{"version":89,"stamp":"2024-01-19T15:47:42.553052+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":2379380,"kb_used_data":2612,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747549068,"statfs":{"total":767926730752,"available":765490245632,"internally_reserved":0,"allocated":2674688,"data_stored":1026445,"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":34,"state":"active+clean","last_fresh":"2024-01-19T15:46:55.490638+0000","last_change":"2024-01-19T15:46:55.490638+0000","last_active":"2024-01-19T15:46:55.490638+0000","last_peered":"2024-01-19T15:46:55.490638+0000","last_clean":"2024-01-19T15:46:55.490638+0000","last_became_active":"2024-01-19T15:46:55.490292+0000","last_became_peered":"2024-01-19T15:46:55.490292+0000","last_unstale":"2024-01-19T15:46:55.490638+0000","last_undegraded":"2024-01-19T15:46:55.490638+0000","last_fullsized":"2024-01-19T15:46:55.490638+0000","mapping_epoch":33,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":34,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-19T15:46:42.769881+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-19T15:46:42.769881+0000","last_clean_scrub_stamp":"2024-01-19T15:46:42.769881+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":4}],"osd_stats":[{"osd":7,"up_from":32,"seq":137438953484,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297424,"kb_used_data":328,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443632,"statfs":{"total":95990841344,"available":95686279168,"internally_reserved":0,"allocated":335872,"data_stored":128430,"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.48399999999999999}]},{"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.28000000000000003}]},{"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.57999999999999996}]},{"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.33300000000000002}]},{"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.60299999999999998}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.372}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.67600000000000005}]}]},{"osd":6,"up_from":28,"seq":120259084300,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297424,"kb_used_data":328,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443632,"statfs":{"total":95990841344,"available":95686279168,"internally_reserved":0,"allocated":335872,"data_stored":128430,"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.307}]},{"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.5}]},{"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.38600000000000001}]},{"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.50900000000000001}]},{"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.42299999999999999}]},{"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.52900000000000003}]},{"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.54800000000000004}]}]},{"osd":1,"up_from":19,"seq":81604378640,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297420,"kb_used_data":324,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443636,"statfs":{"total":95990841344,"available":95686283264,"internally_reserved":0,"allocated":331776,"data_stored":128115,"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":"Fri Jan 19 15:47:41 2024","interfaces":[{"interface":"back","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.72699999999999998,"5min":0.72699999999999998,"15min":0.72699999999999998},"last":0.49199999999999999},{"interface":"front","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.85199999999999998,"5min":0.85199999999999998,"15min":0.85199999999999998},"last":0.39600000000000002}]},{"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.45000000000000001}]},{"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.34699999999999998}]},{"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.504}]},{"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.40699999999999997}]},{"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.376}]},{"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.44600000000000001}]}]},{"osd":0,"up_from":16,"seq":68719476752,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297424,"kb_used_data":328,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443632,"statfs":{"total":95990841344,"available":95686279168,"internally_reserved":0,"allocated":335872,"data_stored":128430,"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.46300000000000002}]},{"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.41299999999999998}]},{"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.57599999999999996}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.36399999999999999}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53000000000000003}]},{"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.59899999999999998}]},{"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}]}]},{"osd":2,"up_from":20,"seq":85899345935,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297424,"kb_used_data":328,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443632,"statfs":{"total":95990841344,"available":95686279168,"internally_reserved":0,"allocated":335872,"data_stored":128430,"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.41899999999999998}]},{"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.70599999999999996}]},{"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.67300000000000004}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53400000000000003}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.71799999999999997}]},{"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.51500000000000001}]},{"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.65600000000000003}]}]},{"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":297416,"kb_used_data":320,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443640,"statfs":{"total":95990841344,"available":95686287360,"internally_reserved":0,"allocated":327680,"data_stored":127750,"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.58299999999999996}]},{"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.45400000000000001}]},{"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.59199999999999997}]},{"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.67900000000000005}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47099999999999997}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.67100000000000004}]},{"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.53100000000000003}]}]},{"osd":4,"up_from":23,"seq":98784247822,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297424,"kb_used_data":328,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443632,"statfs":{"total":95990841344,"available":95686279168,"internally_reserved":0,"allocated":335872,"data_stored":128430,"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.29299999999999998}]},{"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.40699999999999997}]},{"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.375}]},{"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.52100000000000002}]},{"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.64800000000000002}]},{"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.46800000000000003}]},{"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.58399999999999996}]}]},{"osd":5,"up_from":28,"seq":120259084301,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297424,"kb_used_data":328,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443632,"statfs":{"total":95990841344,"available":95686279168,"internally_reserved":0,"allocated":335872,"data_stored":128430,"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.47699999999999998}]},{"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.29499999999999998}]},{"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.443}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.35199999999999998}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41899999999999998}]},{"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.501}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40799999999999997}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-01-19T15:47:44.347 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-01-19T15:47:44.347 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-01-19T15:47:44.347 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-01-19T15:47:44.347 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-19T15:47:44.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:44 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:43.971639+0000 mgr.smithi031.kqtrbh (mgr.14182) 115 : audit [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:47:44.619 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/mon.smithi031/config 2024-01-19T15:47:45.408 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:45 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:47:44.553538+0000 mgr.smithi031.kqtrbh (mgr.14182) 116 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:47:45.474 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:45 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:47:44.553538+0000 mgr.smithi031.kqtrbh (mgr.14182) 116 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:47:45.827 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:47:46.204 INFO:teuthology.orchestra.run.smithi031.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-01-19T15:47:46.204 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-01-19T15:47:46.205 INFO:tasks.cephadm:Setup complete, yielding 2024-01-19T15:47:46.205 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-19T15:47:46.215 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi031.front.sepia.ceph.com 2024-01-19T15:47:46.216 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- bash -c 'ceph orch status' 2024-01-19T15:47:46.545 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:46 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:45.835427+0000 mon.smithi031 (mon.0) 564 : audit [DBG] from='client.? 172.21.15.31:0/3296381788' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-19T15:47:46.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:46 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:45.835427+0000 mon.smithi031 (mon.0) 564 : audit [DBG] from='client.? 172.21.15.31:0/3296381788' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-19T15:47:47.545 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:47 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:47:46.553968+0000 mgr.smithi031.kqtrbh (mgr.14182) 117 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:47:47.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:47 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:47:46.553968+0000 mgr.smithi031.kqtrbh (mgr.14182) 117 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:47:47.610 INFO:teuthology.orchestra.run.smithi031.stdout:Backend: cephadm 2024-01-19T15:47:47.610 INFO:teuthology.orchestra.run.smithi031.stdout:Available: Yes 2024-01-19T15:47:47.610 INFO:teuthology.orchestra.run.smithi031.stdout:Paused: No 2024-01-19T15:47:47.994 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- bash -c 'ceph orch ps' 2024-01-19T15:47:48.522 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:47.618645+0000 mgr.smithi031.kqtrbh (mgr.14182) 118 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-19T15:47:48.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:47.618645+0000 mgr.smithi031.kqtrbh (mgr.14182) 118 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-19T15:47:49.376 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-19T15:47:49.376 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.smithi031 smithi031 *:9093,9094 running (53s) 24s ago 2m 14.1M - 0.23.0 ba2b418f427c 7b3246468569 2024-01-19T15:47:49.376 INFO:teuthology.orchestra.run.smithi031.stdout:crash.smithi031 smithi031 running (2m) 24s ago 2m 7272k - 16.2.14-454-g491b5e13 5debfd7ac2a7 e7fd10b406d9 2024-01-19T15:47:49.376 INFO:teuthology.orchestra.run.smithi031.stdout:crash.smithi089 smithi089 running (2m) 26s ago 2m 7448k - 16.2.14-454-g491b5e13 5debfd7ac2a7 fe0762973447 2024-01-19T15:47:49.376 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.smithi031 smithi031 *:3000 running (49s) 24s ago 2m 45.2M - 8.3.5 dad864ee21e9 51f9febaf525 2024-01-19T15:47:49.376 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.smithi031.kqtrbh smithi031 *:9283 running (3m) 24s ago 3m 447M - 16.2.14-454-g491b5e13 5debfd7ac2a7 52d536ca6dbf 2024-01-19T15:47:49.376 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.smithi089.jtfmpb smithi089 *:8443,9283 running (118s) 26s ago 118s 395M - 16.2.14-454-g491b5e13 5debfd7ac2a7 e19ac1ec046e 2024-01-19T15:47:49.376 INFO:teuthology.orchestra.run.smithi031.stdout:mon.smithi031 smithi031 running (3m) 24s ago 3m 76.0M 2048M 16.2.14-454-g491b5e13 5debfd7ac2a7 9ac489e97ec6 2024-01-19T15:47:49.377 INFO:teuthology.orchestra.run.smithi031.stdout:mon.smithi089 smithi089 running (116s) 26s ago 115s 65.8M 2048M 16.2.14-454-g491b5e13 5debfd7ac2a7 6d8e059c5a4d 2024-01-19T15:47:49.377 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.smithi031 smithi031 *:9100 running (2m) 24s ago 2m 22.2M - 1.3.1 1dbe0e931976 e2d372c6ba45 2024-01-19T15:47:49.377 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.smithi089 smithi089 *:9100 running (102s) 26s ago 100s 21.7M - 1.3.1 1dbe0e931976 b9a40316671d 2024-01-19T15:47:49.377 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi089 running (77s) 26s ago 77s 34.1M 3992M 16.2.14-454-g491b5e13 5debfd7ac2a7 9dc8fce7975b 2024-01-19T15:47:49.377 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (74s) 24s ago 74s 36.0M 3225M 16.2.14-454-g491b5e13 5debfd7ac2a7 2a1a80b3233c 2024-01-19T15:47:49.377 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi089 running (74s) 26s ago 73s 33.7M 3992M 16.2.14-454-g491b5e13 5debfd7ac2a7 d57ed672fb0a 2024-01-19T15:47:49.377 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (70s) 24s ago 70s 35.1M 3225M 16.2.14-454-g491b5e13 5debfd7ac2a7 c573be65502c 2024-01-19T15:47:49.377 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi089 running (70s) 26s ago 70s 32.7M 3992M 16.2.14-454-g491b5e13 5debfd7ac2a7 3a3664589999 2024-01-19T15:47:49.377 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi031 running (65s) 24s ago 65s 31.0M 3225M 16.2.14-454-g491b5e13 5debfd7ac2a7 b20f4da76d42 2024-01-19T15:47:49.377 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi089 running (65s) 26s ago 65s 30.1M 3992M 16.2.14-454-g491b5e13 5debfd7ac2a7 25848fcf8708 2024-01-19T15:47:49.377 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi031 running (61s) 24s ago 61s 31.1M 3225M 16.2.14-454-g491b5e13 5debfd7ac2a7 287ac0d97872 2024-01-19T15:47:49.377 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.smithi031 smithi031 *:9095 running (46s) 24s ago 2m 45.3M - 2.33.4 514e6a882f6e b66ada2bd842 2024-01-19T15:47:49.545 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:49 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:47:48.554330+0000 mgr.smithi031.kqtrbh (mgr.14182) 119 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:47:49.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:49 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:47:48.554330+0000 mgr.smithi031.kqtrbh (mgr.14182) 119 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:47:49.764 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- bash -c 'ceph orch ls' 2024-01-19T15:47:50.456 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:50 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:49.375621+0000 mgr.smithi031.kqtrbh (mgr.14182) 120 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-19T15:47:50.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:50 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:49.375621+0000 mgr.smithi031.kqtrbh (mgr.14182) 120 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-19T15:47:51.150 INFO:teuthology.orchestra.run.smithi031.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-01-19T15:47:51.150 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager ?:9093,9094 1/1 25s ago 3m count:1 2024-01-19T15:47:51.151 INFO:teuthology.orchestra.run.smithi031.stdout:crash 2/2 28s ago 3m * 2024-01-19T15:47:51.151 INFO:teuthology.orchestra.run.smithi031.stdout:grafana ?:3000 1/1 25s ago 3m count:1 2024-01-19T15:47:51.151 INFO:teuthology.orchestra.run.smithi031.stdout:mgr 2/2 28s ago 3m count:2 2024-01-19T15:47:51.151 INFO:teuthology.orchestra.run.smithi031.stdout:mon 2/2 28s ago 2m smithi031:172.21.15.31=smithi031;smithi089:172.21.15.89=smithi089;count:2 2024-01-19T15:47:51.151 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter ?:9100 2/2 28s ago 3m * 2024-01-19T15:47:51.151 INFO:teuthology.orchestra.run.smithi031.stdout:osd.all-available-devices 8 28s ago 102s * 2024-01-19T15:47:51.151 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus ?:9095 1/1 25s ago 3m count:1 2024-01-19T15:47:51.476 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:51 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:47:50.554716+0000 mgr.smithi031.kqtrbh (mgr.14182) 121 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:47:51.519 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- bash -c 'ceph orch host ls' 2024-01-19T15:47:51.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:51 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:47:50.554716+0000 mgr.smithi031.kqtrbh (mgr.14182) 121 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:47:52.505 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:52 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:51.154704+0000 mgr.smithi031.kqtrbh (mgr.14182) 122 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-19T15:47:52.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:52 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:51.154704+0000 mgr.smithi031.kqtrbh (mgr.14182) 122 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-19T15:47:52.877 INFO:teuthology.orchestra.run.smithi031.stdout:HOST ADDR LABELS STATUS 2024-01-19T15:47:52.877 INFO:teuthology.orchestra.run.smithi031.stdout:smithi031 172.21.15.31 2024-01-19T15:47:52.877 INFO:teuthology.orchestra.run.smithi031.stdout:smithi089 172.21.15.89 2024-01-19T15:47:52.877 INFO:teuthology.orchestra.run.smithi031.stdout:2 hosts in cluster 2024-01-19T15:47:53.321 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- bash -c 'ceph orch device ls' 2024-01-19T15:47:53.545 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:47:52.555009+0000 mgr.smithi031.kqtrbh (mgr.14182) 123 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:47:53.545 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:52.884998+0000 mgr.smithi031.kqtrbh (mgr.14182) 124 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-19T15:47:53.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:47:52.555009+0000 mgr.smithi031.kqtrbh (mgr.14182) 123 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:47:53.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:52.884998+0000 mgr.smithi031.kqtrbh (mgr.14182) 124 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-19T15:47:54.819 INFO:teuthology.orchestra.run.smithi031.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-01-19T15:47:54.819 INFO:teuthology.orchestra.run.smithi031.stdout:smithi031 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT53310008400BGN 372G 41s ago Has a FileSystem, LVM detected 2024-01-19T15:47:54.819 INFO:teuthology.orchestra.run.smithi031.stdout:smithi031 /dev/nvme1n1 ssd Linux_11c5141b94aa684b568f 89.4G 41s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-19T15:47:54.820 INFO:teuthology.orchestra.run.smithi031.stdout:smithi031 /dev/nvme2n1 ssd Linux_0639f94dcd0738b4dc47 89.4G 41s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-19T15:47:54.820 INFO:teuthology.orchestra.run.smithi031.stdout:smithi031 /dev/nvme3n1 ssd Linux_786895b86523ba4cb64d 89.4G 41s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-19T15:47:54.820 INFO:teuthology.orchestra.run.smithi031.stdout:smithi031 /dev/nvme4n1 ssd Linux_7f71b01b69dcf59347c9 89.4G 41s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-19T15:47:54.820 INFO:teuthology.orchestra.run.smithi031.stdout:smithi089 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT62040126400BGN 372G 44s ago Has a FileSystem, LVM detected 2024-01-19T15:47:54.820 INFO:teuthology.orchestra.run.smithi031.stdout:smithi089 /dev/nvme1n1 ssd Linux_c6c65ca5dd1c8c532976 89.4G 44s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-19T15:47:54.820 INFO:teuthology.orchestra.run.smithi031.stdout:smithi089 /dev/nvme2n1 ssd Linux_02ecc93f889187fe0c9a 89.4G 44s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-19T15:47:54.820 INFO:teuthology.orchestra.run.smithi031.stdout:smithi089 /dev/nvme3n1 ssd Linux_0ab82794e7471466591a 89.4G 44s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-19T15:47:54.820 INFO:teuthology.orchestra.run.smithi031.stdout:smithi089 /dev/nvme4n1 ssd Linux_e9ec8638d8d0ac7d04de 89.4G 44s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-19T15:47:55.195 INFO:teuthology.run_tasks:Running task vip... 2024-01-19T15:47:55.208 INFO:tasks.vip:Allocating static IPs for each host... 2024-01-19T15:47:55.208 INFO:tasks.vip:peername 172.21.15.31 2024-01-19T15:47:55.211 INFO:tasks.vip:172.21.15.31 in 172.21.0.0/20, pos 3870 2024-01-19T15:47:55.216 INFO:tasks.vip:smithi031.front.sepia.ceph.com static 10.0.15.31, vnet 10.0.0.0/16 2024-01-19T15:47:55.216 INFO:tasks.vip:VIPs are {map(str, vips)} 2024-01-19T15:47:55.216 DEBUG:teuthology.orchestra.run.smithi031:> sudo ip route ls 2024-01-19T15:47:55.247 INFO:teuthology.orchestra.run.smithi031.stdout:default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.31 metric 100 2024-01-19T15:47:55.247 INFO:teuthology.orchestra.run.smithi031.stdout:172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.31 metric 100 2024-01-19T15:47:55.248 INFO:tasks.vip:Configuring 10.0.15.31 on smithi031.front.sepia.ceph.com iface ens1f0... 2024-01-19T15:47:55.248 DEBUG:teuthology.orchestra.run.smithi031:> sudo ip addr add 10.0.15.31/16 dev ens1f0 2024-01-19T15:47:55.316 INFO:tasks.vip:peername 172.21.15.89 2024-01-19T15:47:55.319 INFO:tasks.vip:172.21.15.89 in 172.21.0.0/20, pos 3928 2024-01-19T15:47:55.323 INFO:tasks.vip:smithi089.front.sepia.ceph.com static 10.0.15.89, vnet 10.0.0.0/16 2024-01-19T15:47:55.324 DEBUG:teuthology.orchestra.run.smithi089:> sudo ip route ls 2024-01-19T15:47:55.362 INFO:teuthology.orchestra.run.smithi089.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.89 metric 100 2024-01-19T15:47:55.362 INFO:teuthology.orchestra.run.smithi089.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.89 metric 100 2024-01-19T15:47:55.363 INFO:tasks.vip:Configuring 10.0.15.89 on smithi089.front.sepia.ceph.com iface enp3s0f1... 2024-01-19T15:47:55.363 DEBUG:teuthology.orchestra.run.smithi089:> sudo ip addr add 10.0.15.89/16 dev enp3s0f1 2024-01-19T15:47:55.440 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-19T15:47:55.458 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi031.front.sepia.ceph.com 2024-01-19T15:47:55.458 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2024-01-19T15:47:55.786 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:55 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:47:54.555328+0000 mgr.smithi031.kqtrbh (mgr.14182) 125 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:47:55.786 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:55 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:54.825660+0000 mgr.smithi031.kqtrbh (mgr.14182) 126 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-19T15:47:55.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:55 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:47:54.555328+0000 mgr.smithi031.kqtrbh (mgr.14182) 125 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:47:55.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:55 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:54.825660+0000 mgr.smithi031.kqtrbh (mgr.14182) 126 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-19T15:47:56.843 INFO:teuthology.orchestra.run.smithi031.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-01-19T15:47:56.843 INFO:teuthology.orchestra.run.smithi031.stdout:smithi031 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT53310008400BGN 372G 43s ago Has a FileSystem, LVM detected 2024-01-19T15:47:56.843 INFO:teuthology.orchestra.run.smithi031.stdout:smithi031 /dev/nvme1n1 ssd Linux_11c5141b94aa684b568f 89.4G 43s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-19T15:47:56.843 INFO:teuthology.orchestra.run.smithi031.stdout:smithi031 /dev/nvme2n1 ssd Linux_0639f94dcd0738b4dc47 89.4G 43s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-19T15:47:56.843 INFO:teuthology.orchestra.run.smithi031.stdout:smithi031 /dev/nvme3n1 ssd Linux_786895b86523ba4cb64d 89.4G 43s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-19T15:47:56.844 INFO:teuthology.orchestra.run.smithi031.stdout:smithi031 /dev/nvme4n1 ssd Linux_7f71b01b69dcf59347c9 89.4G 43s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-19T15:47:56.844 INFO:teuthology.orchestra.run.smithi031.stdout:smithi089 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT62040126400BGN 372G 46s ago Has a FileSystem, LVM detected 2024-01-19T15:47:56.844 INFO:teuthology.orchestra.run.smithi031.stdout:smithi089 /dev/nvme1n1 ssd Linux_c6c65ca5dd1c8c532976 89.4G 46s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-19T15:47:56.844 INFO:teuthology.orchestra.run.smithi031.stdout:smithi089 /dev/nvme2n1 ssd Linux_02ecc93f889187fe0c9a 89.4G 46s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-19T15:47:56.844 INFO:teuthology.orchestra.run.smithi031.stdout:smithi089 /dev/nvme3n1 ssd Linux_0ab82794e7471466591a 89.4G 46s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-19T15:47:56.844 INFO:teuthology.orchestra.run.smithi031.stdout:smithi089 /dev/nvme4n1 ssd Linux_e9ec8638d8d0ac7d04de 89.4G 46s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-19T15:47:57.230 INFO:teuthology.run_tasks:Running task vip.exec... 2024-01-19T15:47:57.242 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi031.front.sepia.ceph.com 2024-01-19T15:47:57.243 DEBUG:teuthology.orchestra.run.smithi031:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-01-19T15:47:57.274 INFO:teuthology.orchestra.run.smithi031.stderr:+ systemctl stop nfs-server 2024-01-19T15:47:57.281 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi089.front.sepia.ceph.com 2024-01-19T15:47:57.281 DEBUG:teuthology.orchestra.run.smithi089:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-01-19T15:47:57.308 INFO:teuthology.orchestra.run.smithi089.stderr:+ systemctl stop nfs-server 2024-01-19T15:47:57.315 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-19T15:47:57.324 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi031.front.sepia.ceph.com 2024-01-19T15:47:57.324 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2024-01-19T15:47:57.795 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:57 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:47:56.555599+0000 mgr.smithi031.kqtrbh (mgr.14182) 127 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:47:57.795 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:57 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:56.848667+0000 mgr.smithi031.kqtrbh (mgr.14182) 128 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-19T15:47:57.795 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:57 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:56.851120+0000 mon.smithi031 (mon.0) 565 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-19T15:47:58.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:57 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:47:56.555599+0000 mgr.smithi031.kqtrbh (mgr.14182) 127 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:47:58.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:57 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:56.848667+0000 mgr.smithi031.kqtrbh (mgr.14182) 128 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-19T15:47:58.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:57 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:56.851120+0000 mon.smithi031 (mon.0) 565 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-19T15:47:59.402 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:59 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:58.149533+0000 mon.smithi031 (mon.0) 566 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:47:59.402 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:47:59 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:47:58.555866+0000 mgr.smithi031.kqtrbh (mgr.14182) 129 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:47:59.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:59 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:58.149533+0000 mon.smithi031 (mon.0) 566 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:47:59.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:47:59 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:47:58.555866+0000 mgr.smithi031.kqtrbh (mgr.14182) 129 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:48:00.340 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:00 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:59.339987+0000 mgr.smithi031.kqtrbh (mgr.14182) 130 : audit [DBG] from='client.24363 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-01-19T15:48:00.340 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:00 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:47:59.340481+0000 mon.smithi031 (mon.0) 567 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-01-19T15:48:00.544 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:00 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:59.339987+0000 mgr.smithi031.kqtrbh (mgr.14182) 130 : audit [DBG] from='client.24363 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-01-19T15:48:00.545 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:00 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:47:59.340481+0000 mon.smithi031 (mon.0) 567 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-01-19T15:48:01.221 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:01 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:00.162029+0000 mon.smithi031 (mon.0) 568 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-01-19T15:48:01.221 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:01 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:48:00.162097+0000 mon.smithi031 (mon.0) 569 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2024-01-19T15:48:01.221 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:01 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:00.164432+0000 mon.smithi031 (mon.0) 570 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-01-19T15:48:01.221 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:01 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:48:00.556112+0000 mgr.smithi031.kqtrbh (mgr.14182) 131 : cluster [DBG] pgmap v99: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:48:01.221 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:01 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:00.607799+0000 mon.smithi031 (mon.0) 571 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:48:01.221 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:01 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:00.613129+0000 mon.smithi031 (mon.0) 572 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:48:01.221 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:01 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T15:48:01.171+0000 7ff48eb04700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-01-19T15:48:01.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:01 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:00.162029+0000 mon.smithi031 (mon.0) 568 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-01-19T15:48:01.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:01 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:48:00.162097+0000 mon.smithi031 (mon.0) 569 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2024-01-19T15:48:01.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:01 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:00.164432+0000 mon.smithi031 (mon.0) 570 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-01-19T15:48:01.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:01 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:48:00.556112+0000 mgr.smithi031.kqtrbh (mgr.14182) 131 : cluster [DBG] pgmap v99: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:48:01.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:01 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:00.607799+0000 mon.smithi031 (mon.0) 571 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:48:01.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:01 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:00.613129+0000 mon.smithi031 (mon.0) 572 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:48:01.737 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.31/16 --port 2999' 2024-01-19T15:48:02.538 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:02 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:01.168762+0000 mon.smithi031 (mon.0) 573 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-01-19T15:48:02.538 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:02 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:48:01.168975+0000 mon.smithi031 (mon.0) 574 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2024-01-19T15:48:02.538 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:02 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:01.171606+0000 mon.smithi031 (mon.0) 575 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-01-19T15:48:02.538 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:02 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:48:01.172412+0000 mon.smithi031 (mon.0) 576 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-01-19T15:48:02.539 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:02 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:48:01.172440+0000 mon.smithi031 (mon.0) 577 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-01-19T15:48:02.539 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:02 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:48:01.187342+0000 mon.smithi031 (mon.0) 578 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2024-01-19T15:48:02.539 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:02 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:01.187514+0000 mon.smithi031 (mon.0) 579 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-01-19T15:48:02.539 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:02 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:48:01.187592+0000 mon.smithi031 (mon.0) 580 : cluster [DBG] fsmap foofs:0 2024-01-19T15:48:02.539 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:02 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:48:01.190992+0000 mgr.smithi031.kqtrbh (mgr.14182) 132 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-01-19T15:48:02.539 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:02 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:01.197431+0000 mon.smithi031 (mon.0) 581 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:48:02.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:02 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:01.168762+0000 mon.smithi031 (mon.0) 573 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-01-19T15:48:02.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:02 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:48:01.168975+0000 mon.smithi031 (mon.0) 574 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2024-01-19T15:48:02.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:02 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:01.171606+0000 mon.smithi031 (mon.0) 575 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-01-19T15:48:02.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:02 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:48:01.172412+0000 mon.smithi031 (mon.0) 576 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-01-19T15:48:02.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:02 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:48:01.172440+0000 mon.smithi031 (mon.0) 577 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-01-19T15:48:02.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:02 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:48:01.187342+0000 mon.smithi031 (mon.0) 578 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2024-01-19T15:48:02.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:02 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:01.187514+0000 mon.smithi031 (mon.0) 579 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-01-19T15:48:02.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:02 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:48:01.187592+0000 mon.smithi031 (mon.0) 580 : cluster [DBG] fsmap foofs:0 2024-01-19T15:48:02.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:02 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:48:01.190992+0000 mgr.smithi031.kqtrbh (mgr.14182) 132 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-01-19T15:48:02.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:02 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:01.197431+0000 mon.smithi031 (mon.0) 581 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:48:03.545 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:03 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:48:02.185144+0000 mon.smithi031 (mon.0) 582 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-01-19T15:48:03.545 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:03 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:48:02.556423+0000 mgr.smithi031.kqtrbh (mgr.14182) 133 : cluster [DBG] pgmap v103: 65 pgs: 13 creating+peering, 9 active+clean, 43 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:48:03.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:03 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:48:02.185144+0000 mon.smithi031 (mon.0) 582 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-01-19T15:48:03.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:03 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:48:02.556423+0000 mgr.smithi031.kqtrbh (mgr.14182) 133 : cluster [DBG] pgmap v103: 65 pgs: 13 creating+peering, 9 active+clean, 43 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:48:04.443 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:04 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:48:03.193255+0000 mon.smithi031 (mon.0) 583 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-01-19T15:48:04.443 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:04 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:03.241494+0000 mgr.smithi031.kqtrbh (mgr.14182) 134 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.31/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2024-01-19T15:48:04.443 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:04 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:03.242762+0000 mon.smithi031 (mon.0) 584 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-01-19T15:48:04.443 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:04 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:03.693133+0000 mon.smithi031 (mon.0) 585 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:48:04.443 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:04 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:03.694091+0000 mon.smithi031 (mon.0) 586 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:48:04.443 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:04 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:03.694733+0000 mon.smithi031 (mon.0) 587 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-19T15:48:04.443 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:04 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:03.698364+0000 mon.smithi031 (mon.0) 588 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:48:04.443 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:04 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:03.701744+0000 mon.smithi031 (mon.0) 589 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-19T15:48:04.443 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:04 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:03.709091+0000 mon.smithi031 (mon.0) 590 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:48:04.444 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:04 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:03.709696+0000 mon.smithi031 (mon.0) 591 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi089.hmkrnl", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-01-19T15:48:04.444 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:04 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:03.712319+0000 mon.smithi031 (mon.0) 592 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi089.hmkrnl", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-01-19T15:48:04.444 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:04 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:03.712886+0000 mon.smithi031 (mon.0) 593 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:48:04.444 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:04 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:48:03.713433+0000 mgr.smithi031.kqtrbh (mgr.14182) 135 : cephadm [INF] Deploying daemon mds.foofs.smithi089.hmkrnl on smithi089 2024-01-19T15:48:04.545 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:04 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:48:03.193255+0000 mon.smithi031 (mon.0) 583 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-01-19T15:48:04.545 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:04 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:03.241494+0000 mgr.smithi031.kqtrbh (mgr.14182) 134 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.31/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2024-01-19T15:48:04.545 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:04 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:03.242762+0000 mon.smithi031 (mon.0) 584 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-01-19T15:48:04.545 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:04 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:03.693133+0000 mon.smithi031 (mon.0) 585 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:48:04.545 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:04 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:03.694091+0000 mon.smithi031 (mon.0) 586 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:48:04.545 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:04 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:03.694733+0000 mon.smithi031 (mon.0) 587 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-19T15:48:04.545 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:04 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:03.698364+0000 mon.smithi031 (mon.0) 588 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:48:04.545 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:04 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:03.701744+0000 mon.smithi031 (mon.0) 589 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-19T15:48:04.545 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:04 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:03.709091+0000 mon.smithi031 (mon.0) 590 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:48:04.546 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:04 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:03.709696+0000 mon.smithi031 (mon.0) 591 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi089.hmkrnl", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-01-19T15:48:04.546 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:04 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:03.712319+0000 mon.smithi031 (mon.0) 592 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi089.hmkrnl", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-01-19T15:48:04.546 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:04 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:03.712886+0000 mon.smithi031 (mon.0) 593 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:48:04.546 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:04 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:48:03.713433+0000 mgr.smithi031.kqtrbh (mgr.14182) 135 : cephadm [INF] Deploying daemon mds.foofs.smithi089.hmkrnl on smithi089 2024-01-19T15:48:05.233 INFO:teuthology.orchestra.run.smithi031.stdout:NFS Cluster Created Successfully 2024-01-19T15:48:05.473 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:05 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:04.202552+0000 mon.smithi031 (mon.0) 594 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-01-19T15:48:05.474 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:05 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:48:04.202664+0000 mon.smithi031 (mon.0) 595 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-01-19T15:48:05.474 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:05 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:04.205253+0000 mon.smithi031 (mon.0) 596 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-01-19T15:48:05.474 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:05 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:48:04.556884+0000 mgr.smithi031.kqtrbh (mgr.14182) 136 : cluster [DBG] pgmap v106: 97 pgs: 13 creating+peering, 24 active+clean, 60 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:48:05.545 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:05 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:04.202552+0000 mon.smithi031 (mon.0) 594 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-01-19T15:48:05.545 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:05 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:48:04.202664+0000 mon.smithi031 (mon.0) 595 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-01-19T15:48:05.545 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:05 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:04.205253+0000 mon.smithi031 (mon.0) 596 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-01-19T15:48:05.545 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:05 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:48:04.556884+0000 mgr.smithi031.kqtrbh (mgr.14182) 136 : cluster [DBG] pgmap v106: 97 pgs: 13 creating+peering, 24 active+clean, 60 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:48:05.620 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- bash -c 'ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2024-01-19T15:48:06.295 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:06 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:05.204690+0000 mon.smithi031 (mon.0) 597 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-01-19T15:48:06.295 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:06 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:48:05.204945+0000 mon.smithi031 (mon.0) 598 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-01-19T15:48:06.295 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:06 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:48:05.233373+0000 mgr.smithi031.kqtrbh (mgr.14182) 137 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-01-19T15:48:06.295 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:06 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:05.236813+0000 mon.smithi031 (mon.0) 599 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:48:06.295 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:06 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:48:05.238176+0000 mgr.smithi031.kqtrbh (mgr.14182) 138 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-01-19T15:48:06.295 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:06 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:05.240607+0000 mon.smithi031 (mon.0) 600 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:48:06.295 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:06 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:05.345583+0000 mon.smithi031 (mon.0) 601 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:48:06.295 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:06 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:05.346655+0000 mon.smithi031 (mon.0) 602 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi031.mkemtg", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-01-19T15:48:06.296 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:06 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:05.349938+0000 mon.smithi031 (mon.0) 603 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi031.mkemtg", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-01-19T15:48:06.296 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:06 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:05.350660+0000 mon.smithi031 (mon.0) 604 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:48:06.296 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:06 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:48:05.351245+0000 mgr.smithi031.kqtrbh (mgr.14182) 139 : cephadm [INF] Deploying daemon mds.foofs.smithi031.mkemtg on smithi031 2024-01-19T15:48:06.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:06 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:05.204690+0000 mon.smithi031 (mon.0) 597 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-01-19T15:48:06.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:06 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:48:05.204945+0000 mon.smithi031 (mon.0) 598 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-01-19T15:48:06.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:06 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:48:05.233373+0000 mgr.smithi031.kqtrbh (mgr.14182) 137 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-01-19T15:48:06.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:06 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:05.236813+0000 mon.smithi031 (mon.0) 599 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:48:06.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:06 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:48:05.238176+0000 mgr.smithi031.kqtrbh (mgr.14182) 138 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-01-19T15:48:06.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:06 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:05.240607+0000 mon.smithi031 (mon.0) 600 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:48:06.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:06 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:05.345583+0000 mon.smithi031 (mon.0) 601 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:48:06.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:06 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:05.346655+0000 mon.smithi031 (mon.0) 602 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi031.mkemtg", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-01-19T15:48:06.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:06 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:05.349938+0000 mon.smithi031 (mon.0) 603 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi031.mkemtg", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-01-19T15:48:06.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:06 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:05.350660+0000 mon.smithi031 (mon.0) 604 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:48:06.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:06 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:48:05.351245+0000 mgr.smithi031.kqtrbh (mgr.14182) 139 : cephadm [INF] Deploying daemon mds.foofs.smithi031.mkemtg on smithi031 2024-01-19T15:48:07.313 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-01-19T15:48:07.313 INFO:teuthology.orchestra.run.smithi031.stdout: "bind": "/fake", 2024-01-19T15:48:07.313 INFO:teuthology.orchestra.run.smithi031.stdout: "fs": "foofs", 2024-01-19T15:48:07.313 INFO:teuthology.orchestra.run.smithi031.stdout: "path": "/", 2024-01-19T15:48:07.313 INFO:teuthology.orchestra.run.smithi031.stdout: "cluster": "foo", 2024-01-19T15:48:07.313 INFO:teuthology.orchestra.run.smithi031.stdout: "mode": "RW" 2024-01-19T15:48:07.313 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-01-19T15:48:07.512 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:07 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:48:06.209215+0000 mon.smithi031 (mon.0) 605 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-01-19T15:48:07.512 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:07 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:48:06.242749+0000 mon.smithi031 (mon.0) 606 : cluster [DBG] mds.? [v2:172.21.15.89:6832/1752537008,v1:172.21.15.89:6833/1752537008] up:boot 2024-01-19T15:48:07.512 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:07 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:48:06.242806+0000 mon.smithi031 (mon.0) 607 : cluster [INF] daemon mds.foofs.smithi089.hmkrnl assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-01-19T15:48:07.512 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:07 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:48:06.242878+0000 mon.smithi031 (mon.0) 608 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-01-19T15:48:07.512 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:07 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:48:06.242904+0000 mon.smithi031 (mon.0) 609 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-01-19T15:48:07.512 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:07 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:48:06.242926+0000 mon.smithi031 (mon.0) 610 : cluster [INF] Cluster is now healthy 2024-01-19T15:48:07.512 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:07 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:48:06.243113+0000 mon.smithi031 (mon.0) 611 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-01-19T15:48:07.512 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:07 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:06.243229+0000 mon.smithi031 (mon.0) 612 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi089.hmkrnl"}]: dispatch 2024-01-19T15:48:07.512 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:07 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:48:06.245203+0000 mon.smithi031 (mon.0) 613 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi089.hmkrnl=up:creating} 2024-01-19T15:48:07.513 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:07 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:48:06.261658+0000 mon.smithi031 (mon.0) 614 : cluster [INF] daemon mds.foofs.smithi089.hmkrnl is now active in filesystem foofs as rank 0 2024-01-19T15:48:07.513 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:07 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:48:06.557181+0000 mgr.smithi031.kqtrbh (mgr.14182) 140 : cluster [DBG] pgmap v109: 97 pgs: 12 creating+peering, 69 active+clean, 16 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:48:07.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:07 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:48:06.209215+0000 mon.smithi031 (mon.0) 605 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-01-19T15:48:07.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:07 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:48:06.242749+0000 mon.smithi031 (mon.0) 606 : cluster [DBG] mds.? [v2:172.21.15.89:6832/1752537008,v1:172.21.15.89:6833/1752537008] up:boot 2024-01-19T15:48:07.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:07 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:48:06.242806+0000 mon.smithi031 (mon.0) 607 : cluster [INF] daemon mds.foofs.smithi089.hmkrnl assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-01-19T15:48:07.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:07 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:48:06.242878+0000 mon.smithi031 (mon.0) 608 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-01-19T15:48:07.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:07 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:48:06.242904+0000 mon.smithi031 (mon.0) 609 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-01-19T15:48:07.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:07 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:48:06.242926+0000 mon.smithi031 (mon.0) 610 : cluster [INF] Cluster is now healthy 2024-01-19T15:48:07.593 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:07 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:48:06.243113+0000 mon.smithi031 (mon.0) 611 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-01-19T15:48:07.593 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:07 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:06.243229+0000 mon.smithi031 (mon.0) 612 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi089.hmkrnl"}]: dispatch 2024-01-19T15:48:07.593 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:07 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:48:06.245203+0000 mon.smithi031 (mon.0) 613 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi089.hmkrnl=up:creating} 2024-01-19T15:48:07.593 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:07 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:48:06.261658+0000 mon.smithi031 (mon.0) 614 : cluster [INF] daemon mds.foofs.smithi089.hmkrnl is now active in filesystem foofs as rank 0 2024-01-19T15:48:07.593 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:07 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:48:06.557181+0000 mgr.smithi031.kqtrbh (mgr.14182) 140 : cluster [DBG] pgmap v109: 97 pgs: 12 creating+peering, 69 active+clean, 16 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:48:07.732 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-01-19T15:48:07.743 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-01-19T15:48:07.743 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:48:08.479 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:48:07.253009+0000 mon.smithi031 (mon.0) 615 : cluster [DBG] mds.? [v2:172.21.15.89:6832/1752537008,v1:172.21.15.89:6833/1752537008] up:active 2024-01-19T15:48:08.479 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:48:07.253060+0000 mon.smithi031 (mon.0) 616 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi089.hmkrnl=up:active} 2024-01-19T15:48:08.479 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:48:07.253357+0000 mon.smithi031 (mon.0) 617 : cluster [DBG] mgrmap e19: smithi031.kqtrbh(active, since 2m), standbys: smithi089.jtfmpb 2024-01-19T15:48:08.479 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:07.286327+0000 mgr.smithi031.kqtrbh (mgr.14182) 141 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-01-19T15:48:08.479 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:07.314411+0000 mon.smithi031 (mon.0) 618 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 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-19T15:48:08.479 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:07.317423+0000 mon.smithi031 (mon.0) 619 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 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-19T15:48:08.479 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:07.444701+0000 mon.smithi031 (mon.0) 620 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:48:08.479 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:07.445910+0000 mon.smithi031 (mon.0) 621 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-19T15:48:08.480 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:48:08.116058+0000 mon.smithi031 (mon.0) 622 : cluster [DBG] mds.? [v2:172.21.15.31:6834/4120945961,v1:172.21.15.31:6835/4120945961] up:boot 2024-01-19T15:48:08.480 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:48:08.116111+0000 mon.smithi031 (mon.0) 623 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi089.hmkrnl=up:active} 1 up:standby 2024-01-19T15:48:08.480 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:08.116417+0000 mon.smithi031 (mon.0) 624 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi031.mkemtg"}]: dispatch 2024-01-19T15:48:08.530 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:08 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:48:07.253009+0000 mon.smithi031 (mon.0) 615 : cluster [DBG] mds.? [v2:172.21.15.89:6832/1752537008,v1:172.21.15.89:6833/1752537008] up:active 2024-01-19T15:48:08.530 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:08 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:48:07.253060+0000 mon.smithi031 (mon.0) 616 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi089.hmkrnl=up:active} 2024-01-19T15:48:08.530 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:08 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:48:07.253357+0000 mon.smithi031 (mon.0) 617 : cluster [DBG] mgrmap e19: smithi031.kqtrbh(active, since 2m), standbys: smithi089.jtfmpb 2024-01-19T15:48:08.530 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:08 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:07.286327+0000 mgr.smithi031.kqtrbh (mgr.14182) 141 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-01-19T15:48:08.530 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:08 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:07.314411+0000 mon.smithi031 (mon.0) 618 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 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-19T15:48:08.530 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:08 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:07.317423+0000 mon.smithi031 (mon.0) 619 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 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-19T15:48:08.530 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:08 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:07.444701+0000 mon.smithi031 (mon.0) 620 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:48:08.530 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:08 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:07.445910+0000 mon.smithi031 (mon.0) 621 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-19T15:48:08.531 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:08 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:48:08.116058+0000 mon.smithi031 (mon.0) 622 : cluster [DBG] mds.? [v2:172.21.15.31:6834/4120945961,v1:172.21.15.31:6835/4120945961] up:boot 2024-01-19T15:48:08.531 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:08 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:48:08.116111+0000 mon.smithi031 (mon.0) 623 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi089.hmkrnl=up:active} 1 up:standby 2024-01-19T15:48:08.531 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:08 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:08.116417+0000 mon.smithi031 (mon.0) 624 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi031.mkemtg"}]: dispatch 2024-01-19T15:48:09.449 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:48:09.449 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:00.203644Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:00.203715Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:00.203782Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 1, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:00.203568Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:00.203420Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:00.203860Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:00.203997Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:00.203932Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:48:09.694 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:09 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:08.504266+0000 mon.smithi031 (mon.0) 625 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:48:09.695 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:09 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:48:08.557499+0000 mgr.smithi031.kqtrbh (mgr.14182) 142 : cluster [DBG] pgmap v110: 97 pgs: 10 creating+peering, 79 active+clean, 8 unknown; 22 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:48:09.695 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:09 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:08.896879+0000 mon.smithi031 (mon.0) 626 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:48:09.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:09 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:08.504266+0000 mon.smithi031 (mon.0) 625 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:48:09.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:09 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:48:08.557499+0000 mgr.smithi031.kqtrbh (mgr.14182) 142 : cluster [DBG] pgmap v110: 97 pgs: 10 creating+peering, 79 active+clean, 8 unknown; 22 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-19T15:48:09.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:09 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:08.896879+0000 mon.smithi031 (mon.0) 626 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:48:09.927 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:48:10.927 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:48:11.242 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:10 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:09.453436+0000 mgr.smithi031.kqtrbh (mgr.14182) 143 : audit [DBG] from='client.14536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:48:11.242 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:10 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:48:09.902313+0000 mon.smithi031 (mon.0) 627 : cluster [DBG] mgrmap e20: smithi031.kqtrbh(active, since 2m), standbys: smithi089.jtfmpb 2024-01-19T15:48:11.242 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:10 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:10.860469+0000 mon.smithi031 (mon.0) 628 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:48:11.242 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:10 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:10.861331+0000 mon.smithi031 (mon.0) 629 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:48:11.242 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:10 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:10.861985+0000 mon.smithi031 (mon.0) 630 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-19T15:48:11.242 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:10 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:10.865460+0000 mon.smithi031 (mon.0) 631 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:48:11.242 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:10 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:10.868867+0000 mon.smithi031 (mon.0) 632 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-19T15:48:11.242 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:10 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:10.875266+0000 mon.smithi031 (mon.0) 633 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:48:11.242 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:10 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:10.891500+0000 mon.smithi031 (mon.0) 634 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi031.qfhjdd", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-01-19T15:48:11.242 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:10 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:10.894746+0000 mon.smithi031 (mon.0) 635 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi031.qfhjdd", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-01-19T15:48:11.242 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:10 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:10.895450+0000 mon.smithi031 (mon.0) 636 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 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-19T15:48:11.267 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:10 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:09.453436+0000 mgr.smithi031.kqtrbh (mgr.14182) 143 : audit [DBG] from='client.14536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:48:11.267 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:10 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:48:09.902313+0000 mon.smithi031 (mon.0) 627 : cluster [DBG] mgrmap e20: smithi031.kqtrbh(active, since 2m), standbys: smithi089.jtfmpb 2024-01-19T15:48:11.267 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:10 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:10.860469+0000 mon.smithi031 (mon.0) 628 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:48:11.267 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:10 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:10.861331+0000 mon.smithi031 (mon.0) 629 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:48:11.267 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:10 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:10.861985+0000 mon.smithi031 (mon.0) 630 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-19T15:48:11.267 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:10 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:10.865460+0000 mon.smithi031 (mon.0) 631 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:48:11.268 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:10 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:10.868867+0000 mon.smithi031 (mon.0) 632 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-19T15:48:11.268 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:10 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:10.875266+0000 mon.smithi031 (mon.0) 633 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:48:11.268 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:10 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:10.891500+0000 mon.smithi031 (mon.0) 634 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi031.qfhjdd", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-01-19T15:48:11.268 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:10 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:10.894746+0000 mon.smithi031 (mon.0) 635 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi031.qfhjdd", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-01-19T15:48:11.268 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:10 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:10.895450+0000 mon.smithi031 (mon.0) 636 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 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-19T15:48:12.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:11 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:48:10.558173+0000 mgr.smithi031.kqtrbh (mgr.14182) 144 : cluster [DBG] pgmap v111: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.0 KiB/s wr, 13 op/s 2024-01-19T15:48:12.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:11 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:48:10.891232+0000 mgr.smithi031.kqtrbh (mgr.14182) 145 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi031.qfhjdd 2024-01-19T15:48:12.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:11 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:48:10.895250+0000 mgr.smithi031.kqtrbh (mgr.14182) 146 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-01-19T15:48:12.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:11 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:10.898332+0000 mon.smithi031 (mon.0) 637 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 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-19T15:48:12.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:11 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:10.900965+0000 mon.smithi031 (mon.0) 638 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:48:12.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:11 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:10.939543+0000 mon.smithi031 (mon.0) 639 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-01-19T15:48:12.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:11 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:10.942939+0000 mon.smithi031 (mon.0) 640 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-01-19T15:48:12.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:11 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:48:10.987361+0000 mgr.smithi031.kqtrbh (mgr.14182) 147 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-01-19T15:48:12.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:11 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:48:10.987484+0000 mgr.smithi031.kqtrbh (mgr.14182) 148 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi031.qfhjdd-rgw 2024-01-19T15:48:12.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:11 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:10.987867+0000 mon.smithi031 (mon.0) 641 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi031.qfhjdd-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-19T15:48:12.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:11 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:10.991321+0000 mon.smithi031 (mon.0) 642 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi031.qfhjdd-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-19T15:48:12.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:11 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:10.995101+0000 mon.smithi031 (mon.0) 643 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:48:12.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:11 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:48:10.995909+0000 mgr.smithi031.kqtrbh (mgr.14182) 149 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi031.qfhjdd on smithi031 2024-01-19T15:48:12.340 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:11 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:48:10.558173+0000 mgr.smithi031.kqtrbh (mgr.14182) 144 : cluster [DBG] pgmap v111: 97 pgs: 97 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.0 KiB/s wr, 13 op/s 2024-01-19T15:48:12.340 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:11 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:48:10.891232+0000 mgr.smithi031.kqtrbh (mgr.14182) 145 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi031.qfhjdd 2024-01-19T15:48:12.340 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:11 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:48:10.895250+0000 mgr.smithi031.kqtrbh (mgr.14182) 146 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-01-19T15:48:12.340 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:11 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:10.898332+0000 mon.smithi031 (mon.0) 637 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 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-19T15:48:12.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:11 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:10.900965+0000 mon.smithi031 (mon.0) 638 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:48:12.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:11 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:10.939543+0000 mon.smithi031 (mon.0) 639 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-01-19T15:48:12.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:11 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:10.942939+0000 mon.smithi031 (mon.0) 640 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-01-19T15:48:12.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:11 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:48:10.987361+0000 mgr.smithi031.kqtrbh (mgr.14182) 147 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-01-19T15:48:12.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:11 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:48:10.987484+0000 mgr.smithi031.kqtrbh (mgr.14182) 148 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi031.qfhjdd-rgw 2024-01-19T15:48:12.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:11 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:10.987867+0000 mon.smithi031 (mon.0) 641 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi031.qfhjdd-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-19T15:48:12.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:11 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:10.991321+0000 mon.smithi031 (mon.0) 642 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi031.qfhjdd-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-19T15:48:12.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:11 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:10.995101+0000 mon.smithi031 (mon.0) 643 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:48:12.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:11 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:48:10.995909+0000 mgr.smithi031.kqtrbh (mgr.14182) 149 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi031.qfhjdd on smithi031 2024-01-19T15:48:12.820 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:48:12.820 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:48:13.242 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:48:14.243 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:48:14.278 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:48:12.558650+0000 mgr.smithi031.kqtrbh (mgr.14182) 150 : cluster [DBG] pgmap v112: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.7 KiB/s wr, 8 op/s 2024-01-19T15:48:14.278 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:12.823694+0000 mgr.smithi031.kqtrbh (mgr.14182) 151 : audit [DBG] from='client.14550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:48:14.279 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:12.999091+0000 mon.smithi031 (mon.0) 644 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:48:14.279 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:13.004351+0000 mon.smithi031 (mon.0) 645 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:48:14.279 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:48:13.011501+0000 mgr.smithi031.kqtrbh (mgr.14182) 152 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi089.mfjjvk on smithi089 2024-01-19T15:48:14.279 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:13.509388+0000 mon.smithi031 (mon.0) 646 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:48:14.340 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:48:12.558650+0000 mgr.smithi031.kqtrbh (mgr.14182) 150 : cluster [DBG] pgmap v112: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.7 KiB/s wr, 8 op/s 2024-01-19T15:48:14.340 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:12.823694+0000 mgr.smithi031.kqtrbh (mgr.14182) 151 : audit [DBG] from='client.14550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:48:14.340 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:12.999091+0000 mon.smithi031 (mon.0) 644 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:48:14.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:13.004351+0000 mon.smithi031 (mon.0) 645 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:48:14.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:48:13.011501+0000 mgr.smithi031.kqtrbh (mgr.14182) 152 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi089.mfjjvk on smithi089 2024-01-19T15:48:14.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:13.509388+0000 mon.smithi031 (mon.0) 646 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:48:15.614 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:48:15.614 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:48:15.979 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:48:16.295 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:16 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:48:14.559078+0000 mgr.smithi031.kqtrbh (mgr.14182) 153 : cluster [DBG] pgmap v113: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 2.5 KiB/s wr, 5 op/s 2024-01-19T15:48:16.340 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:16 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:48:14.559078+0000 mgr.smithi031.kqtrbh (mgr.14182) 153 : cluster [DBG] pgmap v113: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 2.5 KiB/s wr, 5 op/s 2024-01-19T15:48:16.980 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:48:17.294 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:17 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:15.618514+0000 mgr.smithi031.kqtrbh (mgr.14182) 154 : audit [DBG] from='client.14562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:48:17.340 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:17 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:15.618514+0000 mgr.smithi031.kqtrbh (mgr.14182) 154 : audit [DBG] from='client.14562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:48:18.295 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:18 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:48:16.559683+0000 mgr.smithi031.kqtrbh (mgr.14182) 155 : cluster [DBG] pgmap v114: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 2.9 KiB/s wr, 6 op/s 2024-01-19T15:48:18.340 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:18 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:48:16.559683+0000 mgr.smithi031.kqtrbh (mgr.14182) 155 : cluster [DBG] pgmap v114: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 2.9 KiB/s wr, 6 op/s 2024-01-19T15:48:18.353 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:48:18.353 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:48:18.791 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:48:19.545 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:19 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:18.357473+0000 mgr.smithi031.kqtrbh (mgr.14182) 156 : audit [DBG] from='client.14570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:48:19.545 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:19 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:48:18.560112+0000 mgr.smithi031.kqtrbh (mgr.14182) 157 : cluster [DBG] pgmap v115: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 2.3 KiB/s wr, 5 op/s 2024-01-19T15:48:19.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:19 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:18.357473+0000 mgr.smithi031.kqtrbh (mgr.14182) 156 : audit [DBG] from='client.14570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:48:19.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:19 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:48:18.560112+0000 mgr.smithi031.kqtrbh (mgr.14182) 157 : cluster [DBG] pgmap v115: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 2.3 KiB/s wr, 5 op/s 2024-01-19T15:48:19.792 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:48:21.202 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:48:21.202 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:48:21.573 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:48:21.795 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:21 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:48:20.560840+0000 mgr.smithi031.kqtrbh (mgr.14182) 158 : cluster [DBG] pgmap v116: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 2.2 KiB/s wr, 4 op/s 2024-01-19T15:48:22.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:21 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:48:20.560840+0000 mgr.smithi031.kqtrbh (mgr.14182) 158 : cluster [DBG] pgmap v116: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 2.2 KiB/s wr, 4 op/s 2024-01-19T15:48:22.574 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:48:22.974 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:22 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:21.206684+0000 mgr.smithi031.kqtrbh (mgr.14182) 159 : audit [DBG] from='client.14574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:48:23.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:22 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:21.206684+0000 mgr.smithi031.kqtrbh (mgr.14182) 159 : audit [DBG] from='client.14574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:48:23.642 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:48:22.561506+0000 mgr.smithi031.kqtrbh (mgr.14182) 160 : cluster [DBG] pgmap v117: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1023 B/s wr, 2 op/s 2024-01-19T15:48:24.062 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:48:24.063 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:48:24.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:48:22.561506+0000 mgr.smithi031.kqtrbh (mgr.14182) 160 : cluster [DBG] pgmap v117: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1023 B/s wr, 2 op/s 2024-01-19T15:48:24.438 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:48:24.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:24 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:24.067131+0000 mgr.smithi031.kqtrbh (mgr.14182) 161 : audit [DBG] from='client.14578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:48:25.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:24 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:24.067131+0000 mgr.smithi031.kqtrbh (mgr.14182) 161 : audit [DBG] from='client.14578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:48:25.439 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:48:25.773 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:25 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:48:24.562195+0000 mgr.smithi031.kqtrbh (mgr.14182) 162 : cluster [DBG] pgmap v118: 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-19T15:48:25.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:25 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:48:24.562195+0000 mgr.smithi031.kqtrbh (mgr.14182) 162 : cluster [DBG] pgmap v118: 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-19T15:48:26.924 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:48:26.924 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:48:27.305 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:48:28.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:27 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:48:26.562663+0000 mgr.smithi031.kqtrbh (mgr.14182) 163 : cluster [DBG] pgmap v119: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 938 B/s wr, 1 op/s 2024-01-19T15:48:28.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:27 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:26.928635+0000 mgr.smithi031.kqtrbh (mgr.14182) 164 : audit [DBG] from='client.14582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:48:28.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:27 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:48:26.562663+0000 mgr.smithi031.kqtrbh (mgr.14182) 163 : cluster [DBG] pgmap v119: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 938 B/s wr, 1 op/s 2024-01-19T15:48:28.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:27 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:26.928635+0000 mgr.smithi031.kqtrbh (mgr.14182) 164 : audit [DBG] from='client.14582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:48:28.305 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:48:29.295 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:29 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:48:28.563038+0000 mgr.smithi031.kqtrbh (mgr.14182) 165 : cluster [DBG] pgmap v120: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-01-19T15:48:29.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:29 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:48:28.563038+0000 mgr.smithi031.kqtrbh (mgr.14182) 165 : cluster [DBG] pgmap v120: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-01-19T15:48:29.719 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:48:29.719 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:48:30.097 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:48:30.295 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:30 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:29.724087+0000 mgr.smithi031.kqtrbh (mgr.14182) 166 : audit [DBG] from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:48:30.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:30 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:29.724087+0000 mgr.smithi031.kqtrbh (mgr.14182) 166 : audit [DBG] from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:48:31.098 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:48:31.447 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:31 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:48:30.563485+0000 mgr.smithi031.kqtrbh (mgr.14182) 167 : cluster [DBG] pgmap v121: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-01-19T15:48:31.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:31 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:48:30.563485+0000 mgr.smithi031.kqtrbh (mgr.14182) 167 : cluster [DBG] pgmap v121: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-01-19T15:48:32.496 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:48:32.497 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:48:32.870 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:48:33.871 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:48:33.905 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:33 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:32.501250+0000 mgr.smithi031.kqtrbh (mgr.14182) 168 : audit [DBG] from='client.14590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:48:33.905 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:33 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:48:32.563945+0000 mgr.smithi031.kqtrbh (mgr.14182) 169 : cluster [DBG] pgmap v122: 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-19T15:48:34.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:33 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:32.501250+0000 mgr.smithi031.kqtrbh (mgr.14182) 168 : audit [DBG] from='client.14590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:48:34.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:33 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:48:32.563945+0000 mgr.smithi031.kqtrbh (mgr.14182) 169 : cluster [DBG] pgmap v122: 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-19T15:48:35.236 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:48:35.237 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:48:35.636 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:48:35.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:35 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:48:34.564520+0000 mgr.smithi031.kqtrbh (mgr.14182) 170 : cluster [DBG] pgmap v123: 97 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-19T15:48:36.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:35 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:48:34.564520+0000 mgr.smithi031.kqtrbh (mgr.14182) 170 : cluster [DBG] pgmap v123: 97 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-19T15:48:36.637 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:48:36.988 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:36 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:35.241266+0000 mgr.smithi031.kqtrbh (mgr.14182) 171 : audit [DBG] from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:48:37.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:36 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:35.241266+0000 mgr.smithi031.kqtrbh (mgr.14182) 171 : audit [DBG] from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:48:38.034 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:48:38.034 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:48:38.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:37 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:48:36.565125+0000 mgr.smithi031.kqtrbh (mgr.14182) 172 : cluster [DBG] pgmap v124: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:48:38.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:37 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:48:36.565125+0000 mgr.smithi031.kqtrbh (mgr.14182) 172 : cluster [DBG] pgmap v124: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:48:38.411 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:48:39.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:38 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:38.038946+0000 mgr.smithi031.kqtrbh (mgr.14182) 173 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:48:39.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:38 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:38.038946+0000 mgr.smithi031.kqtrbh (mgr.14182) 173 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:48:39.412 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:48:39.787 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:39 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:48:38.565520+0000 mgr.smithi031.kqtrbh (mgr.14182) 174 : cluster [DBG] pgmap v125: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:48:40.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:39 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:48:38.565520+0000 mgr.smithi031.kqtrbh (mgr.14182) 174 : cluster [DBG] pgmap v125: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:48:40.813 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:48:40.813 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:48:41.179 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:48:42.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:41 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:48:40.565968+0000 mgr.smithi031.kqtrbh (mgr.14182) 175 : cluster [DBG] pgmap v126: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:48:42.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:41 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:40.817564+0000 mgr.smithi031.kqtrbh (mgr.14182) 176 : audit [DBG] from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:48:42.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:41 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:48:40.565968+0000 mgr.smithi031.kqtrbh (mgr.14182) 175 : cluster [DBG] pgmap v126: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:48:42.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:41 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:40.817564+0000 mgr.smithi031.kqtrbh (mgr.14182) 176 : audit [DBG] from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:48:42.180 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:48:43.521 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:48:43.521 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:48:43.795 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:48:42.566417+0000 mgr.smithi031.kqtrbh (mgr.14182) 177 : cluster [DBG] pgmap v127: 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-19T15:48:43.894 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:48:44.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:48:42.566417+0000 mgr.smithi031.kqtrbh (mgr.14182) 177 : cluster [DBG] pgmap v127: 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-19T15:48:44.895 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:48:44.928 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:44 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:43.525245+0000 mgr.smithi031.kqtrbh (mgr.14182) 178 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:48:45.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:44 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:43.525245+0000 mgr.smithi031.kqtrbh (mgr.14182) 178 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:48:45.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:45 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:48:44.567109+0000 mgr.smithi031.kqtrbh (mgr.14182) 179 : 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-19T15:48:45.922 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:45 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:48:44.567109+0000 mgr.smithi031.kqtrbh (mgr.14182) 179 : 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-19T15:48:46.303 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:48:46.303 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:48:46.710 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:48:47.711 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:48:48.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:47 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:46.308174+0000 mgr.smithi031.kqtrbh (mgr.14182) 180 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:48:48.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:47 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:48:46.567804+0000 mgr.smithi031.kqtrbh (mgr.14182) 181 : 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-19T15:48:48.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:47 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:46.308174+0000 mgr.smithi031.kqtrbh (mgr.14182) 180 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:48:48.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:47 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:48:46.567804+0000 mgr.smithi031.kqtrbh (mgr.14182) 181 : 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-19T15:48:49.071 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:48:49.072 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:48:49.545 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:49 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:48:48.568242+0000 mgr.smithi031.kqtrbh (mgr.14182) 182 : cluster [DBG] pgmap v130: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:48:49.545 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:49 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:49.076288+0000 mgr.smithi031.kqtrbh (mgr.14182) 183 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:48:49.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:49 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:48:48.568242+0000 mgr.smithi031.kqtrbh (mgr.14182) 182 : cluster [DBG] pgmap v130: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:48:49.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:49 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:49.076288+0000 mgr.smithi031.kqtrbh (mgr.14182) 183 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:48:49.614 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:48:50.615 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:48:51.654 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:51 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:48:50.568896+0000 mgr.smithi031.kqtrbh (mgr.14182) 184 : 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-19T15:48:52.039 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:48:52.039 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:48:52.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:51 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:48:50.568896+0000 mgr.smithi031.kqtrbh (mgr.14182) 184 : 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-19T15:48:52.426 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:48:53.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:52 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:52.043963+0000 mgr.smithi031.kqtrbh (mgr.14182) 185 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:48:53.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:52 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:52.043963+0000 mgr.smithi031.kqtrbh (mgr.14182) 185 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:48:53.427 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:48:53.768 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:48:52.569411+0000 mgr.smithi031.kqtrbh (mgr.14182) 186 : cluster [DBG] pgmap v132: 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-19T15:48:54.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:48:52.569411+0000 mgr.smithi031.kqtrbh (mgr.14182) 186 : cluster [DBG] pgmap v132: 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-19T15:48:54.848 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:48:54.848 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:48:55.217 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:48:55.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:55 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:48:54.569807+0000 mgr.smithi031.kqtrbh (mgr.14182) 187 : 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-19T15:48:55.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:55 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:54.852741+0000 mgr.smithi031.kqtrbh (mgr.14182) 188 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:48:56.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:55 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:48:54.569807+0000 mgr.smithi031.kqtrbh (mgr.14182) 187 : 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-19T15:48:56.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:55 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:54.852741+0000 mgr.smithi031.kqtrbh (mgr.14182) 188 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:48:56.218 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:48:57.562 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:48:57.562 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:48:57.856 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:57 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:48:56.570251+0000 mgr.smithi031.kqtrbh (mgr.14182) 189 : 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-19T15:48:57.934 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:48:58.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:57 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:48:56.570251+0000 mgr.smithi031.kqtrbh (mgr.14182) 189 : 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-19T15:48:58.936 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:48:58.969 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:58 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:48:57.566635+0000 mgr.smithi031.kqtrbh (mgr.14182) 190 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:48:59.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:58 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:48:57.566635+0000 mgr.smithi031.kqtrbh (mgr.14182) 190 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:48:59.987 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:48:59 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:48:58.570740+0000 mgr.smithi031.kqtrbh (mgr.14182) 191 : cluster [DBG] pgmap v135: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:49:00.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:48:59 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:48:58.570740+0000 mgr.smithi031.kqtrbh (mgr.14182) 191 : cluster [DBG] pgmap v135: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:49:00.368 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:49:00.368 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:49:00.741 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:49:01.742 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:49:02.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:49:01 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:49:00.373038+0000 mgr.smithi031.kqtrbh (mgr.14182) 192 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:49:02.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:49:01 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:49:00.571220+0000 mgr.smithi031.kqtrbh (mgr.14182) 193 : 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-19T15:49:02.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:49:01 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:49:00.373038+0000 mgr.smithi031.kqtrbh (mgr.14182) 192 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:49:02.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:49:01 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:49:00.571220+0000 mgr.smithi031.kqtrbh (mgr.14182) 193 : 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-19T15:49:03.078 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:49:03.079 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:49:03.466 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:49:03.795 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:49:03 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:49:02.571661+0000 mgr.smithi031.kqtrbh (mgr.14182) 194 : cluster [DBG] pgmap v137: 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-19T15:49:03.795 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:49:03 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:49:03.083546+0000 mgr.smithi031.kqtrbh (mgr.14182) 195 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:49:04.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:49:03 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:49:02.571661+0000 mgr.smithi031.kqtrbh (mgr.14182) 194 : cluster [DBG] pgmap v137: 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-19T15:49:04.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:49:03 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:49:03.083546+0000 mgr.smithi031.kqtrbh (mgr.14182) 195 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:49:04.466 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:49:05.795 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:49:05 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:49:04.572104+0000 mgr.smithi031.kqtrbh (mgr.14182) 196 : 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-19T15:49:05.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:49:05 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:49:04.572104+0000 mgr.smithi031.kqtrbh (mgr.14182) 196 : 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-19T15:49:05.895 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:49:05.895 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:49:06.273 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:49:07.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:49:06 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:49:05.899563+0000 mgr.smithi031.kqtrbh (mgr.14182) 197 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:49:07.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:49:06 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:49:05.899563+0000 mgr.smithi031.kqtrbh (mgr.14182) 197 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:49:07.274 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:49:07.968 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:49:07 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:49:06.572813+0000 mgr.smithi031.kqtrbh (mgr.14182) 198 : 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-19T15:49:08.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:49:07 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:49:06.572813+0000 mgr.smithi031.kqtrbh (mgr.14182) 198 : 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-19T15:49:08.647 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:49:08.647 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:49:09.024 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:49:09.294 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:49:09 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:49:08.573172+0000 mgr.smithi031.kqtrbh (mgr.14182) 199 : cluster [DBG] pgmap v140: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:49:09.295 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:49:09 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:49:08.651734+0000 mgr.smithi031.kqtrbh (mgr.14182) 200 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:49:09.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:49:09 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:49:08.573172+0000 mgr.smithi031.kqtrbh (mgr.14182) 199 : cluster [DBG] pgmap v140: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:49:09.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:49:09 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:49:08.651734+0000 mgr.smithi031.kqtrbh (mgr.14182) 200 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:49:10.025 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:49:11.392 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:49:11.392 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:49:11.722 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:49:11 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:49:10.573609+0000 mgr.smithi031.kqtrbh (mgr.14182) 201 : 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-19T15:49:11.764 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:49:12.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:49:11 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:49:10.573609+0000 mgr.smithi031.kqtrbh (mgr.14182) 201 : 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-19T15:49:12.765 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:49:13.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:49:12 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:49:11.396502+0000 mgr.smithi031.kqtrbh (mgr.14182) 202 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:49:13.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:49:12 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:49:11.396502+0000 mgr.smithi031.kqtrbh (mgr.14182) 202 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:49:13.743 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:49:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:49:12.574196+0000 mgr.smithi031.kqtrbh (mgr.14182) 203 : cluster [DBG] pgmap v142: 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-19T15:49:14.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:49:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:49:12.574196+0000 mgr.smithi031.kqtrbh (mgr.14182) 203 : cluster [DBG] pgmap v142: 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-19T15:49:14.115 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:49:14.115 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:49:14.488 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:49:15.489 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:49:15.795 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:49:15 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:49:14.120045+0000 mgr.smithi031.kqtrbh (mgr.14182) 204 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:49:15.795 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:49:15 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:49:14.574730+0000 mgr.smithi031.kqtrbh (mgr.14182) 205 : 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-19T15:49:15.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:49:15 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:49:14.120045+0000 mgr.smithi031.kqtrbh (mgr.14182) 204 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:49:15.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:49:15 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:49:14.574730+0000 mgr.smithi031.kqtrbh (mgr.14182) 205 : 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-19T15:49:16.823 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:49:16.823 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:49:17.187 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:49:18.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:49:17 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:49:16.575168+0000 mgr.smithi031.kqtrbh (mgr.14182) 206 : 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-19T15:49:18.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:49:17 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:49:16.827040+0000 mgr.smithi031.kqtrbh (mgr.14182) 207 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:49:18.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:49:17 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:49:16.575168+0000 mgr.smithi031.kqtrbh (mgr.14182) 206 : 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-19T15:49:18.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:49:17 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:49:16.827040+0000 mgr.smithi031.kqtrbh (mgr.14182) 207 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:49:18.189 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:49:19.250 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:49:19 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:49:18.575535+0000 mgr.smithi031.kqtrbh (mgr.14182) 208 : cluster [DBG] pgmap v145: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:49:19.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:49:19 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:49:18.575535+0000 mgr.smithi031.kqtrbh (mgr.14182) 208 : cluster [DBG] pgmap v145: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:49:19.606 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:49:19.606 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:49:20.004 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:49:20.294 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:49:20 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:49:19.611080+0000 mgr.smithi031.kqtrbh (mgr.14182) 209 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:49:20.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:49:20 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:49:19.611080+0000 mgr.smithi031.kqtrbh (mgr.14182) 209 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:49:21.006 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:49:21.294 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:49:21 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:49:20.576314+0000 mgr.smithi031.kqtrbh (mgr.14182) 210 : 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-19T15:49:21.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:49:21 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:49:20.576314+0000 mgr.smithi031.kqtrbh (mgr.14182) 210 : 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-19T15:49:22.367 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:49:22.367 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:49:22.737 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:49:23.740 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:49:24.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:49:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:49:22.372068+0000 mgr.smithi031.kqtrbh (mgr.14182) 211 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:49:24.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:49:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:49:22.576927+0000 mgr.smithi031.kqtrbh (mgr.14182) 212 : cluster [DBG] pgmap v147: 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-19T15:49:24.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:49:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:49:22.372068+0000 mgr.smithi031.kqtrbh (mgr.14182) 211 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:49:24.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:49:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:49:22.576927+0000 mgr.smithi031.kqtrbh (mgr.14182) 212 : cluster [DBG] pgmap v147: 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-19T15:49:25.178 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:49:25.179 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:49:25.545 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:49:25.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:49:25 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:49:24.577590+0000 mgr.smithi031.kqtrbh (mgr.14182) 213 : 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-19T15:49:25.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:49:25 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:49:24.577590+0000 mgr.smithi031.kqtrbh (mgr.14182) 213 : 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-19T15:49:26.546 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:49:26.896 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:49:26 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:49:25.183059+0000 mgr.smithi031.kqtrbh (mgr.14182) 214 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:49:27.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:49:26 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:49:25.183059+0000 mgr.smithi031.kqtrbh (mgr.14182) 214 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:49:27.795 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:49:27 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:49:26.578205+0000 mgr.smithi031.kqtrbh (mgr.14182) 215 : 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-19T15:49:27.874 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:49:27.874 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:49:28.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:49:27 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:49:26.578205+0000 mgr.smithi031.kqtrbh (mgr.14182) 215 : 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-19T15:49:28.244 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:49:29.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:49:28 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:49:27.878682+0000 mgr.smithi031.kqtrbh (mgr.14182) 216 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:49:29.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:49:28 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:49:27.878682+0000 mgr.smithi031.kqtrbh (mgr.14182) 216 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:49:29.245 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:49:29.981 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:49:29 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:49:28.578645+0000 mgr.smithi031.kqtrbh (mgr.14182) 217 : cluster [DBG] pgmap v150: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:49:30.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:49:29 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:49:28.578645+0000 mgr.smithi031.kqtrbh (mgr.14182) 217 : cluster [DBG] pgmap v150: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:49:30.743 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:49:30.743 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:49:31.102 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:49:32.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:49:31 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:49:30.579085+0000 mgr.smithi031.kqtrbh (mgr.14182) 218 : 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-19T15:49:32.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:49:31 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:49:30.747894+0000 mgr.smithi031.kqtrbh (mgr.14182) 219 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:49:32.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:49:31 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:49:30.579085+0000 mgr.smithi031.kqtrbh (mgr.14182) 218 : 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-19T15:49:32.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:49:31 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:49:30.747894+0000 mgr.smithi031.kqtrbh (mgr.14182) 219 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:49:32.103 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:49:33.492 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:49:33.492 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:49:33.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:49:33 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:49:32.579539+0000 mgr.smithi031.kqtrbh (mgr.14182) 220 : cluster [DBG] pgmap v152: 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-19T15:49:33.852 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:49:34.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:49:33 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:49:32.579539+0000 mgr.smithi031.kqtrbh (mgr.14182) 220 : cluster [DBG] pgmap v152: 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-19T15:49:34.853 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:49:35.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:49:34 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:49:33.496826+0000 mgr.smithi031.kqtrbh (mgr.14182) 221 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:49:35.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:49:34 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:49:33.496826+0000 mgr.smithi031.kqtrbh (mgr.14182) 221 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:49:35.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:49:35 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:49:34.580036+0000 mgr.smithi031.kqtrbh (mgr.14182) 222 : 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-19T15:49:35.863 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:49:35 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:49:34.580036+0000 mgr.smithi031.kqtrbh (mgr.14182) 222 : 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-19T15:49:36.228 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:49:36.229 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:49:36.612 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:49:37.614 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:49:37.954 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:49:37 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:49:36.233269+0000 mgr.smithi031.kqtrbh (mgr.14182) 223 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:49:37.954 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:49:37 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:49:36.580499+0000 mgr.smithi031.kqtrbh (mgr.14182) 224 : 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-19T15:49:38.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:49:37 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:49:36.233269+0000 mgr.smithi031.kqtrbh (mgr.14182) 223 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:49:38.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:49:37 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:49:36.580499+0000 mgr.smithi031.kqtrbh (mgr.14182) 224 : 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-19T15:49:38.990 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:49:38.990 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:49:39.015 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:49:38 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:49:37.669850+0000 mon.smithi031 (mon.0) 647 : cluster [DBG] mgrmap e21: smithi031.kqtrbh(active, since 4m), standbys: smithi089.jtfmpb 2024-01-19T15:49:39.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:49:38 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:49:37.669850+0000 mon.smithi031 (mon.0) 647 : cluster [DBG] mgrmap e21: smithi031.kqtrbh(active, since 4m), standbys: smithi089.jtfmpb 2024-01-19T15:49:39.402 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:49:40.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:49:39 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:49:38.580857+0000 mgr.smithi031.kqtrbh (mgr.14182) 225 : cluster [DBG] pgmap v155: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:49:40.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:49:39 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:49:38.994639+0000 mgr.smithi031.kqtrbh (mgr.14182) 226 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:49:40.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:49:39 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:49:38.580857+0000 mgr.smithi031.kqtrbh (mgr.14182) 225 : cluster [DBG] pgmap v155: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:49:40.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:49:39 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:49:38.994639+0000 mgr.smithi031.kqtrbh (mgr.14182) 226 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:49:40.403 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:49:41.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:49:41 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:49:40.581486+0000 mgr.smithi031.kqtrbh (mgr.14182) 227 : cluster [DBG] pgmap v156: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-01-19T15:49:41.823 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:49:41.823 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:49:42.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:49:41 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:49:40.581486+0000 mgr.smithi031.kqtrbh (mgr.14182) 227 : cluster [DBG] pgmap v156: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-01-19T15:49:42.211 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:49:43.047 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:49:42 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:49:41.828057+0000 mgr.smithi031.kqtrbh (mgr.14182) 228 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:49:43.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:49:42 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:49:41.828057+0000 mgr.smithi031.kqtrbh (mgr.14182) 228 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:49:43.212 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:49:43.929 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:49:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:49:42.582019+0000 mgr.smithi031.kqtrbh (mgr.14182) 229 : cluster [DBG] pgmap v157: 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-19T15:49:44.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:49:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:49:42.582019+0000 mgr.smithi031.kqtrbh (mgr.14182) 229 : cluster [DBG] pgmap v157: 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-19T15:49:44.626 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:49:44.626 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:49:45.010 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:49:45.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:49:45 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:49:44.582409+0000 mgr.smithi031.kqtrbh (mgr.14182) 230 : cluster [DBG] pgmap v158: 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-19T15:49:45.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:49:45 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:49:44.631198+0000 mgr.smithi031.kqtrbh (mgr.14182) 231 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:49:46.011 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:49:46.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:49:45 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:49:44.582409+0000 mgr.smithi031.kqtrbh (mgr.14182) 230 : cluster [DBG] pgmap v158: 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-19T15:49:46.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:49:45 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:49:44.631198+0000 mgr.smithi031.kqtrbh (mgr.14182) 231 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:49:47.408 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:49:47.408 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:49:47.765 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:49:47 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:49:46.582832+0000 mgr.smithi031.kqtrbh (mgr.14182) 232 : cluster [DBG] pgmap v159: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-01-19T15:49:47.832 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:49:48.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:49:47 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:49:46.582832+0000 mgr.smithi031.kqtrbh (mgr.14182) 232 : cluster [DBG] pgmap v159: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-01-19T15:49:48.833 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:49:49.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:49:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:49:47.412677+0000 mgr.smithi031.kqtrbh (mgr.14182) 233 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:49:49.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:49:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:49:47.412677+0000 mgr.smithi031.kqtrbh (mgr.14182) 233 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:49:49.887 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:49:49 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:49:48.583422+0000 mgr.smithi031.kqtrbh (mgr.14182) 234 : cluster [DBG] pgmap v160: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-01-19T15:49:50.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:49:49 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:49:48.583422+0000 mgr.smithi031.kqtrbh (mgr.14182) 234 : cluster [DBG] pgmap v160: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-01-19T15:49:50.262 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:49:50.262 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:49:50.658 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:49:51.660 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:49:52.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:49:51 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:49:50.266749+0000 mgr.smithi031.kqtrbh (mgr.14182) 235 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:49:52.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:49:51 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:49:50.583948+0000 mgr.smithi031.kqtrbh (mgr.14182) 236 : 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-19T15:49:52.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:49:51 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:49:50.266749+0000 mgr.smithi031.kqtrbh (mgr.14182) 235 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:49:52.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:49:51 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:49:50.583948+0000 mgr.smithi031.kqtrbh (mgr.14182) 236 : 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-19T15:49:53.076 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:49:53.077 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:49:53.457 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:49:54.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:49:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:49:52.584388+0000 mgr.smithi031.kqtrbh (mgr.14182) 237 : cluster [DBG] pgmap v162: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:49:54.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:49:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:49:53.081829+0000 mgr.smithi031.kqtrbh (mgr.14182) 238 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:49:54.092 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:49:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:49:52.584388+0000 mgr.smithi031.kqtrbh (mgr.14182) 237 : cluster [DBG] pgmap v162: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:49:54.092 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:49:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:49:53.081829+0000 mgr.smithi031.kqtrbh (mgr.14182) 238 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:49:54.457 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:49:55.795 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:49:55 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:49:54.584796+0000 mgr.smithi031.kqtrbh (mgr.14182) 239 : 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, 0 op/s 2024-01-19T15:49:55.838 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:49:55.838 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:49:55.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:49:55 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:49:54.584796+0000 mgr.smithi031.kqtrbh (mgr.14182) 239 : 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, 0 op/s 2024-01-19T15:49:56.315 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:49:57.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:49:56 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:49:55.843189+0000 mgr.smithi031.kqtrbh (mgr.14182) 240 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:49:57.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:49:56 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:49:55.843189+0000 mgr.smithi031.kqtrbh (mgr.14182) 240 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:49:57.316 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:49:58.001 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:49:57 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:49:56.585380+0000 mgr.smithi031.kqtrbh (mgr.14182) 241 : cluster [DBG] pgmap v164: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:49:58.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:49:57 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:49:56.585380+0000 mgr.smithi031.kqtrbh (mgr.14182) 241 : cluster [DBG] pgmap v164: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:49:58.675 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:49:58.675 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:49:59.047 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:49:59.294 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:49:59 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:49:58.585761+0000 mgr.smithi031.kqtrbh (mgr.14182) 242 : cluster [DBG] pgmap v165: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:49:59.294 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:49:59 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:49:58.680070+0000 mgr.smithi031.kqtrbh (mgr.14182) 243 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:49:59.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:49:59 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:49:58.585761+0000 mgr.smithi031.kqtrbh (mgr.14182) 242 : cluster [DBG] pgmap v165: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:49:59.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:49:59 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:49:58.680070+0000 mgr.smithi031.kqtrbh (mgr.14182) 243 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:50:00.049 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:50:00.427 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:00 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:50:00.000165+0000 mon.smithi031 (mon.0) 648 : cluster [INF] overall HEALTH_OK 2024-01-19T15:50:00.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:00 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:50:00.000165+0000 mon.smithi031 (mon.0) 648 : cluster [INF] overall HEALTH_OK 2024-01-19T15:50:01.477 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:50:01.477 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:50:01.497 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:01 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:50:00.586296+0000 mgr.smithi031.kqtrbh (mgr.14182) 244 : cluster [DBG] pgmap v166: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:50:01.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:01 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:50:00.586296+0000 mgr.smithi031.kqtrbh (mgr.14182) 244 : cluster [DBG] pgmap v166: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:50:01.877 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:50:02.544 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:02 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:50:01.481456+0000 mgr.smithi031.kqtrbh (mgr.14182) 245 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:50:02.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:02 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:50:01.481456+0000 mgr.smithi031.kqtrbh (mgr.14182) 245 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:50:02.878 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:50:03.223 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:03 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:50:02.587139+0000 mgr.smithi031.kqtrbh (mgr.14182) 246 : cluster [DBG] pgmap v167: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:50:03.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:03 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:50:02.587139+0000 mgr.smithi031.kqtrbh (mgr.14182) 246 : cluster [DBG] pgmap v167: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:50:04.304 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:50:04.304 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:50:04.701 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:50:05.702 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:50:05.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:05 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:50:04.309341+0000 mgr.smithi031.kqtrbh (mgr.14182) 247 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:50:05.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:05 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:50:04.587592+0000 mgr.smithi031.kqtrbh (mgr.14182) 248 : 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-19T15:50:06.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:05 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:50:04.309341+0000 mgr.smithi031.kqtrbh (mgr.14182) 247 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:50:06.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:05 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:50:04.587592+0000 mgr.smithi031.kqtrbh (mgr.14182) 248 : 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-19T15:50:07.076 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:50:07.077 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:50:07.455 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:50:08.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:07 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:50:06.588058+0000 mgr.smithi031.kqtrbh (mgr.14182) 249 : 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-19T15:50:08.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:07 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:50:07.081579+0000 mgr.smithi031.kqtrbh (mgr.14182) 250 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:50:08.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:07 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:50:06.588058+0000 mgr.smithi031.kqtrbh (mgr.14182) 249 : 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-19T15:50:08.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:07 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:50:07.081579+0000 mgr.smithi031.kqtrbh (mgr.14182) 250 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:50:08.456 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:50:09.427 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:09 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:50:08.588445+0000 mgr.smithi031.kqtrbh (mgr.14182) 251 : cluster [DBG] pgmap v170: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:50:09.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:09 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:50:08.588445+0000 mgr.smithi031.kqtrbh (mgr.14182) 251 : cluster [DBG] pgmap v170: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:50:09.930 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:50:09.931 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:50:10.286 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:10 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:50:09.935588+0000 mgr.smithi031.kqtrbh (mgr.14182) 252 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:50:10.313 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:50:10.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:10 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:50:09.935588+0000 mgr.smithi031.kqtrbh (mgr.14182) 252 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:50:11.314 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:50:11.544 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:11 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:50:10.588899+0000 mgr.smithi031.kqtrbh (mgr.14182) 253 : 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-19T15:50:11.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:11 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:50:10.588899+0000 mgr.smithi031.kqtrbh (mgr.14182) 253 : 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-19T15:50:12.782 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:50:12.782 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:50:13.179 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:50:14.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:50:12.589438+0000 mgr.smithi031.kqtrbh (mgr.14182) 254 : cluster [DBG] pgmap v172: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:50:14.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:50:12.787163+0000 mgr.smithi031.kqtrbh (mgr.14182) 255 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:50:14.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:50:12.589438+0000 mgr.smithi031.kqtrbh (mgr.14182) 254 : cluster [DBG] pgmap v172: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:50:14.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:50:12.787163+0000 mgr.smithi031.kqtrbh (mgr.14182) 255 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:50:14.180 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:50:15.576 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:50:15.576 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:50:15.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:15 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:50:14.590064+0000 mgr.smithi031.kqtrbh (mgr.14182) 256 : 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-19T15:50:15.860 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:15 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:50:14.590064+0000 mgr.smithi031.kqtrbh (mgr.14182) 256 : 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-19T15:50:15.944 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:50:16.945 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:50:16.980 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:16 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:50:15.581142+0000 mgr.smithi031.kqtrbh (mgr.14182) 257 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:50:17.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:16 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:50:15.581142+0000 mgr.smithi031.kqtrbh (mgr.14182) 257 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:50:17.957 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:17 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:50:16.590796+0000 mgr.smithi031.kqtrbh (mgr.14182) 258 : 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-19T15:50:18.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:17 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:50:16.590796+0000 mgr.smithi031.kqtrbh (mgr.14182) 258 : 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-19T15:50:18.314 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:50:18.314 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:50:18.678 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:50:19.544 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:19 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:50:18.319428+0000 mgr.smithi031.kqtrbh (mgr.14182) 259 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:50:19.544 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:19 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:50:18.591316+0000 mgr.smithi031.kqtrbh (mgr.14182) 260 : cluster [DBG] pgmap v175: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:50:19.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:19 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:50:18.319428+0000 mgr.smithi031.kqtrbh (mgr.14182) 259 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:50:19.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:19 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:50:18.591316+0000 mgr.smithi031.kqtrbh (mgr.14182) 260 : cluster [DBG] pgmap v175: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:50:19.679 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:50:21.076 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:50:21.076 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:50:21.443 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:50:21.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:21 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:50:20.591879+0000 mgr.smithi031.kqtrbh (mgr.14182) 261 : 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-19T15:50:21.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:21 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:50:21.080985+0000 mgr.smithi031.kqtrbh (mgr.14182) 262 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:50:22.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:21 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:50:20.591879+0000 mgr.smithi031.kqtrbh (mgr.14182) 261 : 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-19T15:50:22.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:21 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:50:21.080985+0000 mgr.smithi031.kqtrbh (mgr.14182) 262 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:50:22.444 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:50:23.795 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:50:22.592323+0000 mgr.smithi031.kqtrbh (mgr.14182) 263 : cluster [DBG] pgmap v177: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:50:23.907 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:50:23.907 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:50:24.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:50:22.592323+0000 mgr.smithi031.kqtrbh (mgr.14182) 263 : cluster [DBG] pgmap v177: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:50:24.269 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:50:25.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:24 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:50:23.912321+0000 mgr.smithi031.kqtrbh (mgr.14182) 264 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:50:25.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:24 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:50:23.912321+0000 mgr.smithi031.kqtrbh (mgr.14182) 264 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:50:25.271 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:50:25.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:25 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:50:24.592814+0000 mgr.smithi031.kqtrbh (mgr.14182) 265 : 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-19T15:50:25.947 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:25 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:50:24.592814+0000 mgr.smithi031.kqtrbh (mgr.14182) 265 : 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-19T15:50:26.639 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:50:26.639 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:50:27.051 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:50:28.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:27 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:50:26.593263+0000 mgr.smithi031.kqtrbh (mgr.14182) 266 : 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-19T15:50:28.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:27 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:50:26.643978+0000 mgr.smithi031.kqtrbh (mgr.14182) 267 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:50:28.052 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:50:28.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:27 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:50:26.593263+0000 mgr.smithi031.kqtrbh (mgr.14182) 266 : 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-19T15:50:28.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:27 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:50:26.643978+0000 mgr.smithi031.kqtrbh (mgr.14182) 267 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:50:29.489 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:50:29.489 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:50:29.518 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:29 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:50:28.593644+0000 mgr.smithi031.kqtrbh (mgr.14182) 268 : cluster [DBG] pgmap v180: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:50:29.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:29 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:50:28.593644+0000 mgr.smithi031.kqtrbh (mgr.14182) 268 : cluster [DBG] pgmap v180: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:50:29.898 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:50:30.544 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:30 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:50:29.493965+0000 mgr.smithi031.kqtrbh (mgr.14182) 269 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:50:30.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:30 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:50:29.493965+0000 mgr.smithi031.kqtrbh (mgr.14182) 269 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:50:30.899 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:50:31.244 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:31 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:50:30.594267+0000 mgr.smithi031.kqtrbh (mgr.14182) 270 : 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-19T15:50:31.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:31 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:50:30.594267+0000 mgr.smithi031.kqtrbh (mgr.14182) 270 : 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-19T15:50:32.321 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:50:32.321 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:50:32.701 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:50:33.702 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:50:34.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:33 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:50:32.325740+0000 mgr.smithi031.kqtrbh (mgr.14182) 271 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:50:34.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:33 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:50:32.594712+0000 mgr.smithi031.kqtrbh (mgr.14182) 272 : cluster [DBG] pgmap v182: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:50:34.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:33 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:50:32.325740+0000 mgr.smithi031.kqtrbh (mgr.14182) 271 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:50:34.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:33 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:50:32.594712+0000 mgr.smithi031.kqtrbh (mgr.14182) 272 : cluster [DBG] pgmap v182: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:50:35.112 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:50:35.112 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:50:35.468 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:50:35.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:35 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:50:34.595126+0000 mgr.smithi031.kqtrbh (mgr.14182) 273 : 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-19T15:50:35.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:35 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:50:34.595126+0000 mgr.smithi031.kqtrbh (mgr.14182) 273 : 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-19T15:50:36.469 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:50:36.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:36 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:50:35.117328+0000 mgr.smithi031.kqtrbh (mgr.14182) 274 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:50:37.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:36 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:50:35.117328+0000 mgr.smithi031.kqtrbh (mgr.14182) 274 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:50:37.785 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:50:37.785 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:50:37.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:37 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:50:36.595630+0000 mgr.smithi031.kqtrbh (mgr.14182) 275 : 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-19T15:50:38.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:37 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:50:36.595630+0000 mgr.smithi031.kqtrbh (mgr.14182) 275 : 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-19T15:50:38.167 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:50:39.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:38 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:50:37.789465+0000 mgr.smithi031.kqtrbh (mgr.14182) 276 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:50:39.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:38 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:50:37.789465+0000 mgr.smithi031.kqtrbh (mgr.14182) 276 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:50:39.168 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:50:39.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:39 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:50:38.596159+0000 mgr.smithi031.kqtrbh (mgr.14182) 277 : cluster [DBG] pgmap v185: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:50:40.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:39 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:50:38.596159+0000 mgr.smithi031.kqtrbh (mgr.14182) 277 : cluster [DBG] pgmap v185: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:50:40.569 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:50:40.569 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:50:40.992 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:50:41.994 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:50:42.027 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:41 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:50:40.573808+0000 mgr.smithi031.kqtrbh (mgr.14182) 278 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:50:42.027 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:41 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:50:40.596642+0000 mgr.smithi031.kqtrbh (mgr.14182) 279 : 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-19T15:50:42.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:41 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:50:40.573808+0000 mgr.smithi031.kqtrbh (mgr.14182) 278 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:50:42.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:41 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:50:40.596642+0000 mgr.smithi031.kqtrbh (mgr.14182) 279 : 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-19T15:50:43.355 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:50:43.355 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:50:43.731 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:50:44.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:50:42.597113+0000 mgr.smithi031.kqtrbh (mgr.14182) 280 : cluster [DBG] pgmap v187: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:50:44.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:50:42.703928+0000 mgr.smithi031.kqtrbh (mgr.14182) 281 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk 2024-01-19T15:50:44.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk 2024-01-19T15:50:44.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk 2024-01-19T15:50:44.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk 2024-01-19T15:50:44.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: Deploy daemon haproxy.nfs.foo.smithi089.mfjjvk ... 2024-01-19T15:50:44.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T15:50:44.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-19T15:50:44.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr time="2024-01-19T15:48:50Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:50:44.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr time="2024-01-19T15:49:27Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:50:44.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr time="2024-01-19T15:50:05Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:50:44.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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-19T15:50:44.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T15:50:44.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: Traceback (most recent call last): 2024-01-19T15:50:44.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-19T15:50:44.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: yield (conn, connr) 2024-01-19T15:50:44.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-19T15:50:44.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: code, '\n'.join(err))) 2024-01-19T15:50:44.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk 2024-01-19T15:50:44.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk 2024-01-19T15:50:44.047 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk 2024-01-19T15:50:44.047 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk 2024-01-19T15:50:44.047 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: Deploy daemon haproxy.nfs.foo.smithi089.mfjjvk ... 2024-01-19T15:50:44.047 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T15:50:44.047 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-19T15:50:44.047 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr time="2024-01-19T15:48:50Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:50:44.047 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr time="2024-01-19T15:49:27Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:50:44.047 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr time="2024-01-19T15:50:05Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:50:44.047 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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-19T15:50:44.047 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T15:50:44.047 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:50:42.704088+0000 mgr.smithi031.kqtrbh (mgr.14182) 282 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi089.mfjjvk 2024-01-19T15:50:44.047 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:50:42.704358+0000 mon.smithi031 (mon.0) 649 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi089.mfjjvk"}]: dispatch 2024-01-19T15:50:44.047 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:50:42.704936+0000 mgr.smithi031.kqtrbh (mgr.14182) 283 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk 2024-01-19T15:50:44.047 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk 2024-01-19T15:50:44.047 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk 2024-01-19T15:50:44.048 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk 2024-01-19T15:50:44.048 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: Deploy daemon haproxy.nfs.foo.smithi089.mfjjvk ... 2024-01-19T15:50:44.048 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T15:50:44.048 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-19T15:50:44.048 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr time="2024-01-19T15:48:50Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:50:44.048 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr time="2024-01-19T15:49:27Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:50:44.048 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr time="2024-01-19T15:50:05Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:50:44.048 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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-19T15:50:44.048 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T15:50:44.048 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:50:42.706362+0000 mgr.smithi031.kqtrbh (mgr.14182) 284 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi031.sxrnmr on smithi031 2024-01-19T15:50:44.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:50:42.597113+0000 mgr.smithi031.kqtrbh (mgr.14182) 280 : cluster [DBG] pgmap v187: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:50:44.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:50:42.703928+0000 mgr.smithi031.kqtrbh (mgr.14182) 281 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk 2024-01-19T15:50:44.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk 2024-01-19T15:50:44.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk 2024-01-19T15:50:44.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk 2024-01-19T15:50:44.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: Deploy daemon haproxy.nfs.foo.smithi089.mfjjvk ... 2024-01-19T15:50:44.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T15:50:44.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-19T15:50:44.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr time="2024-01-19T15:48:50Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:50:44.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr time="2024-01-19T15:49:27Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:50:44.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr time="2024-01-19T15:50:05Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:50:44.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: 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-19T15:50:44.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T15:50:44.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: Traceback (most recent call last): 2024-01-19T15:50:44.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-19T15:50:44.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: yield (conn, connr) 2024-01-19T15:50:44.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-19T15:50:44.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: code, '\n'.join(err))) 2024-01-19T15:50:44.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: 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-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk 2024-01-19T15:50:44.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk 2024-01-19T15:50:44.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk 2024-01-19T15:50:44.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk 2024-01-19T15:50:44.092 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: Deploy daemon haproxy.nfs.foo.smithi089.mfjjvk ... 2024-01-19T15:50:44.092 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T15:50:44.092 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-19T15:50:44.092 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr time="2024-01-19T15:48:50Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:50:44.092 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr time="2024-01-19T15:49:27Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:50:44.092 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr time="2024-01-19T15:50:05Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:50:44.092 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: 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-19T15:50:44.092 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T15:50:44.092 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:50:42.704088+0000 mgr.smithi031.kqtrbh (mgr.14182) 282 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi089.mfjjvk 2024-01-19T15:50:44.092 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:50:42.704358+0000 mon.smithi031 (mon.0) 649 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi089.mfjjvk"}]: dispatch 2024-01-19T15:50:44.092 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:50:42.704936+0000 mgr.smithi031.kqtrbh (mgr.14182) 283 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk 2024-01-19T15:50:44.092 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk 2024-01-19T15:50:44.092 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk 2024-01-19T15:50:44.092 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk 2024-01-19T15:50:44.093 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: Deploy daemon haproxy.nfs.foo.smithi089.mfjjvk ... 2024-01-19T15:50:44.093 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T15:50:44.093 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-19T15:50:44.093 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr time="2024-01-19T15:48:50Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:50:44.093 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr time="2024-01-19T15:49:27Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:50:44.093 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr time="2024-01-19T15:50:05Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:50:44.093 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: 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-19T15:50:44.093 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T15:50:44.093 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:50:42.706362+0000 mgr.smithi031.kqtrbh (mgr.14182) 284 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi031.sxrnmr on smithi031 2024-01-19T15:50:44.733 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:50:45.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:44 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:50:43.359888+0000 mgr.smithi031.kqtrbh (mgr.14182) 285 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:50:45.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:44 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:50:43.359888+0000 mgr.smithi031.kqtrbh (mgr.14182) 285 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:50:45.747 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:45 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:50:44.597678+0000 mgr.smithi031.kqtrbh (mgr.14182) 286 : 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-19T15:50:45.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:45 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:50:44.597678+0000 mgr.smithi031.kqtrbh (mgr.14182) 286 : 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-19T15:50:46.120 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:50:46.120 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:50:46.489 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:50:47.490 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:50:47.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:47 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:50:46.125401+0000 mgr.smithi031.kqtrbh (mgr.14182) 287 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:50:47.795 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:47 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:50:46.598190+0000 mgr.smithi031.kqtrbh (mgr.14182) 288 : 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-19T15:50:48.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:47 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:50:46.125401+0000 mgr.smithi031.kqtrbh (mgr.14182) 287 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:50:48.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:47 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:50:46.598190+0000 mgr.smithi031.kqtrbh (mgr.14182) 288 : 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-19T15:50:48.861 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:50:48.862 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:50:49.231 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:50:49.544 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:49 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:50:48.598567+0000 mgr.smithi031.kqtrbh (mgr.14182) 289 : cluster [DBG] pgmap v190: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:50:49.544 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:49 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:50:48.865936+0000 mgr.smithi031.kqtrbh (mgr.14182) 290 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:50:49.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:49 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:50:48.598567+0000 mgr.smithi031.kqtrbh (mgr.14182) 289 : cluster [DBG] pgmap v190: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:50:49.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:49 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:50:48.865936+0000 mgr.smithi031.kqtrbh (mgr.14182) 290 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:50:50.232 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:50:51.627 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:50:51.627 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:50:51.962 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:51 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:50:50.599094+0000 mgr.smithi031.kqtrbh (mgr.14182) 291 : 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-19T15:50:52.018 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:50:52.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:51 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:50:50.599094+0000 mgr.smithi031.kqtrbh (mgr.14182) 291 : 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-19T15:50:53.019 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:50:53.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:52 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:50:51.631691+0000 mgr.smithi031.kqtrbh (mgr.14182) 292 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:50:53.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:52 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:50:51.631691+0000 mgr.smithi031.kqtrbh (mgr.14182) 292 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:50:54.033 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:50:52.599816+0000 mgr.smithi031.kqtrbh (mgr.14182) 293 : cluster [DBG] pgmap v192: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:50:54.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:50:52.599816+0000 mgr.smithi031.kqtrbh (mgr.14182) 293 : cluster [DBG] pgmap v192: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:50:54.392 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:50:54.392 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:50:54.771 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:50:55.772 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:50:55.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:55 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:50:54.397327+0000 mgr.smithi031.kqtrbh (mgr.14182) 294 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:50:55.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:55 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:50:54.600248+0000 mgr.smithi031.kqtrbh (mgr.14182) 295 : 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-19T15:50:56.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:55 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:50:54.397327+0000 mgr.smithi031.kqtrbh (mgr.14182) 294 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:50:56.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:55 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:50:54.600248+0000 mgr.smithi031.kqtrbh (mgr.14182) 295 : 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-19T15:50:57.136 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:50:57.136 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:50:57.603 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:50:58.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:57 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:50:56.600697+0000 mgr.smithi031.kqtrbh (mgr.14182) 296 : 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-19T15:50:58.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:57 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:50:56.600697+0000 mgr.smithi031.kqtrbh (mgr.14182) 296 : 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-19T15:50:58.605 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:50:58.956 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:58 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:50:57.140985+0000 mgr.smithi031.kqtrbh (mgr.14182) 297 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:50:59.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:58 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:50:57.140985+0000 mgr.smithi031.kqtrbh (mgr.14182) 297 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:51:00.002 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:51:00.002 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:51:00.029 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:50:59 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:50:58.601183+0000 mgr.smithi031.kqtrbh (mgr.14182) 298 : cluster [DBG] pgmap v195: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:51:00.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:50:59 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:50:58.601183+0000 mgr.smithi031.kqtrbh (mgr.14182) 298 : cluster [DBG] pgmap v195: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:51:00.409 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:51:01.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:51:00 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:51:00.006595+0000 mgr.smithi031.kqtrbh (mgr.14182) 299 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:51:01.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:51:00 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:51:00.006595+0000 mgr.smithi031.kqtrbh (mgr.14182) 299 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:51:01.410 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:51:01.731 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:51:01 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:51:00.601821+0000 mgr.smithi031.kqtrbh (mgr.14182) 300 : 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-19T15:51:02.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:51:01 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:51:00.601821+0000 mgr.smithi031.kqtrbh (mgr.14182) 300 : 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-19T15:51:02.817 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:51:02.817 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:51:03.186 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:51:04.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:51:03 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:51:02.602377+0000 mgr.smithi031.kqtrbh (mgr.14182) 301 : cluster [DBG] pgmap v197: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:51:04.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:51:03 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:51:02.821740+0000 mgr.smithi031.kqtrbh (mgr.14182) 302 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:51:04.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:51:03 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:51:02.602377+0000 mgr.smithi031.kqtrbh (mgr.14182) 301 : cluster [DBG] pgmap v197: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:51:04.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:51:03 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:51:02.821740+0000 mgr.smithi031.kqtrbh (mgr.14182) 302 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:51:04.187 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:51:05.558 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:51:05.558 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:51:05.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:51:05 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:51:04.602816+0000 mgr.smithi031.kqtrbh (mgr.14182) 303 : 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-19T15:51:05.851 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:51:05 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:51:04.602816+0000 mgr.smithi031.kqtrbh (mgr.14182) 303 : 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-19T15:51:05.936 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:51:06.937 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:51:06.972 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:51:06 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:51:05.563117+0000 mgr.smithi031.kqtrbh (mgr.14182) 304 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:51:07.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:51:06 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:51:05.563117+0000 mgr.smithi031.kqtrbh (mgr.14182) 304 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:51:07.889 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:51:07 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:51:06.603388+0000 mgr.smithi031.kqtrbh (mgr.14182) 305 : 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-19T15:51:08.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:51:07 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:51:06.603388+0000 mgr.smithi031.kqtrbh (mgr.14182) 305 : 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-19T15:51:08.293 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:51:08.293 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:51:08.670 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:51:09.544 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:51:09 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:51:08.298748+0000 mgr.smithi031.kqtrbh (mgr.14182) 306 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:51:09.544 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:51:09 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:51:08.603761+0000 mgr.smithi031.kqtrbh (mgr.14182) 307 : cluster [DBG] pgmap v200: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:51:09.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:51:09 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:51:08.298748+0000 mgr.smithi031.kqtrbh (mgr.14182) 306 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:51:09.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:51:09 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:51:08.603761+0000 mgr.smithi031.kqtrbh (mgr.14182) 307 : cluster [DBG] pgmap v200: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:51:09.671 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:51:11.089 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:51:11.090 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:51:11.503 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:51:11.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:51:11 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:51:10.604316+0000 mgr.smithi031.kqtrbh (mgr.14182) 308 : 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-19T15:51:11.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:51:11 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:51:11.094810+0000 mgr.smithi031.kqtrbh (mgr.14182) 309 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:51:12.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:51:11 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:51:10.604316+0000 mgr.smithi031.kqtrbh (mgr.14182) 308 : 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-19T15:51:12.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:51:11 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:51:11.094810+0000 mgr.smithi031.kqtrbh (mgr.14182) 309 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:51:12.504 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:51:13.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:51:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:51:12.604854+0000 mgr.smithi031.kqtrbh (mgr.14182) 310 : cluster [DBG] pgmap v202: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:51:13.930 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:51:13.931 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:51:14.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:51:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:51:12.604854+0000 mgr.smithi031.kqtrbh (mgr.14182) 310 : cluster [DBG] pgmap v202: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:51:14.335 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:51:15.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:51:14 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:51:13.935599+0000 mgr.smithi031.kqtrbh (mgr.14182) 311 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:51:15.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:51:14 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:51:13.935599+0000 mgr.smithi031.kqtrbh (mgr.14182) 311 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:51:15.336 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:51:15.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:51:15 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:51:14.605328+0000 mgr.smithi031.kqtrbh (mgr.14182) 312 : 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-19T15:51:16.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:51:15 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:51:14.605328+0000 mgr.smithi031.kqtrbh (mgr.14182) 312 : 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-19T15:51:16.715 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:51:16.715 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:51:17.085 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:51:18.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:51:17 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:51:16.605810+0000 mgr.smithi031.kqtrbh (mgr.14182) 313 : 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-19T15:51:18.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:51:17 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:51:16.720268+0000 mgr.smithi031.kqtrbh (mgr.14182) 314 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:51:18.086 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:51:18.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:51:17 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:51:16.605810+0000 mgr.smithi031.kqtrbh (mgr.14182) 313 : 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-19T15:51:18.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:51:17 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:51:16.720268+0000 mgr.smithi031.kqtrbh (mgr.14182) 314 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:51:19.545 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:51:19 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:51:18.606213+0000 mgr.smithi031.kqtrbh (mgr.14182) 315 : cluster [DBG] pgmap v205: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:51:19.562 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:51:19.562 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:51:19.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:51:19 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:51:18.606213+0000 mgr.smithi031.kqtrbh (mgr.14182) 315 : cluster [DBG] pgmap v205: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:51:19.951 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:51:20.544 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:51:20 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:51:19.567369+0000 mgr.smithi031.kqtrbh (mgr.14182) 316 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:51:20.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:51:20 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:51:19.567369+0000 mgr.smithi031.kqtrbh (mgr.14182) 316 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:51:20.952 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:51:21.294 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:51:21 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:51:20.607007+0000 mgr.smithi031.kqtrbh (mgr.14182) 317 : 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-19T15:51:21.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:51:21 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:51:20.607007+0000 mgr.smithi031.kqtrbh (mgr.14182) 317 : 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-19T15:51:22.355 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:51:22.356 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:51:22.724 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:51:23.726 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:51:24.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:51:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:51:22.360407+0000 mgr.smithi031.kqtrbh (mgr.14182) 318 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:51:24.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:51:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:51:22.607428+0000 mgr.smithi031.kqtrbh (mgr.14182) 319 : cluster [DBG] pgmap v207: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:51:24.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:51:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:51:22.360407+0000 mgr.smithi031.kqtrbh (mgr.14182) 318 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:51:24.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:51:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:51:22.607428+0000 mgr.smithi031.kqtrbh (mgr.14182) 319 : cluster [DBG] pgmap v207: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:51:25.130 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:51:25.130 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:51:25.560 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:51:25.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:51:25 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:51:24.608023+0000 mgr.smithi031.kqtrbh (mgr.14182) 320 : 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-19T15:51:25.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:51:25 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:51:24.608023+0000 mgr.smithi031.kqtrbh (mgr.14182) 320 : 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-19T15:51:26.562 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:51:26.917 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:51:26 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:51:25.134973+0000 mgr.smithi031.kqtrbh (mgr.14182) 321 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:51:27.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:51:26 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:51:25.134973+0000 mgr.smithi031.kqtrbh (mgr.14182) 321 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:51:28.013 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:51:28.013 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:51:28.034 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:51:27 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:51:26.608498+0000 mgr.smithi031.kqtrbh (mgr.14182) 322 : 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-19T15:51:28.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:51:27 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:51:26.608498+0000 mgr.smithi031.kqtrbh (mgr.14182) 322 : 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-19T15:51:28.409 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:51:29.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:51:28 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:51:28.017685+0000 mgr.smithi031.kqtrbh (mgr.14182) 323 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:51:29.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:51:28 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:51:28.017685+0000 mgr.smithi031.kqtrbh (mgr.14182) 323 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:51:29.409 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:51:29.750 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:51:29 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:51:28.608967+0000 mgr.smithi031.kqtrbh (mgr.14182) 324 : cluster [DBG] pgmap v210: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:51:30.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:51:29 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:51:28.608967+0000 mgr.smithi031.kqtrbh (mgr.14182) 324 : cluster [DBG] pgmap v210: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:51:30.808 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:51:30.808 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:51:31.191 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:51:32.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:51:31 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:51:30.609404+0000 mgr.smithi031.kqtrbh (mgr.14182) 325 : 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-19T15:51:32.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:51:31 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:51:30.812768+0000 mgr.smithi031.kqtrbh (mgr.14182) 326 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:51:32.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:51:31 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:51:30.609404+0000 mgr.smithi031.kqtrbh (mgr.14182) 325 : 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-19T15:51:32.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:51:31 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:51:30.812768+0000 mgr.smithi031.kqtrbh (mgr.14182) 326 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:51:32.192 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:51:33.662 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:51:33.662 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:51:34.013 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:51:33 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:51:32.609884+0000 mgr.smithi031.kqtrbh (mgr.14182) 327 : cluster [DBG] pgmap v212: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:51:34.070 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:51:34.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:51:33 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:51:32.609884+0000 mgr.smithi031.kqtrbh (mgr.14182) 327 : cluster [DBG] pgmap v212: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:51:35.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:51:34 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:51:33.667021+0000 mgr.smithi031.kqtrbh (mgr.14182) 328 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:51:35.071 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:51:35.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:51:34 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:51:33.667021+0000 mgr.smithi031.kqtrbh (mgr.14182) 328 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:51:35.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:51:35 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:51:34.610488+0000 mgr.smithi031.kqtrbh (mgr.14182) 329 : 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-19T15:51:36.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:51:35 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:51:34.610488+0000 mgr.smithi031.kqtrbh (mgr.14182) 329 : 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-19T15:51:36.502 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:51:36.502 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:51:36.881 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:51:37.882 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:51:38.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:51:37 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:51:36.507032+0000 mgr.smithi031.kqtrbh (mgr.14182) 330 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:51:38.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:51:37 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:51:36.611159+0000 mgr.smithi031.kqtrbh (mgr.14182) 331 : 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-19T15:51:38.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:51:37 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:51:36.507032+0000 mgr.smithi031.kqtrbh (mgr.14182) 330 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:51:38.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:51:37 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:51:36.611159+0000 mgr.smithi031.kqtrbh (mgr.14182) 331 : 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-19T15:51:39.291 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:51:39.291 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:51:39.450 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:51:39 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:51:38.611491+0000 mgr.smithi031.kqtrbh (mgr.14182) 332 : cluster [DBG] pgmap v215: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:51:39.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:51:39 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:51:38.611491+0000 mgr.smithi031.kqtrbh (mgr.14182) 332 : cluster [DBG] pgmap v215: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:51:39.681 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:51:40.544 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:51:40 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:51:39.296258+0000 mgr.smithi031.kqtrbh (mgr.14182) 333 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:51:40.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:51:40 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:51:39.296258+0000 mgr.smithi031.kqtrbh (mgr.14182) 333 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:51:40.682 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:51:41.294 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:51:41 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:51:40.612227+0000 mgr.smithi031.kqtrbh (mgr.14182) 334 : 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-19T15:51:41.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:51:41 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:51:40.612227+0000 mgr.smithi031.kqtrbh (mgr.14182) 334 : 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-19T15:51:42.120 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:51:42.121 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:51:42.538 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:51:43.540 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:51:43.873 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:51:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:51:42.125495+0000 mgr.smithi031.kqtrbh (mgr.14182) 335 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:51:43.873 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:51:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:51:42.612750+0000 mgr.smithi031.kqtrbh (mgr.14182) 336 : cluster [DBG] pgmap v217: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:51:44.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:51:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:51:42.125495+0000 mgr.smithi031.kqtrbh (mgr.14182) 335 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:51:44.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:51:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:51:42.612750+0000 mgr.smithi031.kqtrbh (mgr.14182) 336 : cluster [DBG] pgmap v217: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:51:44.932 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:51:44.932 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:51:45.313 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:51:45.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:51:45 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:51:44.613369+0000 mgr.smithi031.kqtrbh (mgr.14182) 337 : 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-19T15:51:45.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:51:45 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:51:44.937530+0000 mgr.smithi031.kqtrbh (mgr.14182) 338 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:51:46.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:51:45 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:51:44.613369+0000 mgr.smithi031.kqtrbh (mgr.14182) 337 : 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-19T15:51:46.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:51:45 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:51:44.937530+0000 mgr.smithi031.kqtrbh (mgr.14182) 338 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:51:46.315 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:51:47.720 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:51:47.720 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:51:48.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:51:47 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:51:46.613858+0000 mgr.smithi031.kqtrbh (mgr.14182) 339 : 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-19T15:51:48.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:51:47 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:51:46.613858+0000 mgr.smithi031.kqtrbh (mgr.14182) 339 : 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-19T15:51:48.096 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:51:49.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:51:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:51:47.725746+0000 mgr.smithi031.kqtrbh (mgr.14182) 340 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:51:49.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:51:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:51:47.725746+0000 mgr.smithi031.kqtrbh (mgr.14182) 340 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:51:49.097 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:51:49.791 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:51:49 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:51:48.614454+0000 mgr.smithi031.kqtrbh (mgr.14182) 341 : cluster [DBG] pgmap v220: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:51:50.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:51:49 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:51:48.614454+0000 mgr.smithi031.kqtrbh (mgr.14182) 341 : cluster [DBG] pgmap v220: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:51:50.499 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:51:50.499 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:51:50.909 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:51:51.911 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:51:51.945 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:51:51 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:51:50.504026+0000 mgr.smithi031.kqtrbh (mgr.14182) 342 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:51:51.946 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:51:51 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:51:50.614965+0000 mgr.smithi031.kqtrbh (mgr.14182) 343 : 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-19T15:51:52.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:51:51 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:51:50.504026+0000 mgr.smithi031.kqtrbh (mgr.14182) 342 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:51:52.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:51:51 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:51:50.614965+0000 mgr.smithi031.kqtrbh (mgr.14182) 343 : 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-19T15:51:53.351 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:51:53.352 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:51:53.764 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:51:54.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:51:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:51:52.615366+0000 mgr.smithi031.kqtrbh (mgr.14182) 344 : cluster [DBG] pgmap v222: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:51:54.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:51:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:51:52.615366+0000 mgr.smithi031.kqtrbh (mgr.14182) 344 : cluster [DBG] pgmap v222: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:51:54.765 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:51:55.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:51:54 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:51:53.356327+0000 mgr.smithi031.kqtrbh (mgr.14182) 345 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:51:55.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:51:54 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:51:53.356327+0000 mgr.smithi031.kqtrbh (mgr.14182) 345 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:51:55.781 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:51:55 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:51:54.616020+0000 mgr.smithi031.kqtrbh (mgr.14182) 346 : 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-19T15:51:55.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:51:55 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:51:54.616020+0000 mgr.smithi031.kqtrbh (mgr.14182) 346 : 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-19T15:51:56.140 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:51:56.140 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:51:56.513 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:51:57.513 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:51:57.864 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:51:57 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:51:56.145606+0000 mgr.smithi031.kqtrbh (mgr.14182) 347 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:51:57.864 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:51:57 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:51:56.616744+0000 mgr.smithi031.kqtrbh (mgr.14182) 348 : 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-19T15:51:58.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:51:57 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:51:56.145606+0000 mgr.smithi031.kqtrbh (mgr.14182) 347 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:51:58.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:51:57 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:51:56.616744+0000 mgr.smithi031.kqtrbh (mgr.14182) 348 : 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-19T15:51:58.959 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:51:58.959 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:51:59.294 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:51:59 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:51:58.617135+0000 mgr.smithi031.kqtrbh (mgr.14182) 349 : cluster [DBG] pgmap v225: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:51:59.294 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:51:59 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:51:58.964055+0000 mgr.smithi031.kqtrbh (mgr.14182) 350 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:51:59.372 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:51:59.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:51:59 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:51:58.617135+0000 mgr.smithi031.kqtrbh (mgr.14182) 349 : cluster [DBG] pgmap v225: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:51:59.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:51:59 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:51:58.964055+0000 mgr.smithi031.kqtrbh (mgr.14182) 350 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:52:00.373 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:52:01.772 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:52:01.772 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:52:01.955 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:52:01 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:52:00.617593+0000 mgr.smithi031.kqtrbh (mgr.14182) 351 : 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-19T15:52:02.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:52:01 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:52:00.617593+0000 mgr.smithi031.kqtrbh (mgr.14182) 351 : 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-19T15:52:02.143 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:52:03.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:52:02 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:52:01.777874+0000 mgr.smithi031.kqtrbh (mgr.14182) 352 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:52:03.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:52:02 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:52:01.777874+0000 mgr.smithi031.kqtrbh (mgr.14182) 352 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:52:03.144 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:52:03.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:52:03 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:52:02.618179+0000 mgr.smithi031.kqtrbh (mgr.14182) 353 : cluster [DBG] pgmap v227: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:52:04.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:52:03 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:52:02.618179+0000 mgr.smithi031.kqtrbh (mgr.14182) 353 : cluster [DBG] pgmap v227: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:52:04.732 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:52:04.732 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:52:05.134 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:52:05.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:52:05 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:52:04.618600+0000 mgr.smithi031.kqtrbh (mgr.14182) 354 : 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-19T15:52:05.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:52:05 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:52:04.737028+0000 mgr.smithi031.kqtrbh (mgr.14182) 355 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:52:06.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:52:05 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:52:04.618600+0000 mgr.smithi031.kqtrbh (mgr.14182) 354 : 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-19T15:52:06.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:52:05 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:52:04.737028+0000 mgr.smithi031.kqtrbh (mgr.14182) 355 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:52:06.136 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:52:07.572 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:52:07.572 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:52:07.866 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:52:07 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:52:06.619240+0000 mgr.smithi031.kqtrbh (mgr.14182) 356 : 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-19T15:52:07.951 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:52:08.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:52:07 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:52:06.619240+0000 mgr.smithi031.kqtrbh (mgr.14182) 356 : 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-19T15:52:08.952 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:52:08.986 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:52:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:52:07.577603+0000 mgr.smithi031.kqtrbh (mgr.14182) 357 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:52:09.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:52:08 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:52:07.577603+0000 mgr.smithi031.kqtrbh (mgr.14182) 357 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:52:09.971 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:52:09 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:52:08.619638+0000 mgr.smithi031.kqtrbh (mgr.14182) 358 : cluster [DBG] pgmap v230: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:52:10.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:52:09 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:52:08.619638+0000 mgr.smithi031.kqtrbh (mgr.14182) 358 : cluster [DBG] pgmap v230: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:52:10.361 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:52:10.361 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:52:10.741 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:52:11.742 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:52:12.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:52:11 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:52:10.366365+0000 mgr.smithi031.kqtrbh (mgr.14182) 359 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:52:12.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:52:11 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:52:10.620149+0000 mgr.smithi031.kqtrbh (mgr.14182) 360 : 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-19T15:52:12.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:52:11 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:52:10.366365+0000 mgr.smithi031.kqtrbh (mgr.14182) 359 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:52:12.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:52:11 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:52:10.620149+0000 mgr.smithi031.kqtrbh (mgr.14182) 360 : 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-19T15:52:13.154 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:52:13.154 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:52:13.527 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:52:13.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:52:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:52:12.620748+0000 mgr.smithi031.kqtrbh (mgr.14182) 361 : cluster [DBG] pgmap v232: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:52:14.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:52:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:52:12.620748+0000 mgr.smithi031.kqtrbh (mgr.14182) 361 : cluster [DBG] pgmap v232: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:52:14.528 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:52:14.877 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:52:14 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:52:13.159494+0000 mgr.smithi031.kqtrbh (mgr.14182) 362 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:52:15.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:52:14 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:52:13.159494+0000 mgr.smithi031.kqtrbh (mgr.14182) 362 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:52:15.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:52:15 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:52:14.621180+0000 mgr.smithi031.kqtrbh (mgr.14182) 363 : 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-19T15:52:16.009 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:52:16.010 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:52:16.031 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:52:15 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:52:14.621180+0000 mgr.smithi031.kqtrbh (mgr.14182) 363 : 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-19T15:52:16.399 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:52:17.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:52:16 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:52:16.014592+0000 mgr.smithi031.kqtrbh (mgr.14182) 364 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:52:17.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:52:16 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:52:16.014592+0000 mgr.smithi031.kqtrbh (mgr.14182) 364 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:52:17.400 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:52:18.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:52:17 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:52:16.621742+0000 mgr.smithi031.kqtrbh (mgr.14182) 365 : 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-19T15:52:18.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:52:17 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:52:16.621742+0000 mgr.smithi031.kqtrbh (mgr.14182) 365 : 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-19T15:52:18.745 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:52:18.745 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:52:19.124 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:52:19.544 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:52:19 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:52:18.622137+0000 mgr.smithi031.kqtrbh (mgr.14182) 366 : cluster [DBG] pgmap v235: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:52:19.544 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:52:19 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:52:18.750826+0000 mgr.smithi031.kqtrbh (mgr.14182) 367 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:52:19.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:52:19 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:52:18.622137+0000 mgr.smithi031.kqtrbh (mgr.14182) 366 : cluster [DBG] pgmap v235: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:52:19.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:52:19 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:52:18.750826+0000 mgr.smithi031.kqtrbh (mgr.14182) 367 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:52:20.125 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:52:21.497 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:52:21.498 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:52:21.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:52:21 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:52:20.622658+0000 mgr.smithi031.kqtrbh (mgr.14182) 368 : 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-19T15:52:21.892 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:52:22.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:52:21 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:52:20.622658+0000 mgr.smithi031.kqtrbh (mgr.14182) 368 : 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-19T15:52:22.895 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:52:22.930 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:52:22 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:52:21.502754+0000 mgr.smithi031.kqtrbh (mgr.14182) 369 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:52:23.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:52:22 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:52:21.502754+0000 mgr.smithi031.kqtrbh (mgr.14182) 369 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:52:23.936 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:52:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:52:22.623286+0000 mgr.smithi031.kqtrbh (mgr.14182) 370 : cluster [DBG] pgmap v237: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:52:24.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:52:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:52:22.623286+0000 mgr.smithi031.kqtrbh (mgr.14182) 370 : cluster [DBG] pgmap v237: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:52:24.339 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:52:24.339 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:52:24.740 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:52:25.741 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:52:25.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:52:25 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:52:24.344485+0000 mgr.smithi031.kqtrbh (mgr.14182) 371 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:52:25.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:52:25 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:52:24.623660+0000 mgr.smithi031.kqtrbh (mgr.14182) 372 : 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-19T15:52:26.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:52:25 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:52:24.344485+0000 mgr.smithi031.kqtrbh (mgr.14182) 371 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:52:26.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:52:25 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:52:24.623660+0000 mgr.smithi031.kqtrbh (mgr.14182) 372 : 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-19T15:52:27.192 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:52:27.192 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:52:27.573 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:52:27.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:52:27 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:52:26.624400+0000 mgr.smithi031.kqtrbh (mgr.14182) 373 : 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-19T15:52:28.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:52:27 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:52:26.624400+0000 mgr.smithi031.kqtrbh (mgr.14182) 373 : 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-19T15:52:28.574 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:52:28.949 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:52:28 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:52:27.196975+0000 mgr.smithi031.kqtrbh (mgr.14182) 374 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:52:29.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:52:28 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:52:27.196975+0000 mgr.smithi031.kqtrbh (mgr.14182) 374 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:52:29.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:52:29 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:52:28.624827+0000 mgr.smithi031.kqtrbh (mgr.14182) 375 : cluster [DBG] pgmap v240: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:52:30.065 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:52:30.065 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:52:30.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:52:29 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:52:28.624827+0000 mgr.smithi031.kqtrbh (mgr.14182) 375 : cluster [DBG] pgmap v240: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:52:30.431 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:52:31.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:52:30 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:52:30.070499+0000 mgr.smithi031.kqtrbh (mgr.14182) 376 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:52:31.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:52:30 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:52:30.070499+0000 mgr.smithi031.kqtrbh (mgr.14182) 376 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:52:31.432 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:52:31.789 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:52:31 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:52:30.625284+0000 mgr.smithi031.kqtrbh (mgr.14182) 377 : 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-19T15:52:32.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:52:31 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:52:30.625284+0000 mgr.smithi031.kqtrbh (mgr.14182) 377 : 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-19T15:52:32.865 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:52:32.866 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:52:33.256 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:52:34.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:52:33 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:52:32.625702+0000 mgr.smithi031.kqtrbh (mgr.14182) 378 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:52:34.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:52:33 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:52:32.870970+0000 mgr.smithi031.kqtrbh (mgr.14182) 379 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:52:34.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:52:33 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:52:32.625702+0000 mgr.smithi031.kqtrbh (mgr.14182) 378 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:52:34.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:52:33 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:52:32.870970+0000 mgr.smithi031.kqtrbh (mgr.14182) 379 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:52:34.256 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:52:35.677 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:52:35.677 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:52:35.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:52:35 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:52:34.626113+0000 mgr.smithi031.kqtrbh (mgr.14182) 380 : 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-19T15:52:36.036 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:52:35 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:52:34.626113+0000 mgr.smithi031.kqtrbh (mgr.14182) 380 : 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-19T15:52:36.056 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:52:37.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:52:36 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:52:35.681585+0000 mgr.smithi031.kqtrbh (mgr.14182) 381 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:52:37.057 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:52:37.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:52:36 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:52:35.681585+0000 mgr.smithi031.kqtrbh (mgr.14182) 381 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:52:38.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:52:37 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:52:36.626605+0000 mgr.smithi031.kqtrbh (mgr.14182) 382 : 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-19T15:52:38.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:52:37 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:52:36.626605+0000 mgr.smithi031.kqtrbh (mgr.14182) 382 : 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-19T15:52:38.449 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:52:38.449 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:52:38.829 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:52:39.544 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:52:39 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:52:38.454244+0000 mgr.smithi031.kqtrbh (mgr.14182) 383 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:52:39.544 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:52:39 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:52:38.627081+0000 mgr.smithi031.kqtrbh (mgr.14182) 384 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:52:39.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:52:39 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:52:38.454244+0000 mgr.smithi031.kqtrbh (mgr.14182) 383 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:52:39.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:52:39 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:52:38.627081+0000 mgr.smithi031.kqtrbh (mgr.14182) 384 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:52:39.830 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:52:41.258 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:52:41.258 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:52:41.637 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:52:42.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:52:41 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:52:40.627630+0000 mgr.smithi031.kqtrbh (mgr.14182) 385 : 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-19T15:52:42.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:52:41 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:52:40.627630+0000 mgr.smithi031.kqtrbh (mgr.14182) 385 : 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-19T15:52:42.638 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:52:42.979 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:52:42 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:52:41.263131+0000 mgr.smithi031.kqtrbh (mgr.14182) 386 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:52:43.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:52:42 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:52:41.263131+0000 mgr.smithi031.kqtrbh (mgr.14182) 386 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:52:44.007 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:52:44.007 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:52:44.032 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:52:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:52:42.628203+0000 mgr.smithi031.kqtrbh (mgr.14182) 387 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:52:44.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:52:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:52:42.628203+0000 mgr.smithi031.kqtrbh (mgr.14182) 387 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:52:44.378 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:52:45.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:52:44 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:52:44.012334+0000 mgr.smithi031.kqtrbh (mgr.14182) 388 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:52:45.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:52:44 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:52:44.012334+0000 mgr.smithi031.kqtrbh (mgr.14182) 388 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:52:45.379 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:52:45.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:52:45 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:52:44.628666+0000 mgr.smithi031.kqtrbh (mgr.14182) 389 : 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-19T15:52:45.953 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:52:45 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:52:44.628666+0000 mgr.smithi031.kqtrbh (mgr.14182) 389 : 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-19T15:52:46.854 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:52:46.854 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:52:47.221 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:52:48.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:52:47 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:52:46.629113+0000 mgr.smithi031.kqtrbh (mgr.14182) 390 : 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-19T15:52:48.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:52:47 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:52:46.859338+0000 mgr.smithi031.kqtrbh (mgr.14182) 391 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:52:48.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:52:47 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:52:46.629113+0000 mgr.smithi031.kqtrbh (mgr.14182) 390 : 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-19T15:52:48.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:52:47 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:52:46.859338+0000 mgr.smithi031.kqtrbh (mgr.14182) 391 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:52:48.221 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:52:49.294 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:52:49 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:52:48.629484+0000 mgr.smithi031.kqtrbh (mgr.14182) 392 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:52:49.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:52:49 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:52:48.629484+0000 mgr.smithi031.kqtrbh (mgr.14182) 392 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:52:49.687 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:52:49.688 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:52:50.094 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:52:50.544 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:52:50 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:52:49.693099+0000 mgr.smithi031.kqtrbh (mgr.14182) 393 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:52:50.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:52:50 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:52:49.693099+0000 mgr.smithi031.kqtrbh (mgr.14182) 393 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:52:51.096 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:52:51.462 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:52:51 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:52:50.630158+0000 mgr.smithi031.kqtrbh (mgr.14182) 394 : 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-19T15:52:51.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:52:51 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:52:50.630158+0000 mgr.smithi031.kqtrbh (mgr.14182) 394 : 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-19T15:52:52.468 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:52:52.468 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:52:52.827 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:52:53.828 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:52:54.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:52:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:52:52.472658+0000 mgr.smithi031.kqtrbh (mgr.14182) 395 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:52:54.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:52:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:52:52.630576+0000 mgr.smithi031.kqtrbh (mgr.14182) 396 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:52:54.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:52:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:52:52.472658+0000 mgr.smithi031.kqtrbh (mgr.14182) 395 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:52:54.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:52:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:52:52.630576+0000 mgr.smithi031.kqtrbh (mgr.14182) 396 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:52:55.266 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:52:55.266 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:52:55.635 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:52:55.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:52:55 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:52:54.630959+0000 mgr.smithi031.kqtrbh (mgr.14182) 397 : 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-19T15:52:56.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:52:55 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:52:54.630959+0000 mgr.smithi031.kqtrbh (mgr.14182) 397 : 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-19T15:52:56.636 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:52:56.994 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:52:56 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:52:55.271254+0000 mgr.smithi031.kqtrbh (mgr.14182) 398 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:52:57.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:52:56 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:52:55.271254+0000 mgr.smithi031.kqtrbh (mgr.14182) 398 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:52:58.011 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:52:58.011 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:52:58.034 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:52:57 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:52:56.631516+0000 mgr.smithi031.kqtrbh (mgr.14182) 399 : 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-19T15:52:58.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:52:57 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:52:56.631516+0000 mgr.smithi031.kqtrbh (mgr.14182) 399 : 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-19T15:52:58.377 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:52:59.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:52:58 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:52:58.016194+0000 mgr.smithi031.kqtrbh (mgr.14182) 400 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:52:59.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:52:58 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:52:58.016194+0000 mgr.smithi031.kqtrbh (mgr.14182) 400 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:52:59.379 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:52:59.944 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:52:59 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:52:58.631999+0000 mgr.smithi031.kqtrbh (mgr.14182) 401 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:53:00.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:52:59 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:52:58.631999+0000 mgr.smithi031.kqtrbh (mgr.14182) 401 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:53:00.831 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:53:00.832 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:53:01.207 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:53:02.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:01 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:53:00.632454+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:53:02.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:01 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:53:00.836889+0000 mgr.smithi031.kqtrbh (mgr.14182) 403 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:53:02.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:01 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:53:00.632454+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:53:02.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:01 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:53:00.836889+0000 mgr.smithi031.kqtrbh (mgr.14182) 403 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:53:02.208 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:53:03.553 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:53:03.553 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:53:03.864 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:03 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:53:02.632900+0000 mgr.smithi031.kqtrbh (mgr.14182) 404 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:53:03.916 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:53:04.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:03 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:53:02.632900+0000 mgr.smithi031.kqtrbh (mgr.14182) 404 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:53:04.917 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:53:04.951 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:04 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:53:03.558898+0000 mgr.smithi031.kqtrbh (mgr.14182) 405 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:53:05.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:04 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:53:03.558898+0000 mgr.smithi031.kqtrbh (mgr.14182) 405 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:53:05.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:05 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:53:04.633392+0000 mgr.smithi031.kqtrbh (mgr.14182) 406 : 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-19T15:53:05.994 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:05 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:53:04.633392+0000 mgr.smithi031.kqtrbh (mgr.14182) 406 : 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-19T15:53:06.371 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:53:06.371 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:53:06.726 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:53:07.727 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:53:08.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:07 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:53:06.376522+0000 mgr.smithi031.kqtrbh (mgr.14182) 407 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:53:08.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:07 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:53:06.634056+0000 mgr.smithi031.kqtrbh (mgr.14182) 408 : 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-19T15:53:08.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:07 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:53:06.376522+0000 mgr.smithi031.kqtrbh (mgr.14182) 407 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:53:08.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:07 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:53:06.634056+0000 mgr.smithi031.kqtrbh (mgr.14182) 408 : 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-19T15:53:09.134 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:53:09.134 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:53:09.472 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:09 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:53:08.634407+0000 mgr.smithi031.kqtrbh (mgr.14182) 409 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:53:09.574 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:53:09.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:09 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:53:08.634407+0000 mgr.smithi031.kqtrbh (mgr.14182) 409 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:53:10.544 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:10 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:53:09.139767+0000 mgr.smithi031.kqtrbh (mgr.14182) 410 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:53:10.574 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:53:10.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:10 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:53:09.139767+0000 mgr.smithi031.kqtrbh (mgr.14182) 410 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:53:11.545 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:11 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:53:10.634931+0000 mgr.smithi031.kqtrbh (mgr.14182) 411 : 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-19T15:53:11.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:11 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:53:10.634931+0000 mgr.smithi031.kqtrbh (mgr.14182) 411 : 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-19T15:53:11.979 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:53:11.980 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:08.891274Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:08.891917Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:08.891421Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:08.891503Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:08.891573Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:08.891640Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:53:12.294 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:12 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:53:11.984724+0000 mgr.smithi031.kqtrbh (mgr.14182) 412 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:53:12.372 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:53:12.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:12 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:53:11.984724+0000 mgr.smithi031.kqtrbh (mgr.14182) 412 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:53:13.373 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:53:13.404 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:53:12.226027+0000 mgr.smithi031.kqtrbh (mgr.14182) 413 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr 2024-01-19T15:53:13.404 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr 2024-01-19T15:53:13.404 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr 2024-01-19T15:53:13.404 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr 2024-01-19T15:53:13.404 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: Deploy daemon haproxy.nfs.foo.smithi031.sxrnmr ... 2024-01-19T15:53:13.404 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T15:53:13.404 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-19T15:53:13.404 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr time="2024-01-19T15:51:19Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:53:13.404 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr time="2024-01-19T15:51:57Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:53:13.404 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr time="2024-01-19T15:52:34Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:53:13.404 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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-19T15:53:13.405 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T15:53:13.405 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: Traceback (most recent call last): 2024-01-19T15:53:13.405 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-19T15:53:13.405 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: yield (conn, connr) 2024-01-19T15:53:13.405 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-19T15:53:13.405 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: code, '\n'.join(err))) 2024-01-19T15:53:13.405 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr 2024-01-19T15:53:13.405 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr 2024-01-19T15:53:13.405 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr 2024-01-19T15:53:13.405 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr 2024-01-19T15:53:13.405 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: Deploy daemon haproxy.nfs.foo.smithi031.sxrnmr ... 2024-01-19T15:53:13.405 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T15:53:13.405 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-19T15:53:13.406 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr time="2024-01-19T15:51:19Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:53:13.406 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr time="2024-01-19T15:51:57Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:53:13.406 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr time="2024-01-19T15:52:34Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:53:13.406 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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-19T15:53:13.406 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T15:53:13.406 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:53:12.226267+0000 mgr.smithi031.kqtrbh (mgr.14182) 414 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi031.sxrnmr 2024-01-19T15:53:13.406 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:53:12.226556+0000 mon.smithi031 (mon.0) 650 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi031.sxrnmr"}]: dispatch 2024-01-19T15:53:13.406 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:53:12.227112+0000 mgr.smithi031.kqtrbh (mgr.14182) 415 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr 2024-01-19T15:53:13.406 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr 2024-01-19T15:53:13.406 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr 2024-01-19T15:53:13.406 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr 2024-01-19T15:53:13.406 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: Deploy daemon haproxy.nfs.foo.smithi031.sxrnmr ... 2024-01-19T15:53:13.406 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T15:53:13.407 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-19T15:53:13.407 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr time="2024-01-19T15:51:19Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:53:13.407 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr time="2024-01-19T15:51:57Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:53:13.407 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr time="2024-01-19T15:52:34Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:53:13.407 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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-19T15:53:13.407 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T15:53:13.407 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:53:12.231168+0000 mon.smithi031 (mon.0) 651 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:53:13.407 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:53:12.243426+0000 mgr.smithi031.kqtrbh (mgr.14182) 416 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-19T15:53:13.407 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:53:12.244554+0000 mgr.smithi031.kqtrbh (mgr.14182) 417 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-19T15:53:13.407 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:53:12.245426+0000 mgr.smithi031.kqtrbh (mgr.14182) 418 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2024-01-19T15:53:13.407 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:53:12.245475+0000 mon.smithi031 (mon.0) 652 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-19T15:53:13.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:53:12.226027+0000 mgr.smithi031.kqtrbh (mgr.14182) 413 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr 2024-01-19T15:53:13.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr 2024-01-19T15:53:13.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr 2024-01-19T15:53:13.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr 2024-01-19T15:53:13.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: Deploy daemon haproxy.nfs.foo.smithi031.sxrnmr ... 2024-01-19T15:53:13.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T15:53:13.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-19T15:53:13.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr time="2024-01-19T15:51:19Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:53:13.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr time="2024-01-19T15:51:57Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:53:13.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr time="2024-01-19T15:52:34Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:53:13.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: 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-19T15:53:13.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T15:53:13.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: Traceback (most recent call last): 2024-01-19T15:53:13.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-19T15:53:13.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: yield (conn, connr) 2024-01-19T15:53:13.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-19T15:53:13.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: code, '\n'.join(err))) 2024-01-19T15:53:13.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: 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-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr 2024-01-19T15:53:13.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr 2024-01-19T15:53:13.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr 2024-01-19T15:53:13.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr 2024-01-19T15:53:13.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: Deploy daemon haproxy.nfs.foo.smithi031.sxrnmr ... 2024-01-19T15:53:13.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T15:53:13.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-19T15:53:13.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr time="2024-01-19T15:51:19Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:53:13.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr time="2024-01-19T15:51:57Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:53:13.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr time="2024-01-19T15:52:34Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:53:13.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: 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-19T15:53:13.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T15:53:13.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:53:12.226267+0000 mgr.smithi031.kqtrbh (mgr.14182) 414 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi031.sxrnmr 2024-01-19T15:53:13.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:53:12.226556+0000 mon.smithi031 (mon.0) 650 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi031.sxrnmr"}]: dispatch 2024-01-19T15:53:13.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:53:12.227112+0000 mgr.smithi031.kqtrbh (mgr.14182) 415 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr 2024-01-19T15:53:13.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr 2024-01-19T15:53:13.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr 2024-01-19T15:53:13.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr 2024-01-19T15:53:13.593 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: Deploy daemon haproxy.nfs.foo.smithi031.sxrnmr ... 2024-01-19T15:53:13.593 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T15:53:13.593 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-19T15:53:13.593 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr time="2024-01-19T15:51:19Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:53:13.593 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr time="2024-01-19T15:51:57Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:53:13.593 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr time="2024-01-19T15:52:34Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:53:13.593 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: 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-19T15:53:13.593 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T15:53:13.593 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:53:12.231168+0000 mon.smithi031 (mon.0) 651 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:53:13.593 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:53:12.243426+0000 mgr.smithi031.kqtrbh (mgr.14182) 416 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-19T15:53:13.593 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:53:12.244554+0000 mgr.smithi031.kqtrbh (mgr.14182) 417 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-19T15:53:13.593 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:53:12.245426+0000 mgr.smithi031.kqtrbh (mgr.14182) 418 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2024-01-19T15:53:13.593 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:53:12.245475+0000 mon.smithi031 (mon.0) 652 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-19T15:53:14.544 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:14 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:53:13.229460+0000 mon.smithi031 (mon.0) 653 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-19T15:53:14.544 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:14 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:53:13.517502+0000 mon.smithi031 (mon.0) 654 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:53:14.544 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:14 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:53:13.617724+0000 mon.smithi031 (mon.0) 655 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:53:14.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:14 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:53:13.229460+0000 mon.smithi031 (mon.0) 653 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-19T15:53:14.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:14 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:53:13.517502+0000 mon.smithi031 (mon.0) 654 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:53:14.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:14 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:53:13.617724+0000 mon.smithi031 (mon.0) 655 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:53:15.343 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:53:15.343 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:48:10.854511Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:48:10.854581Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:48:10.854648Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:48:10.855114Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:48:10.854434Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:48:10.854292Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:48:10.854713Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:48:10.854851Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:48:10.854779Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:53:15.473 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:15 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:53:14.245960+0000 mgr.smithi031.kqtrbh (mgr.14182) 419 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-01-19T15:53:15.544 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:15 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:53:14.245960+0000 mgr.smithi031.kqtrbh (mgr.14182) 419 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-01-19T15:53:15.748 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-19T15:53:16.749 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:53:17.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:16 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:53:15.347349+0000 mgr.smithi031.kqtrbh (mgr.14182) 420 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:53:17.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:16 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:53:15.690126+0000 mon.smithi031 (mon.0) 656 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:53:17.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:16 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:53:16.167570+0000 mon.smithi031 (mon.0) 657 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:53:17.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:16 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:53:16.451668+0000 mon.smithi031 (mon.0) 658 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:53:17.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:16 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:53:16.452373+0000 mon.smithi031 (mon.0) 659 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-19T15:53:17.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:16 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:53:16.458575+0000 mon.smithi031 (mon.0) 660 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:53:17.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:16 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:53:16.462064+0000 mon.smithi031 (mon.0) 661 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-19T15:53:17.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:16 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:53:16.468551+0000 mon.smithi031 (mon.0) 662 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:53:17.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:16 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:53:15.347349+0000 mgr.smithi031.kqtrbh (mgr.14182) 420 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:53:17.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:16 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:53:15.690126+0000 mon.smithi031 (mon.0) 656 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:53:17.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:16 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:53:16.167570+0000 mon.smithi031 (mon.0) 657 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:53:17.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:16 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:53:16.451668+0000 mon.smithi031 (mon.0) 658 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:53:17.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:16 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:53:16.452373+0000 mon.smithi031 (mon.0) 659 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-19T15:53:17.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:16 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:53:16.458575+0000 mon.smithi031 (mon.0) 660 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:53:17.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:16 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:53:16.462064+0000 mon.smithi031 (mon.0) 661 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-19T15:53:17.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:16 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:53:16.468551+0000 mon.smithi031 (mon.0) 662 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:53:17.735 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:17 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:53:16.246605+0000 mgr.smithi031.kqtrbh (mgr.14182) 421 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-01-19T15:53:17.735 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:17 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:53:16.459000+0000 mgr.smithi031.kqtrbh (mgr.14182) 422 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 104 B/s rd, 0 op/s 2024-01-19T15:53:17.735 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:17 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:53:16.470616+0000 mgr.smithi031.kqtrbh (mgr.14182) 423 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi089.runbqw on smithi089 2024-01-19T15:53:17.735 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:17 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:53:17.165832+0000 mon.smithi031 (mon.0) 663 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-19T15:53:17.735 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:17 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:53:17.165867+0000 mon.smithi031 (mon.0) 664 : cluster [INF] Cluster is now healthy 2024-01-19T15:53:18.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:17 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:53:16.246605+0000 mgr.smithi031.kqtrbh (mgr.14182) 421 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-01-19T15:53:18.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:17 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:53:16.459000+0000 mgr.smithi031.kqtrbh (mgr.14182) 422 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 104 B/s rd, 0 op/s 2024-01-19T15:53:18.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:17 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:53:16.470616+0000 mgr.smithi031.kqtrbh (mgr.14182) 423 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi089.runbqw on smithi089 2024-01-19T15:53:18.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:17 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:53:17.165832+0000 mon.smithi031 (mon.0) 663 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-19T15:53:18.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:17 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:53:17.165867+0000 mon.smithi031 (mon.0) 664 : cluster [INF] Cluster is now healthy 2024-01-19T15:53:18.106 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:53:18.106 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:53:18.490 INFO:tasks.cephadm:nfs.foo has 1/1 2024-01-19T15:53:18.490 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-01-19T15:53:18.501 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2024-01-19T15:53:18.501 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:53:18.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:18 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:53:18.111241+0000 mgr.smithi031.kqtrbh (mgr.14182) 424 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:53:19.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:18 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:53:18.111241+0000 mgr.smithi031.kqtrbh (mgr.14182) 424 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:53:19.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:19 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:53:18.459397+0000 mgr.smithi031.kqtrbh (mgr.14182) 425 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 104 B/s rd, 0 op/s 2024-01-19T15:53:19.896 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:53:19.897 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:53:20.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:19 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:53:18.459397+0000 mgr.smithi031.kqtrbh (mgr.14182) 425 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 104 B/s rd, 0 op/s 2024-01-19T15:53:20.264 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:53:21.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:20 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:53:19.902198+0000 mgr.smithi031.kqtrbh (mgr.14182) 426 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:53:21.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:20 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:53:19.902198+0000 mgr.smithi031.kqtrbh (mgr.14182) 426 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:53:21.265 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:53:21.975 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:21 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:53:20.460002+0000 mgr.smithi031.kqtrbh (mgr.14182) 427 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 104 B/s rd, 0 op/s 2024-01-19T15:53:22.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:21 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:53:20.460002+0000 mgr.smithi031.kqtrbh (mgr.14182) 427 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 104 B/s rd, 0 op/s 2024-01-19T15:53:22.711 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:53:22.711 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:53:23.108 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:53:24.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:53:22.460400+0000 mgr.smithi031.kqtrbh (mgr.14182) 428 : 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-19T15:53:24.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:53:22.716408+0000 mgr.smithi031.kqtrbh (mgr.14182) 429 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:53:24.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:53:22.460400+0000 mgr.smithi031.kqtrbh (mgr.14182) 428 : 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-19T15:53:24.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:53:22.716408+0000 mgr.smithi031.kqtrbh (mgr.14182) 429 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:53:24.108 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:53:25.504 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:53:25.504 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:53:25.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:25 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:53:24.460764+0000 mgr.smithi031.kqtrbh (mgr.14182) 430 : 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-19T15:53:25.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:25 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:53:24.460764+0000 mgr.smithi031.kqtrbh (mgr.14182) 430 : 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-19T15:53:25.922 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:53:26.923 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:53:26.958 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:26 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:53:25.509343+0000 mgr.smithi031.kqtrbh (mgr.14182) 431 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:53:27.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:26 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:53:25.509343+0000 mgr.smithi031.kqtrbh (mgr.14182) 431 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:53:27.908 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:27 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:53:26.461678+0000 mgr.smithi031.kqtrbh (mgr.14182) 432 : cluster [DBG] pgmap v270: 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-19T15:53:28.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:27 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:53:26.461678+0000 mgr.smithi031.kqtrbh (mgr.14182) 432 : cluster [DBG] pgmap v270: 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-19T15:53:28.273 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:53:28.273 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:53:28.663 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:53:29.544 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:29 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:53:28.278781+0000 mgr.smithi031.kqtrbh (mgr.14182) 433 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:53:29.544 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:29 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:53:28.462082+0000 mgr.smithi031.kqtrbh (mgr.14182) 434 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:53:29.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:29 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:53:28.278781+0000 mgr.smithi031.kqtrbh (mgr.14182) 433 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:53:29.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:29 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:53:28.462082+0000 mgr.smithi031.kqtrbh (mgr.14182) 434 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:53:29.664 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:53:31.051 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:53:31.051 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:53:31.437 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:53:32.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:31 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:53:30.462496+0000 mgr.smithi031.kqtrbh (mgr.14182) 435 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:53:32.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:31 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:53:30.690329+0000 mon.smithi031 (mon.0) 665 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:53:32.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:31 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:53:31.056555+0000 mgr.smithi031.kqtrbh (mgr.14182) 436 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:53:32.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:31 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:53:30.462496+0000 mgr.smithi031.kqtrbh (mgr.14182) 435 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:53:32.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:31 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:53:30.690329+0000 mon.smithi031 (mon.0) 665 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:53:32.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:31 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:53:31.056555+0000 mgr.smithi031.kqtrbh (mgr.14182) 436 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:53:32.438 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:53:33.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:33 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:53:32.463076+0000 mgr.smithi031.kqtrbh (mgr.14182) 437 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:53:33.859 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:53:33.859 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:53:34.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:33 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:53:32.463076+0000 mgr.smithi031.kqtrbh (mgr.14182) 437 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:53:34.276 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:53:35.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:34 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:53:33.864448+0000 mgr.smithi031.kqtrbh (mgr.14182) 438 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:53:35.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:34 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:53:33.864448+0000 mgr.smithi031.kqtrbh (mgr.14182) 438 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:53:35.277 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:53:35.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:35 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:53:34.463660+0000 mgr.smithi031.kqtrbh (mgr.14182) 439 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:53:35.964 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:35 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:53:34.463660+0000 mgr.smithi031.kqtrbh (mgr.14182) 439 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:53:36.695 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:53:36.695 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:53:37.104 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:53:38.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:37 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:53:36.464118+0000 mgr.smithi031.kqtrbh (mgr.14182) 440 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:53:38.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:37 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:53:36.699927+0000 mgr.smithi031.kqtrbh (mgr.14182) 441 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:53:38.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:37 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:53:36.464118+0000 mgr.smithi031.kqtrbh (mgr.14182) 440 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:53:38.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:37 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:53:36.699927+0000 mgr.smithi031.kqtrbh (mgr.14182) 441 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:53:38.105 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:53:39.492 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:53:39.493 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:53:39.518 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:39 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:53:38.464520+0000 mgr.smithi031.kqtrbh (mgr.14182) 442 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:53:39.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:39 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:53:38.464520+0000 mgr.smithi031.kqtrbh (mgr.14182) 442 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:53:39.870 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:53:40.544 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:40 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:53:39.497639+0000 mgr.smithi031.kqtrbh (mgr.14182) 443 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:53:40.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:40 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:53:39.497639+0000 mgr.smithi031.kqtrbh (mgr.14182) 443 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:53:40.871 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:53:41.544 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:41 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:53:40.465003+0000 mgr.smithi031.kqtrbh (mgr.14182) 444 : 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-19T15:53:41.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:41 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:53:40.465003+0000 mgr.smithi031.kqtrbh (mgr.14182) 444 : 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-19T15:53:42.366 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:53:42.366 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:53:42.761 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:53:43.762 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:53:43.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:53:42.371305+0000 mgr.smithi031.kqtrbh (mgr.14182) 445 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:53:43.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:53:42.465427+0000 mgr.smithi031.kqtrbh (mgr.14182) 446 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:53:43.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:53:42.371305+0000 mgr.smithi031.kqtrbh (mgr.14182) 445 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:53:43.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:53:42.465427+0000 mgr.smithi031.kqtrbh (mgr.14182) 446 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:53:45.140 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:53:45.141 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:53:45.462 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:53:45.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:45 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:53:44.466265+0000 mgr.smithi031.kqtrbh (mgr.14182) 447 : 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-19T15:53:45.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:45 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:53:44.466265+0000 mgr.smithi031.kqtrbh (mgr.14182) 447 : 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-19T15:53:46.463 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:53:46.793 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:46 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:53:45.145755+0000 mgr.smithi031.kqtrbh (mgr.14182) 448 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:53:46.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:46 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:53:45.145755+0000 mgr.smithi031.kqtrbh (mgr.14182) 448 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:53:47.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:47 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:53:46.466892+0000 mgr.smithi031.kqtrbh (mgr.14182) 449 : 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-19T15:53:47.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:47 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:53:46.466892+0000 mgr.smithi031.kqtrbh (mgr.14182) 449 : 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-19T15:53:47.839 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:53:47.839 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:53:48.210 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:53:48.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:53:47.844602+0000 mgr.smithi031.kqtrbh (mgr.14182) 450 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:53:48.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:53:47.844602+0000 mgr.smithi031.kqtrbh (mgr.14182) 450 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:53:49.212 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:53:49.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:49 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:53:48.467308+0000 mgr.smithi031.kqtrbh (mgr.14182) 451 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:53:49.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:49 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:53:48.467308+0000 mgr.smithi031.kqtrbh (mgr.14182) 451 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:53:50.604 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:53:50.604 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:53:50.992 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:53:51.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:51 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:53:50.467778+0000 mgr.smithi031.kqtrbh (mgr.14182) 452 : 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-19T15:53:51.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:51 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:53:50.608986+0000 mgr.smithi031.kqtrbh (mgr.14182) 453 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:53:51.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:51 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:53:50.467778+0000 mgr.smithi031.kqtrbh (mgr.14182) 452 : 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-19T15:53:51.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:51 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:53:50.608986+0000 mgr.smithi031.kqtrbh (mgr.14182) 453 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:53:51.993 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:53:53.451 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:53:53.452 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:53:53.756 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:53:52.468251+0000 mgr.smithi031.kqtrbh (mgr.14182) 454 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:53:53.833 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:53:53.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:53:52.468251+0000 mgr.smithi031.kqtrbh (mgr.14182) 454 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:53:54.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:54 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:53:53.456424+0000 mgr.smithi031.kqtrbh (mgr.14182) 455 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:53:54.833 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:53:54.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:54 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:53:53.456424+0000 mgr.smithi031.kqtrbh (mgr.14182) 455 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:53:55.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:55 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:53:54.468832+0000 mgr.smithi031.kqtrbh (mgr.14182) 456 : 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-19T15:53:55.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:55 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:53:54.468832+0000 mgr.smithi031.kqtrbh (mgr.14182) 456 : 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-19T15:53:56.201 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:53:56.201 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:53:56.577 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:53:57.579 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:53:57.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:57 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:53:56.206197+0000 mgr.smithi031.kqtrbh (mgr.14182) 457 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:53:57.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:57 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:53:56.469477+0000 mgr.smithi031.kqtrbh (mgr.14182) 458 : 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-19T15:53:57.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:57 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:53:56.206197+0000 mgr.smithi031.kqtrbh (mgr.14182) 457 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:53:57.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:57 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:53:56.469477+0000 mgr.smithi031.kqtrbh (mgr.14182) 458 : 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-19T15:53:58.987 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:53:58.987 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:53:59.294 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:59 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:53:58.469896+0000 mgr.smithi031.kqtrbh (mgr.14182) 459 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:53:59.294 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:53:59 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:53:58.992171+0000 mgr.smithi031.kqtrbh (mgr.14182) 460 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:53:59.350 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:53:59.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:59 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:53:58.469896+0000 mgr.smithi031.kqtrbh (mgr.14182) 459 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:53:59.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:53:59 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:53:58.992171+0000 mgr.smithi031.kqtrbh (mgr.14182) 460 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:54:00.351 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:54:01.694 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:54:01.694 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:54:01.722 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:54:01 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:54:00.470382+0000 mgr.smithi031.kqtrbh (mgr.14182) 461 : 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-19T15:54:01.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:54:01 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:54:00.470382+0000 mgr.smithi031.kqtrbh (mgr.14182) 461 : 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-19T15:54:02.074 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:54:02.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:54:02 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:54:01.698908+0000 mgr.smithi031.kqtrbh (mgr.14182) 462 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:54:02.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:54:02 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:54:01.698908+0000 mgr.smithi031.kqtrbh (mgr.14182) 462 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:54:03.075 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:54:03.793 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:54:03 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:54:02.470880+0000 mgr.smithi031.kqtrbh (mgr.14182) 463 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:54:03.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:54:03 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:54:02.470880+0000 mgr.smithi031.kqtrbh (mgr.14182) 463 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:54:04.506 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:54:04.506 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:54:04.881 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:54:05.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:54:05 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:54:04.471221+0000 mgr.smithi031.kqtrbh (mgr.14182) 464 : 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-19T15:54:05.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:54:05 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:54:04.511445+0000 mgr.smithi031.kqtrbh (mgr.14182) 465 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:54:05.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:54:05 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:54:04.471221+0000 mgr.smithi031.kqtrbh (mgr.14182) 464 : 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-19T15:54:05.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:54:05 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:54:04.511445+0000 mgr.smithi031.kqtrbh (mgr.14182) 465 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:54:05.882 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:54:07.291 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:54:07.291 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:54:07.570 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:54:07 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:54:06.471758+0000 mgr.smithi031.kqtrbh (mgr.14182) 466 : 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-19T15:54:07.673 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:54:07.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:54:07 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:54:06.471758+0000 mgr.smithi031.kqtrbh (mgr.14182) 466 : 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-19T15:54:08.674 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:54:08.793 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:54:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:54:07.296262+0000 mgr.smithi031.kqtrbh (mgr.14182) 467 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:54:08.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:54:08 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:54:07.296262+0000 mgr.smithi031.kqtrbh (mgr.14182) 467 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:54:09.676 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:54:09 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:54:08.472285+0000 mgr.smithi031.kqtrbh (mgr.14182) 468 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:54:09.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:54:09 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:54:08.472285+0000 mgr.smithi031.kqtrbh (mgr.14182) 468 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:54:10.032 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:54:10.032 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:54:10.414 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:54:10.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:54:10 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:54:10.037722+0000 mgr.smithi031.kqtrbh (mgr.14182) 469 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:54:10.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:54:10 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:54:10.037722+0000 mgr.smithi031.kqtrbh (mgr.14182) 469 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:54:11.416 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:54:11.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:54:11 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:54:10.472941+0000 mgr.smithi031.kqtrbh (mgr.14182) 470 : 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-19T15:54:11.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:54:11 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:54:10.472941+0000 mgr.smithi031.kqtrbh (mgr.14182) 470 : 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-19T15:54:12.823 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:54:12.824 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:54:13.188 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:54:13.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:54:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:54:12.473419+0000 mgr.smithi031.kqtrbh (mgr.14182) 471 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:54:13.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:54:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:54:12.828679+0000 mgr.smithi031.kqtrbh (mgr.14182) 472 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:54:13.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:54:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:54:12.473419+0000 mgr.smithi031.kqtrbh (mgr.14182) 471 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:54:13.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:54:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:54:12.828679+0000 mgr.smithi031.kqtrbh (mgr.14182) 472 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:54:14.189 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:54:15.658 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:54:15.659 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:54:15.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:54:15 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:54:14.474031+0000 mgr.smithi031.kqtrbh (mgr.14182) 473 : 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-19T15:54:15.891 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:54:15 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:54:14.474031+0000 mgr.smithi031.kqtrbh (mgr.14182) 473 : 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-19T15:54:16.080 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:54:16.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:54:16 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:54:15.663526+0000 mgr.smithi031.kqtrbh (mgr.14182) 474 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:54:17.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:54:16 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:54:15.663526+0000 mgr.smithi031.kqtrbh (mgr.14182) 474 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:54:17.082 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:54:17.757 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:54:17 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:54:16.474566+0000 mgr.smithi031.kqtrbh (mgr.14182) 475 : 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-19T15:54:17.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:54:17 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:54:16.474566+0000 mgr.smithi031.kqtrbh (mgr.14182) 475 : 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-19T15:54:18.485 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:54:18.485 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:54:18.880 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:54:19.544 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:54:19 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:54:18.474953+0000 mgr.smithi031.kqtrbh (mgr.14182) 476 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:54:19.544 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:54:19 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:54:18.490249+0000 mgr.smithi031.kqtrbh (mgr.14182) 477 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:54:19.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:54:19 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:54:18.474953+0000 mgr.smithi031.kqtrbh (mgr.14182) 476 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:54:19.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:54:19 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:54:18.490249+0000 mgr.smithi031.kqtrbh (mgr.14182) 477 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:54:19.881 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:54:21.288 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:54:21.288 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:54:21.601 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:54:21 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:54:20.475416+0000 mgr.smithi031.kqtrbh (mgr.14182) 478 : 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-19T15:54:21.670 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:54:21.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:54:21 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:54:20.475416+0000 mgr.smithi031.kqtrbh (mgr.14182) 478 : 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-19T15:54:22.671 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:54:22.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:54:22 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:54:21.292984+0000 mgr.smithi031.kqtrbh (mgr.14182) 479 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:54:22.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:54:22 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:54:21.292984+0000 mgr.smithi031.kqtrbh (mgr.14182) 479 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:54:23.748 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:54:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:54:22.475955+0000 mgr.smithi031.kqtrbh (mgr.14182) 480 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:54:23.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:54:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:54:22.475955+0000 mgr.smithi031.kqtrbh (mgr.14182) 480 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:54:24.136 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:54:24.136 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:54:24.511 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:54:24.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:54:24 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:54:24.141415+0000 mgr.smithi031.kqtrbh (mgr.14182) 481 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:54:24.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:54:24 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:54:24.141415+0000 mgr.smithi031.kqtrbh (mgr.14182) 481 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:54:25.512 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:54:25.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:54:25 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:54:24.476402+0000 mgr.smithi031.kqtrbh (mgr.14182) 482 : 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-19T15:54:25.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:54:25 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:54:24.476402+0000 mgr.smithi031.kqtrbh (mgr.14182) 482 : 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-19T15:54:26.904 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:54:26.904 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:54:27.379 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:54:27.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:54:27 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:54:26.476877+0000 mgr.smithi031.kqtrbh (mgr.14182) 483 : 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-19T15:54:27.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:54:27 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:54:26.909520+0000 mgr.smithi031.kqtrbh (mgr.14182) 484 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:54:27.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:54:27 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:54:26.476877+0000 mgr.smithi031.kqtrbh (mgr.14182) 483 : 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-19T15:54:27.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:54:27 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:54:26.909520+0000 mgr.smithi031.kqtrbh (mgr.14182) 484 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:54:28.380 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:54:29.406 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:54:29 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:54:28.477358+0000 mgr.smithi031.kqtrbh (mgr.14182) 485 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:54:29.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:54:29 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:54:28.477358+0000 mgr.smithi031.kqtrbh (mgr.14182) 485 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:54:29.779 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:54:29.779 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:54:30.194 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:54:30.544 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:54:30 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:54:29.784741+0000 mgr.smithi031.kqtrbh (mgr.14182) 486 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:54:30.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:54:30 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:54:29.784741+0000 mgr.smithi031.kqtrbh (mgr.14182) 486 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:54:31.195 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:54:31.536 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:54:31 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:54:30.478150+0000 mgr.smithi031.kqtrbh (mgr.14182) 487 : 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-19T15:54:31.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:54:31 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:54:30.478150+0000 mgr.smithi031.kqtrbh (mgr.14182) 487 : 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-19T15:54:32.590 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:54:32.590 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:54:32.968 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:54:33.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:54:33 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:54:32.478678+0000 mgr.smithi031.kqtrbh (mgr.14182) 488 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:54:33.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:54:33 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:54:32.595302+0000 mgr.smithi031.kqtrbh (mgr.14182) 489 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:54:33.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:54:33 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:54:32.478678+0000 mgr.smithi031.kqtrbh (mgr.14182) 488 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:54:33.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:54:33 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:54:32.595302+0000 mgr.smithi031.kqtrbh (mgr.14182) 489 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:54:33.970 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:54:35.337 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:54:35.337 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:54:35.682 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:54:35 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:54:34.479388+0000 mgr.smithi031.kqtrbh (mgr.14182) 490 : 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-19T15:54:35.718 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:54:35.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:54:35 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:54:34.479388+0000 mgr.smithi031.kqtrbh (mgr.14182) 490 : 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-19T15:54:36.719 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:54:36.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:54:36 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:54:35.342681+0000 mgr.smithi031.kqtrbh (mgr.14182) 491 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:54:36.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:54:36 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:54:35.342681+0000 mgr.smithi031.kqtrbh (mgr.14182) 491 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:54:37.755 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:54:37 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:54:36.480103+0000 mgr.smithi031.kqtrbh (mgr.14182) 492 : 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-19T15:54:37.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:54:37 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:54:36.480103+0000 mgr.smithi031.kqtrbh (mgr.14182) 492 : 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-19T15:54:38.153 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:54:38.154 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:54:38.548 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:54:39.544 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:54:39 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:54:38.159088+0000 mgr.smithi031.kqtrbh (mgr.14182) 493 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:54:39.544 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:54:39 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:54:38.480549+0000 mgr.smithi031.kqtrbh (mgr.14182) 494 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:54:39.549 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:54:39.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:54:39 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:54:38.159088+0000 mgr.smithi031.kqtrbh (mgr.14182) 493 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:54:39.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:54:39 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:54:38.480549+0000 mgr.smithi031.kqtrbh (mgr.14182) 494 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:54:40.955 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:54:40.955 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:54:41.342 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:54:41.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:54:41 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:54:40.481035+0000 mgr.smithi031.kqtrbh (mgr.14182) 495 : 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-19T15:54:41.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:54:41 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:54:40.959909+0000 mgr.smithi031.kqtrbh (mgr.14182) 496 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:54:41.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:54:41 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:54:40.481035+0000 mgr.smithi031.kqtrbh (mgr.14182) 495 : 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-19T15:54:41.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:54:41 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:54:40.959909+0000 mgr.smithi031.kqtrbh (mgr.14182) 496 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:54:42.343 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:54:43.778 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:54:43.779 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:54:43.793 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:54:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:54:42.481525+0000 mgr.smithi031.kqtrbh (mgr.14182) 497 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:54:43.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:54:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:54:42.481525+0000 mgr.smithi031.kqtrbh (mgr.14182) 497 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:54:44.159 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:54:44.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:54:44 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:54:43.783324+0000 mgr.smithi031.kqtrbh (mgr.14182) 498 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:54:44.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:54:44 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:54:43.783324+0000 mgr.smithi031.kqtrbh (mgr.14182) 498 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:54:45.161 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:54:45.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:54:45 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:54:44.482203+0000 mgr.smithi031.kqtrbh (mgr.14182) 499 : 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-19T15:54:45.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:54:45 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:54:44.482203+0000 mgr.smithi031.kqtrbh (mgr.14182) 499 : 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-19T15:54:46.567 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:54:46.567 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:54:46.974 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:54:47.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:54:47 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:54:46.482671+0000 mgr.smithi031.kqtrbh (mgr.14182) 500 : 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-19T15:54:47.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:54:47 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:54:46.572851+0000 mgr.smithi031.kqtrbh (mgr.14182) 501 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:54:47.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:54:47 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:54:46.482671+0000 mgr.smithi031.kqtrbh (mgr.14182) 500 : 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-19T15:54:47.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:54:47 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:54:46.572851+0000 mgr.smithi031.kqtrbh (mgr.14182) 501 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:54:47.975 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:54:49.294 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:54:49 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:54:48.483194+0000 mgr.smithi031.kqtrbh (mgr.14182) 502 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:54:49.356 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:54:49.356 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:54:49.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:54:49 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:54:48.483194+0000 mgr.smithi031.kqtrbh (mgr.14182) 502 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:54:49.723 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:54:50.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:54:50 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:54:49.361434+0000 mgr.smithi031.kqtrbh (mgr.14182) 503 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:54:50.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:54:50 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:54:49.361434+0000 mgr.smithi031.kqtrbh (mgr.14182) 503 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:54:50.724 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:54:51.485 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:54:51 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:54:50.483778+0000 mgr.smithi031.kqtrbh (mgr.14182) 504 : 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-19T15:54:51.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:54:51 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:54:50.483778+0000 mgr.smithi031.kqtrbh (mgr.14182) 504 : 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-19T15:54:52.230 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:54:52.230 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:54:52.632 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:54:53.634 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:54:53.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:54:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:54:52.234972+0000 mgr.smithi031.kqtrbh (mgr.14182) 505 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:54:53.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:54:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:54:52.484254+0000 mgr.smithi031.kqtrbh (mgr.14182) 506 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:54:53.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:54:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:54:52.234972+0000 mgr.smithi031.kqtrbh (mgr.14182) 505 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:54:53.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:54:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:54:52.484254+0000 mgr.smithi031.kqtrbh (mgr.14182) 506 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:54:55.118 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:54:55.118 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:54:55.489 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:54:55.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:54:55 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:54:54.484715+0000 mgr.smithi031.kqtrbh (mgr.14182) 507 : 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-19T15:54:55.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:54:55 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:54:55.123343+0000 mgr.smithi031.kqtrbh (mgr.14182) 508 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:54:55.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:54:55 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:54:54.484715+0000 mgr.smithi031.kqtrbh (mgr.14182) 507 : 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-19T15:54:55.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:54:55 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:54:55.123343+0000 mgr.smithi031.kqtrbh (mgr.14182) 508 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:54:56.490 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:54:57.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:54:57 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:54:56.485267+0000 mgr.smithi031.kqtrbh (mgr.14182) 509 : 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-19T15:54:57.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:54:57 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:54:56.485267+0000 mgr.smithi031.kqtrbh (mgr.14182) 509 : 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-19T15:54:57.860 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:54:57.860 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:54:58.437 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:54:58.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:54:58 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:54:57.865457+0000 mgr.smithi031.kqtrbh (mgr.14182) 510 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:54:58.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:54:58 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:54:57.865457+0000 mgr.smithi031.kqtrbh (mgr.14182) 510 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:54:59.438 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:54:59.782 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:54:59 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:54:58.485918+0000 mgr.smithi031.kqtrbh (mgr.14182) 511 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:54:59.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:54:59 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:54:58.485918+0000 mgr.smithi031.kqtrbh (mgr.14182) 511 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:55:00.857 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:55:00.857 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:55:01.246 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:55:01.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:01 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:55:00.486615+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:55:01.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:01 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:55:00.862765+0000 mgr.smithi031.kqtrbh (mgr.14182) 513 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:55:01.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:01 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:55:00.486615+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:55:01.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:01 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:55:00.862765+0000 mgr.smithi031.kqtrbh (mgr.14182) 513 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:55:02.247 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:55:03.672 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:55:03.672 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:55:03.697 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:03 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:55:02.487146+0000 mgr.smithi031.kqtrbh (mgr.14182) 514 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:55:03.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:03 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:55:02.487146+0000 mgr.smithi031.kqtrbh (mgr.14182) 514 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:55:04.055 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:55:04.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:04 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:55:03.677279+0000 mgr.smithi031.kqtrbh (mgr.14182) 515 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:55:05.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:04 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:55:03.677279+0000 mgr.smithi031.kqtrbh (mgr.14182) 515 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:55:05.056 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:55:05.793 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:05 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:55:04.487626+0000 mgr.smithi031.kqtrbh (mgr.14182) 516 : 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-19T15:55:05.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:05 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:55:04.487626+0000 mgr.smithi031.kqtrbh (mgr.14182) 516 : 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-19T15:55:06.533 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:55:06.533 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:55:06.905 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:55:07.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:07 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:55:06.488086+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:55:07.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:07 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:55:06.538478+0000 mgr.smithi031.kqtrbh (mgr.14182) 518 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:55:07.906 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:55:07.940 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:07 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:55:06.488086+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:55:07.941 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:07 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:55:06.538478+0000 mgr.smithi031.kqtrbh (mgr.14182) 518 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:55:09.325 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:55:09.325 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:55:09.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:09 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:55:08.488437+0000 mgr.smithi031.kqtrbh (mgr.14182) 519 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:55:09.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:09 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:55:08.488437+0000 mgr.smithi031.kqtrbh (mgr.14182) 519 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:55:09.704 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:55:10.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:10 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:55:09.330022+0000 mgr.smithi031.kqtrbh (mgr.14182) 520 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:55:10.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:10 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:55:09.330022+0000 mgr.smithi031.kqtrbh (mgr.14182) 520 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:55:10.705 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:55:11.357 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:11 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:55:10.488979+0000 mgr.smithi031.kqtrbh (mgr.14182) 521 : 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-19T15:55:11.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:11 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:55:10.488979+0000 mgr.smithi031.kqtrbh (mgr.14182) 521 : 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-19T15:55:12.066 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:55:12.067 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:55:12.368 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:12 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:55:12.072067+0000 mgr.smithi031.kqtrbh (mgr.14182) 522 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:55:12.436 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:55:12.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:12 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:55:12.072067+0000 mgr.smithi031.kqtrbh (mgr.14182) 522 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:55:13.437 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:55:13.472 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:55:12.489692+0000 mgr.smithi031.kqtrbh (mgr.14182) 523 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:55:13.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:55:12.489692+0000 mgr.smithi031.kqtrbh (mgr.14182) 523 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:55:14.858 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:55:14.859 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:55:15.237 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:55:15.793 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:15 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:55:14.490087+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:55:15.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:15 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:55:14.864002+0000 mgr.smithi031.kqtrbh (mgr.14182) 525 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:55:15.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:15 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:55:14.490087+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:55:15.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:15 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:55:14.864002+0000 mgr.smithi031.kqtrbh (mgr.14182) 525 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:55:16.238 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:55:17.643 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:55:17.643 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:55:17.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:17 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:55:16.490537+0000 mgr.smithi031.kqtrbh (mgr.14182) 526 : 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-19T15:55:17.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:17 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:55:16.490537+0000 mgr.smithi031.kqtrbh (mgr.14182) 526 : 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-19T15:55:18.062 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:55:18.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:18 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:55:17.646484+0000 mgr.smithi031.kqtrbh (mgr.14182) 527 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:55:18.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:18 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:55:17.646484+0000 mgr.smithi031.kqtrbh (mgr.14182) 527 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:55:19.063 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:55:19.755 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:19 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:55:18.491032+0000 mgr.smithi031.kqtrbh (mgr.14182) 528 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:55:19.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:19 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:55:18.491032+0000 mgr.smithi031.kqtrbh (mgr.14182) 528 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:55:20.460 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:55:20.460 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:55:20.851 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:55:21.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:21 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:55:20.465017+0000 mgr.smithi031.kqtrbh (mgr.14182) 529 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:55:21.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:21 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:55:20.491508+0000 mgr.smithi031.kqtrbh (mgr.14182) 530 : 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-19T15:55:21.852 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:55:21.885 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:21 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:55:20.465017+0000 mgr.smithi031.kqtrbh (mgr.14182) 529 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:55:21.885 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:21 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:55:20.491508+0000 mgr.smithi031.kqtrbh (mgr.14182) 530 : 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-19T15:55:23.264 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:55:23.264 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:55:23.644 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:55:23.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:55:22.492021+0000 mgr.smithi031.kqtrbh (mgr.14182) 531 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:55:24.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:55:22.492021+0000 mgr.smithi031.kqtrbh (mgr.14182) 531 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:55:24.645 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:55:24.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:24 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:55:23.269303+0000 mgr.smithi031.kqtrbh (mgr.14182) 532 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:55:25.002 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:24 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:55:23.269303+0000 mgr.smithi031.kqtrbh (mgr.14182) 532 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:55:25.630 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:25 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:55:24.492538+0000 mgr.smithi031.kqtrbh (mgr.14182) 533 : 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-19T15:55:25.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:25 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:55:24.492538+0000 mgr.smithi031.kqtrbh (mgr.14182) 533 : 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-19T15:55:25.999 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:55:25.999 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:55:26.386 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:55:26.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:26 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:55:26.004210+0000 mgr.smithi031.kqtrbh (mgr.14182) 534 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:55:26.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:26 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:55:26.004210+0000 mgr.smithi031.kqtrbh (mgr.14182) 534 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:55:27.387 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:55:27.735 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:27 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:55:26.493149+0000 mgr.smithi031.kqtrbh (mgr.14182) 535 : 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-19T15:55:27.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:27 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:55:26.493149+0000 mgr.smithi031.kqtrbh (mgr.14182) 535 : 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-19T15:55:28.833 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:55:28.834 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:55:29.229 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:55:29.544 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:29 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:55:28.493517+0000 mgr.smithi031.kqtrbh (mgr.14182) 536 : cluster [DBG] pgmap v331: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:55:29.544 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:29 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:55:28.838717+0000 mgr.smithi031.kqtrbh (mgr.14182) 537 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:55:29.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:29 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:55:28.493517+0000 mgr.smithi031.kqtrbh (mgr.14182) 536 : cluster [DBG] pgmap v331: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:55:29.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:29 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:55:28.838717+0000 mgr.smithi031.kqtrbh (mgr.14182) 537 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:55:30.231 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:55:31.659 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:55:31.659 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:55:31.793 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:31 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:55:30.493969+0000 mgr.smithi031.kqtrbh (mgr.14182) 538 : 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-19T15:55:31.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:31 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:55:30.493969+0000 mgr.smithi031.kqtrbh (mgr.14182) 538 : 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-19T15:55:32.026 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:55:32.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:32 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:55:31.664218+0000 mgr.smithi031.kqtrbh (mgr.14182) 539 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:55:32.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:32 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:55:31.664218+0000 mgr.smithi031.kqtrbh (mgr.14182) 539 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:55:33.027 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:55:33.736 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:33 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:55:32.494435+0000 mgr.smithi031.kqtrbh (mgr.14182) 540 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:55:33.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:33 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:55:32.494435+0000 mgr.smithi031.kqtrbh (mgr.14182) 540 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:55:34.458 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:55:34.458 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:55:34.866 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:55:35.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:35 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:55:34.463508+0000 mgr.smithi031.kqtrbh (mgr.14182) 541 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:55:35.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:35 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:55:34.494860+0000 mgr.smithi031.kqtrbh (mgr.14182) 542 : 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-19T15:55:35.867 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:55:35.902 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:35 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:55:34.463508+0000 mgr.smithi031.kqtrbh (mgr.14182) 541 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:55:35.902 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:35 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:55:34.494860+0000 mgr.smithi031.kqtrbh (mgr.14182) 542 : 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-19T15:55:37.250 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:55:37.250 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:55:37.632 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:55:37.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:37 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:55:36.495509+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:55:38.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:37 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:55:36.495509+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:55:38.633 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:55:38.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:38 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:55:37.255432+0000 mgr.smithi031.kqtrbh (mgr.14182) 544 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:55:38.985 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:38 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:55:37.255432+0000 mgr.smithi031.kqtrbh (mgr.14182) 544 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:55:39.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:39 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:55:38.496033+0000 mgr.smithi031.kqtrbh (mgr.14182) 545 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:55:40.008 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:55:40.009 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:55:40.028 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:39 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:55:38.496033+0000 mgr.smithi031.kqtrbh (mgr.14182) 545 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:55:40.407 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:55:40.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:40 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:55:40.013969+0000 mgr.smithi031.kqtrbh (mgr.14182) 546 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:55:40.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:40 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:55:40.013969+0000 mgr.smithi031.kqtrbh (mgr.14182) 546 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:55:41.407 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:55:41.775 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:41 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:55:40.496456+0000 mgr.smithi031.kqtrbh (mgr.14182) 547 : 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-19T15:55:41.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:41 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:55:40.496456+0000 mgr.smithi031.kqtrbh (mgr.14182) 547 : 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-19T15:55:42.839 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:55:42.840 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:55:43.207 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:55:43.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:55:42.496897+0000 mgr.smithi031.kqtrbh (mgr.14182) 548 : cluster [DBG] pgmap v338: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:55:43.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:55:42.845169+0000 mgr.smithi031.kqtrbh (mgr.14182) 549 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:55:44.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:55:42.496897+0000 mgr.smithi031.kqtrbh (mgr.14182) 548 : cluster [DBG] pgmap v338: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:55:44.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:55:42.845169+0000 mgr.smithi031.kqtrbh (mgr.14182) 549 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:55:44.208 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:55:45.703 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:55:45.703 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:48:05.240776Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:55:45.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:45 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:55:44.497290+0000 mgr.smithi031.kqtrbh (mgr.14182) 550 : 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-19T15:55:45.859 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:45 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:55:44.497290+0000 mgr.smithi031.kqtrbh (mgr.14182) 550 : 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-19T15:55:46.080 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:55:46.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:46 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:55:45.708182+0000 mgr.smithi031.kqtrbh (mgr.14182) 551 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:55:47.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:46 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:55:45.708182+0000 mgr.smithi031.kqtrbh (mgr.14182) 551 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:55:47.081 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:55:47.776 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:47 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:55:46.497881+0000 mgr.smithi031.kqtrbh (mgr.14182) 552 : 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-19T15:55:47.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:47 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:55:46.497881+0000 mgr.smithi031.kqtrbh (mgr.14182) 552 : 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-19T15:55:48.548 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:55:48.548 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:55:48.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:55:47.892123+0000 mgr.smithi031.kqtrbh (mgr.14182) 553 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw 2024-01-19T15:55:48.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw 2024-01-19T15:55:48.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw 2024-01-19T15:55:48.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw 2024-01-19T15:55:48.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: Deploy daemon haproxy.nfs.foo.smithi089.runbqw ... 2024-01-19T15:55:48.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T15:55:48.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-19T15:55:48.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr time="2024-01-19T15:53:53Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:55:48.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr time="2024-01-19T15:54:30Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:55:48.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr time="2024-01-19T15:55:10Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:55:48.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: 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-19T15:55:48.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T15:55:48.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: Traceback (most recent call last): 2024-01-19T15:55:48.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-19T15:55:48.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: yield (conn, connr) 2024-01-19T15:55:48.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-19T15:55:48.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: code, '\n'.join(err))) 2024-01-19T15:55:48.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: 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-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw 2024-01-19T15:55:48.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw 2024-01-19T15:55:48.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw 2024-01-19T15:55:48.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw 2024-01-19T15:55:48.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: Deploy daemon haproxy.nfs.foo.smithi089.runbqw ... 2024-01-19T15:55:48.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T15:55:48.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-19T15:55:48.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr time="2024-01-19T15:53:53Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:55:48.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr time="2024-01-19T15:54:30Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:55:48.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr time="2024-01-19T15:55:10Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:55:48.842 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: 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-19T15:55:48.842 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T15:55:48.842 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:55:47.892281+0000 mgr.smithi031.kqtrbh (mgr.14182) 554 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi089.runbqw 2024-01-19T15:55:48.842 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:55:47.892561+0000 mon.smithi031 (mon.0) 666 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi089.runbqw"}]: dispatch 2024-01-19T15:55:48.842 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:55:47.893189+0000 mgr.smithi031.kqtrbh (mgr.14182) 555 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw 2024-01-19T15:55:48.842 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw 2024-01-19T15:55:48.842 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw 2024-01-19T15:55:48.842 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw 2024-01-19T15:55:48.842 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: Deploy daemon haproxy.nfs.foo.smithi089.runbqw ... 2024-01-19T15:55:48.842 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T15:55:48.842 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-19T15:55:48.842 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr time="2024-01-19T15:53:53Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:55:48.842 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr time="2024-01-19T15:54:30Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:55:48.842 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr time="2024-01-19T15:55:10Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:55:48.843 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: 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-19T15:55:48.843 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T15:55:48.843 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:55:47.895356+0000 mgr.smithi031.kqtrbh (mgr.14182) 556 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi031.psskda on smithi031 2024-01-19T15:55:48.910 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:55:47.892123+0000 mgr.smithi031.kqtrbh (mgr.14182) 553 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw 2024-01-19T15:55:48.910 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw 2024-01-19T15:55:48.910 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw 2024-01-19T15:55:48.910 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw 2024-01-19T15:55:48.910 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: Deploy daemon haproxy.nfs.foo.smithi089.runbqw ... 2024-01-19T15:55:48.910 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T15:55:48.910 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-19T15:55:48.910 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr time="2024-01-19T15:53:53Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:55:48.910 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr time="2024-01-19T15:54:30Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:55:48.910 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr time="2024-01-19T15:55:10Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:55:48.911 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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-19T15:55:48.911 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T15:55:48.911 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: Traceback (most recent call last): 2024-01-19T15:55:48.911 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-19T15:55:48.911 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: yield (conn, connr) 2024-01-19T15:55:48.911 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-19T15:55:48.911 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: code, '\n'.join(err))) 2024-01-19T15:55:48.911 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw 2024-01-19T15:55:48.911 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw 2024-01-19T15:55:48.911 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw 2024-01-19T15:55:48.911 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw 2024-01-19T15:55:48.911 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: Deploy daemon haproxy.nfs.foo.smithi089.runbqw ... 2024-01-19T15:55:48.911 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T15:55:48.911 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-19T15:55:48.911 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr time="2024-01-19T15:53:53Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:55:48.912 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr time="2024-01-19T15:54:30Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:55:48.912 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr time="2024-01-19T15:55:10Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:55:48.912 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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-19T15:55:48.912 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T15:55:48.912 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:55:47.892281+0000 mgr.smithi031.kqtrbh (mgr.14182) 554 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi089.runbqw 2024-01-19T15:55:48.912 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:55:47.892561+0000 mon.smithi031 (mon.0) 666 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi089.runbqw"}]: dispatch 2024-01-19T15:55:48.912 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:55:47.893189+0000 mgr.smithi031.kqtrbh (mgr.14182) 555 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw 2024-01-19T15:55:48.912 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw 2024-01-19T15:55:48.912 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw 2024-01-19T15:55:48.912 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw 2024-01-19T15:55:48.912 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: Deploy daemon haproxy.nfs.foo.smithi089.runbqw ... 2024-01-19T15:55:48.912 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T15:55:48.912 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-19T15:55:48.912 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr time="2024-01-19T15:53:53Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:55:48.913 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr time="2024-01-19T15:54:30Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:55:48.913 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr time="2024-01-19T15:55:10Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:55:48.913 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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-19T15:55:48.913 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T15:55:48.913 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:55:47.895356+0000 mgr.smithi031.kqtrbh (mgr.14182) 556 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi031.psskda on smithi031 2024-01-19T15:55:48.933 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:55:49.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:49 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:55:48.498247+0000 mgr.smithi031.kqtrbh (mgr.14182) 557 : cluster [DBG] pgmap v341: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:55:49.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:49 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:55:48.553098+0000 mgr.smithi031.kqtrbh (mgr.14182) 558 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:55:49.933 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:55:49.968 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:49 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:55:48.498247+0000 mgr.smithi031.kqtrbh (mgr.14182) 557 : cluster [DBG] pgmap v341: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:55:49.968 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:49 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:55:48.553098+0000 mgr.smithi031.kqtrbh (mgr.14182) 558 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:55:51.341 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:55:51.341 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:55:51.686 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:51 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:55:50.498680+0000 mgr.smithi031.kqtrbh (mgr.14182) 559 : 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-19T15:55:51.755 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:55:51.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:51 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:55:50.498680+0000 mgr.smithi031.kqtrbh (mgr.14182) 559 : 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-19T15:55:52.756 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:55:53.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:52 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:55:51.346433+0000 mgr.smithi031.kqtrbh (mgr.14182) 560 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:55:53.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:52 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:55:51.346433+0000 mgr.smithi031.kqtrbh (mgr.14182) 560 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:55:53.775 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:55:52.499213+0000 mgr.smithi031.kqtrbh (mgr.14182) 561 : cluster [DBG] pgmap v343: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:55:54.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:55:52.499213+0000 mgr.smithi031.kqtrbh (mgr.14182) 561 : cluster [DBG] pgmap v343: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:55:54.134 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:55:54.134 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:55:54.504 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:55:54.793 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:54 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:55:54.139171+0000 mgr.smithi031.kqtrbh (mgr.14182) 562 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:55:55.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:54 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:55:54.139171+0000 mgr.smithi031.kqtrbh (mgr.14182) 562 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:55:55.506 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:55:55.793 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:55 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:55:54.499623+0000 mgr.smithi031.kqtrbh (mgr.14182) 563 : 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-19T15:55:55.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:55 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:55:54.499623+0000 mgr.smithi031.kqtrbh (mgr.14182) 563 : 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-19T15:55:56.871 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:55:56.871 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:55:57.246 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:55:58.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:57 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:55:56.500084+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:55:58.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:57 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:55:56.875905+0000 mgr.smithi031.kqtrbh (mgr.14182) 565 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:55:58.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:57 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:55:56.500084+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:55:58.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:57 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:55:56.875905+0000 mgr.smithi031.kqtrbh (mgr.14182) 565 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:55:58.247 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:55:59.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:55:59 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:55:58.500558+0000 mgr.smithi031.kqtrbh (mgr.14182) 566 : cluster [DBG] pgmap v346: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:55:59.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:55:59 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:55:58.500558+0000 mgr.smithi031.kqtrbh (mgr.14182) 566 : cluster [DBG] pgmap v346: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:55:59.666 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:55:59.667 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:56:00.080 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:56:00.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:56:00 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:55:59.672229+0000 mgr.smithi031.kqtrbh (mgr.14182) 567 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:56:00.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:56:00 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:55:59.672229+0000 mgr.smithi031.kqtrbh (mgr.14182) 567 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:56:01.080 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:56:01.412 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:56:01 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:56:00.501194+0000 mgr.smithi031.kqtrbh (mgr.14182) 568 : 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-19T15:56:01.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:56:01 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:56:00.501194+0000 mgr.smithi031.kqtrbh (mgr.14182) 568 : 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-19T15:56:02.534 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:56:02.534 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:56:02.902 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:56:03.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:56:03 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:56:02.501622+0000 mgr.smithi031.kqtrbh (mgr.14182) 569 : cluster [DBG] pgmap v348: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:56:03.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:56:03 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:56:02.539281+0000 mgr.smithi031.kqtrbh (mgr.14182) 570 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:56:03.903 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:56:03.937 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:56:03 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:56:02.501622+0000 mgr.smithi031.kqtrbh (mgr.14182) 569 : cluster [DBG] pgmap v348: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:56:03.938 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:56:03 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:56:02.539281+0000 mgr.smithi031.kqtrbh (mgr.14182) 570 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:56:05.257 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:56:05.258 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:56:05.636 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:56:05.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:56:05 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:56:04.502073+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:56:06.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:56:05 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:56:04.502073+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:56:06.636 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:56:06.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:56:06 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:56:05.262711+0000 mgr.smithi031.kqtrbh (mgr.14182) 572 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:56:07.030 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:56:06 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:56:05.262711+0000 mgr.smithi031.kqtrbh (mgr.14182) 572 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:56:07.665 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:56:07 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:56:06.502605+0000 mgr.smithi031.kqtrbh (mgr.14182) 573 : 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-19T15:56:07.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:56:07 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:56:06.502605+0000 mgr.smithi031.kqtrbh (mgr.14182) 573 : 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-19T15:56:08.030 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:56:08.030 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:56:08.411 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:56:08.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:56:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:56:08.035695+0000 mgr.smithi031.kqtrbh (mgr.14182) 574 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:56:08.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:56:08 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:56:08.035695+0000 mgr.smithi031.kqtrbh (mgr.14182) 574 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:56:09.412 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:56:09.769 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:56:09 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:56:08.503206+0000 mgr.smithi031.kqtrbh (mgr.14182) 575 : cluster [DBG] pgmap v351: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:56:09.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:56:09 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:56:08.503206+0000 mgr.smithi031.kqtrbh (mgr.14182) 575 : cluster [DBG] pgmap v351: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:56:10.830 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:56:10.830 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:56:11.187 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:56:11.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:56:11 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:56:10.503670+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:56:11.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:56:11 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:56:10.835484+0000 mgr.smithi031.kqtrbh (mgr.14182) 577 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:56:12.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:56:11 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:56:10.503670+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:56:12.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:56:11 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:56:10.835484+0000 mgr.smithi031.kqtrbh (mgr.14182) 577 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:56:12.188 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:56:13.652 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:56:13.652 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:56:13.821 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:56:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:56:12.504215+0000 mgr.smithi031.kqtrbh (mgr.14182) 578 : cluster [DBG] pgmap v353: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:56:13.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:56:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:56:12.504215+0000 mgr.smithi031.kqtrbh (mgr.14182) 578 : cluster [DBG] pgmap v353: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:56:14.025 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:56:14.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:56:14 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:56:13.656663+0000 mgr.smithi031.kqtrbh (mgr.14182) 579 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:56:15.027 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:56:15.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:56:14 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:56:13.656663+0000 mgr.smithi031.kqtrbh (mgr.14182) 579 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:56:15.730 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:56:15 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:56:14.504787+0000 mgr.smithi031.kqtrbh (mgr.14182) 580 : 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-19T15:56:15.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:56:15 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:56:14.504787+0000 mgr.smithi031.kqtrbh (mgr.14182) 580 : 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-19T15:56:16.430 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:56:16.430 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:56:16.792 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:56:17.794 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:56:17.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:56:17 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:56:16.435599+0000 mgr.smithi031.kqtrbh (mgr.14182) 581 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:56:17.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:56:17 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:56:16.505244+0000 mgr.smithi031.kqtrbh (mgr.14182) 582 : 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-19T15:56:18.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:56:17 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:56:16.435599+0000 mgr.smithi031.kqtrbh (mgr.14182) 581 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:56:18.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:56:17 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:56:16.505244+0000 mgr.smithi031.kqtrbh (mgr.14182) 582 : 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-19T15:56:19.258 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:56:19.258 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:56:19.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:56:19 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:56:18.505640+0000 mgr.smithi031.kqtrbh (mgr.14182) 583 : cluster [DBG] pgmap v356: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:56:19.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:56:19 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:56:18.505640+0000 mgr.smithi031.kqtrbh (mgr.14182) 583 : cluster [DBG] pgmap v356: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:56:19.618 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:56:20.544 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:56:20 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:56:19.263786+0000 mgr.smithi031.kqtrbh (mgr.14182) 584 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:56:20.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:56:20 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:56:19.263786+0000 mgr.smithi031.kqtrbh (mgr.14182) 584 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:56:20.619 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:56:21.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:56:21 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:56:20.506311+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:56:21.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:56:21 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:56:20.506311+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:56:22.010 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:56:22.010 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:56:22.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:56:22 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:56:22.015742+0000 mgr.smithi031.kqtrbh (mgr.14182) 586 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:56:22.391 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:56:22.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:56:22 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:56:22.015742+0000 mgr.smithi031.kqtrbh (mgr.14182) 586 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:56:23.393 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:56:23.426 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:56:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:56:22.506773+0000 mgr.smithi031.kqtrbh (mgr.14182) 587 : cluster [DBG] pgmap v358: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:56:23.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:56:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:56:22.506773+0000 mgr.smithi031.kqtrbh (mgr.14182) 587 : cluster [DBG] pgmap v358: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:56:24.766 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:56:24.766 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:56:25.164 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:56:25.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:56:25 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:56:24.507157+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:56:25.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:56:25 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:56:24.771024+0000 mgr.smithi031.kqtrbh (mgr.14182) 589 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:56:26.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:56:25 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:56:24.507157+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:56:26.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:56:25 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:56:24.771024+0000 mgr.smithi031.kqtrbh (mgr.14182) 589 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:56:26.165 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:56:27.579 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:56:27.579 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:56:27.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:56:27 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:56:26.507867+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:56:27.922 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:56:27 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:56:26.507867+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:56:27.948 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:56:28.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:56:28 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:56:27.583991+0000 mgr.smithi031.kqtrbh (mgr.14182) 591 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:56:28.950 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:56:28.983 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:56:28 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:56:27.583991+0000 mgr.smithi031.kqtrbh (mgr.14182) 591 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:56:29.838 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:56:29 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:56:28.508421+0000 mgr.smithi031.kqtrbh (mgr.14182) 592 : cluster [DBG] pgmap v361: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:56:29.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:56:29 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:56:28.508421+0000 mgr.smithi031.kqtrbh (mgr.14182) 592 : cluster [DBG] pgmap v361: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:56:30.435 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:56:30.435 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:56:30.808 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:56:31.809 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:56:31.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:56:31 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:56:30.440418+0000 mgr.smithi031.kqtrbh (mgr.14182) 593 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:56:31.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:56:31 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:56:30.508867+0000 mgr.smithi031.kqtrbh (mgr.14182) 594 : 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-19T15:56:31.843 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:56:31 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:56:30.440418+0000 mgr.smithi031.kqtrbh (mgr.14182) 593 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:56:31.843 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:56:31 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:56:30.508867+0000 mgr.smithi031.kqtrbh (mgr.14182) 594 : 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-19T15:56:33.239 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:56:33.239 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:56:33.622 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:56:33.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:56:33 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:56:32.509279+0000 mgr.smithi031.kqtrbh (mgr.14182) 595 : cluster [DBG] pgmap v363: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:56:34.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:56:33 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:56:32.509279+0000 mgr.smithi031.kqtrbh (mgr.14182) 595 : cluster [DBG] pgmap v363: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:56:34.623 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:56:34.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:56:34 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:56:33.244421+0000 mgr.smithi031.kqtrbh (mgr.14182) 596 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:56:34.970 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:56:34 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:56:33.244421+0000 mgr.smithi031.kqtrbh (mgr.14182) 596 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:56:35.651 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:56:35 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:56:34.509998+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:56:35.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:56:35 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:56:34.509998+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:56:36.009 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:56:36.010 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:56:36.383 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:56:36.793 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:56:36 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:56:36.015298+0000 mgr.smithi031.kqtrbh (mgr.14182) 598 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:56:36.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:56:36 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:56:36.015298+0000 mgr.smithi031.kqtrbh (mgr.14182) 598 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:56:37.384 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:56:37.732 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:56:37 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:56:36.510602+0000 mgr.smithi031.kqtrbh (mgr.14182) 599 : 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-19T15:56:37.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:56:37 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:56:36.510602+0000 mgr.smithi031.kqtrbh (mgr.14182) 599 : 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-19T15:56:38.808 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:56:38.808 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:56:39.226 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:56:39.544 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:56:39 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:56:38.511042+0000 mgr.smithi031.kqtrbh (mgr.14182) 600 : cluster [DBG] pgmap v366: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:56:39.544 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:56:39 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:56:38.813262+0000 mgr.smithi031.kqtrbh (mgr.14182) 601 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:56:39.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:56:39 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:56:38.511042+0000 mgr.smithi031.kqtrbh (mgr.14182) 600 : cluster [DBG] pgmap v366: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:56:39.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:56:39 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:56:38.813262+0000 mgr.smithi031.kqtrbh (mgr.14182) 601 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:56:40.227 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:56:41.632 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:56:41.633 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:56:41.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:56:41 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:56:40.511496+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:56:41.953 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:56:41 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:56:40.511496+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:56:42.017 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:56:42.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:56:42 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:56:41.638503+0000 mgr.smithi031.kqtrbh (mgr.14182) 603 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:56:43.017 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:56:43.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:56:42 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:56:41.638503+0000 mgr.smithi031.kqtrbh (mgr.14182) 603 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:56:43.716 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:56:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:56:42.512126+0000 mgr.smithi031.kqtrbh (mgr.14182) 604 : cluster [DBG] pgmap v368: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:56:43.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:56:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:56:42.512126+0000 mgr.smithi031.kqtrbh (mgr.14182) 604 : cluster [DBG] pgmap v368: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:56:44.415 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:56:44.415 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:56:44.806 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:56:45.807 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:56:45.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:56:45 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:56:44.420275+0000 mgr.smithi031.kqtrbh (mgr.14182) 605 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:56:45.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:56:45 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:56:44.512664+0000 mgr.smithi031.kqtrbh (mgr.14182) 606 : 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-19T15:56:45.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:56:45 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:56:44.420275+0000 mgr.smithi031.kqtrbh (mgr.14182) 605 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:56:45.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:56:45 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:56:44.512664+0000 mgr.smithi031.kqtrbh (mgr.14182) 606 : 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-19T15:56:47.182 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:56:47.182 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:56:47.563 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:56:47.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:56:47 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:56:46.513198+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:56:48.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:56:47 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:56:46.513198+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:56:48.565 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:56:48.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:56:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:56:47.187330+0000 mgr.smithi031.kqtrbh (mgr.14182) 608 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:56:48.905 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:56:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:56:47.187330+0000 mgr.smithi031.kqtrbh (mgr.14182) 608 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:56:49.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:56:49 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:56:48.513866+0000 mgr.smithi031.kqtrbh (mgr.14182) 609 : cluster [DBG] pgmap v371: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:56:50.009 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:56:50.009 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:56:50.030 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:56:49 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:56:48.513866+0000 mgr.smithi031.kqtrbh (mgr.14182) 609 : cluster [DBG] pgmap v371: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:56:50.395 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:56:50.793 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:56:50 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:56:50.014044+0000 mgr.smithi031.kqtrbh (mgr.14182) 610 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:56:50.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:56:50 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:56:50.014044+0000 mgr.smithi031.kqtrbh (mgr.14182) 610 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:56:51.396 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:56:51.737 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:56:51 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:56:50.514311+0000 mgr.smithi031.kqtrbh (mgr.14182) 611 : 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-19T15:56:51.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:56:51 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:56:50.514311+0000 mgr.smithi031.kqtrbh (mgr.14182) 611 : 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-19T15:56:52.781 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:56:52.781 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:56:53.153 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:56:53.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:56:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:56:52.514737+0000 mgr.smithi031.kqtrbh (mgr.14182) 612 : cluster [DBG] pgmap v373: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:56:53.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:56:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:56:52.786284+0000 mgr.smithi031.kqtrbh (mgr.14182) 613 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:56:54.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:56:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:56:52.514737+0000 mgr.smithi031.kqtrbh (mgr.14182) 612 : cluster [DBG] pgmap v373: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:56:54.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:56:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:56:52.786284+0000 mgr.smithi031.kqtrbh (mgr.14182) 613 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:56:54.155 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:56:55.530 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:56:55.530 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:56:55.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:56:55 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:56:54.515195+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:56:55.858 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:56:55 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:56:54.515195+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:56:55.902 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:56:56.903 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:56:56.937 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:56:56 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:56:55.535358+0000 mgr.smithi031.kqtrbh (mgr.14182) 615 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:56:57.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:56:56 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:56:55.535358+0000 mgr.smithi031.kqtrbh (mgr.14182) 615 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:56:57.864 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:56:57 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:56:56.515754+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:56:58.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:56:57 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:56:56.515754+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:56:58.222 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:56:58.222 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:56:58.601 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:56:59.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:56:59 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:56:58.227793+0000 mgr.smithi031.kqtrbh (mgr.14182) 617 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:56:59.544 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:56:59 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:56:58.516330+0000 mgr.smithi031.kqtrbh (mgr.14182) 618 : cluster [DBG] pgmap v376: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:56:59.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:56:59 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:56:58.227793+0000 mgr.smithi031.kqtrbh (mgr.14182) 617 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:56:59.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:56:59 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:56:58.516330+0000 mgr.smithi031.kqtrbh (mgr.14182) 618 : cluster [DBG] pgmap v376: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:56:59.602 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:57:01.083 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:57:01.083 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:57:01.461 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:57:01.793 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:57:01 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:57:00.516802+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:57:01.793 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:57:01 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:57:01.088558+0000 mgr.smithi031.kqtrbh (mgr.14182) 620 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:57:01.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:57:01 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:57:00.516802+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:57:01.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:57:01 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:57:01.088558+0000 mgr.smithi031.kqtrbh (mgr.14182) 620 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:57:02.462 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:57:03.793 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:57:03 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:57:02.517305+0000 mgr.smithi031.kqtrbh (mgr.14182) 621 : cluster [DBG] pgmap v378: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:57:03.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:57:03 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:57:02.517305+0000 mgr.smithi031.kqtrbh (mgr.14182) 621 : cluster [DBG] pgmap v378: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:57:03.846 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:57:03.846 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:57:04.226 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:57:04.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:57:04 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:57:03.851987+0000 mgr.smithi031.kqtrbh (mgr.14182) 622 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:57:05.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:57:04 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:57:03.851987+0000 mgr.smithi031.kqtrbh (mgr.14182) 622 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:57:05.227 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:57:05.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:57:05 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:57:04.517986+0000 mgr.smithi031.kqtrbh (mgr.14182) 623 : 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-19T15:57:05.953 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:57:05 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:57:04.517986+0000 mgr.smithi031.kqtrbh (mgr.14182) 623 : 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-19T15:57:06.636 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:57:06.637 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:57:07.009 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:57:07.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:57:07 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:57:06.518431+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:57:07.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:57:07 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:57:06.642103+0000 mgr.smithi031.kqtrbh (mgr.14182) 625 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:57:08.010 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:57:08.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:57:07 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:57:06.518431+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:57:08.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:57:07 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:57:06.642103+0000 mgr.smithi031.kqtrbh (mgr.14182) 625 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:57:09.476 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:57:09.477 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:57:09.498 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:57:09 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:57:08.518835+0000 mgr.smithi031.kqtrbh (mgr.14182) 626 : cluster [DBG] pgmap v381: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:57:09.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:57:09 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:57:08.518835+0000 mgr.smithi031.kqtrbh (mgr.14182) 626 : cluster [DBG] pgmap v381: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:57:09.858 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:57:10.544 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:57:10 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:57:09.482023+0000 mgr.smithi031.kqtrbh (mgr.14182) 627 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:57:10.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:57:10 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:57:09.482023+0000 mgr.smithi031.kqtrbh (mgr.14182) 627 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:57:10.859 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:57:11.520 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:57:11 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:57:10.519394+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:57:11.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:57:11 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:57:10.519394+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:57:12.234 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:57:12.234 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:57:12.693 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:57:13.694 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:57:13.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:57:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:57:12.239534+0000 mgr.smithi031.kqtrbh (mgr.14182) 629 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:57:13.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:57:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:57:12.520082+0000 mgr.smithi031.kqtrbh (mgr.14182) 630 : cluster [DBG] pgmap v383: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:57:14.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:57:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:57:12.239534+0000 mgr.smithi031.kqtrbh (mgr.14182) 629 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:57:14.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:57:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:57:12.520082+0000 mgr.smithi031.kqtrbh (mgr.14182) 630 : cluster [DBG] pgmap v383: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:57:15.063 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:57:15.064 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:57:15.441 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:57:15.793 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:57:15 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:57:14.520579+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:57:15.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:57:15 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:57:15.068968+0000 mgr.smithi031.kqtrbh (mgr.14182) 632 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:57:15.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:57:15 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:57:14.520579+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:57:15.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:57:15 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:57:15.068968+0000 mgr.smithi031.kqtrbh (mgr.14182) 632 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:57:16.442 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:57:17.778 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:57:17.779 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:57:17.793 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:57:17 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:57:16.521217+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:57:17.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:57:17 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:57:16.521217+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:57:18.186 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:57:18.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:57:18 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:57:17.784033+0000 mgr.smithi031.kqtrbh (mgr.14182) 634 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:57:19.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:57:18 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:57:17.784033+0000 mgr.smithi031.kqtrbh (mgr.14182) 634 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:57:19.187 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:57:19.793 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:57:19 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:57:18.521698+0000 mgr.smithi031.kqtrbh (mgr.14182) 635 : cluster [DBG] pgmap v386: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:57:19.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:57:19 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:57:18.521698+0000 mgr.smithi031.kqtrbh (mgr.14182) 635 : cluster [DBG] pgmap v386: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:57:20.578 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:57:20.579 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:57:21.037 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:57:21.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:57:21 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:57:20.522146+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:57:21.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:57:21 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:57:20.584149+0000 mgr.smithi031.kqtrbh (mgr.14182) 637 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:57:22.038 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:57:22.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:57:21 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:57:20.522146+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:57:22.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:57:21 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:57:20.584149+0000 mgr.smithi031.kqtrbh (mgr.14182) 637 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:57:23.455 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:57:23.455 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:57:23.793 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:57:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:57:22.522532+0000 mgr.smithi031.kqtrbh (mgr.14182) 638 : cluster [DBG] pgmap v388: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:57:23.823 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:57:23.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:57:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:57:22.522532+0000 mgr.smithi031.kqtrbh (mgr.14182) 638 : cluster [DBG] pgmap v388: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:57:24.825 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:57:24.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:57:24 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:57:23.461049+0000 mgr.smithi031.kqtrbh (mgr.14182) 639 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:57:24.859 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:57:24 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:57:23.461049+0000 mgr.smithi031.kqtrbh (mgr.14182) 639 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:57:25.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:57:25 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:57:24.522962+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:57:25.900 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:57:25 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:57:24.522962+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:57:26.292 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:57:26.292 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:57:26.672 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:57:27.673 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:57:28.007 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:57:27 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:57:26.297909+0000 mgr.smithi031.kqtrbh (mgr.14182) 641 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:57:28.008 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:57:27 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:57:26.523474+0000 mgr.smithi031.kqtrbh (mgr.14182) 642 : 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-19T15:57:28.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:57:27 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:57:26.297909+0000 mgr.smithi031.kqtrbh (mgr.14182) 641 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:57:28.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:57:27 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:57:26.523474+0000 mgr.smithi031.kqtrbh (mgr.14182) 642 : 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-19T15:57:29.060 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:57:29.060 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:57:29.353 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:57:29 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:57:28.524007+0000 mgr.smithi031.kqtrbh (mgr.14182) 643 : cluster [DBG] pgmap v391: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:57:29.353 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:57:29 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:57:29.065417+0000 mgr.smithi031.kqtrbh (mgr.14182) 644 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:57:29.437 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:57:29.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:57:29 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:57:28.524007+0000 mgr.smithi031.kqtrbh (mgr.14182) 643 : cluster [DBG] pgmap v391: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:57:29.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:57:29 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:57:29.065417+0000 mgr.smithi031.kqtrbh (mgr.14182) 644 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:57:30.438 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:57:31.793 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:57:31 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:57:30.524485+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:57:31.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:57:31 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:57:30.524485+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:57:31.859 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:57:31.859 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:57:32.264 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:57:32.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:57:32 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:57:31.865365+0000 mgr.smithi031.kqtrbh (mgr.14182) 646 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:57:33.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:57:32 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:57:31.865365+0000 mgr.smithi031.kqtrbh (mgr.14182) 646 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:57:33.265 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:57:33.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:57:33 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:57:32.525208+0000 mgr.smithi031.kqtrbh (mgr.14182) 647 : cluster [DBG] pgmap v393: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:57:33.916 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:57:33 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:57:32.525208+0000 mgr.smithi031.kqtrbh (mgr.14182) 647 : cluster [DBG] pgmap v393: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:57:34.641 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:57:34.641 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:57:35.048 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:57:35.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:57:35 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:57:34.525599+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:57:35.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:57:35 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:57:34.647103+0000 mgr.smithi031.kqtrbh (mgr.14182) 649 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:57:36.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:57:35 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:57:34.525599+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:57:36.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:57:35 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:57:34.647103+0000 mgr.smithi031.kqtrbh (mgr.14182) 649 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:57:36.049 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:57:37.433 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:57:37.434 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:57:37.752 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:57:37 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:57:36.526090+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:57:37.821 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:57:37.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:57:37 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:57:36.526090+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:57:38.822 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:57:38.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:57:38 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:57:37.438887+0000 mgr.smithi031.kqtrbh (mgr.14182) 651 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:57:38.857 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:57:38 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:57:37.438887+0000 mgr.smithi031.kqtrbh (mgr.14182) 651 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:57:39.793 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:57:39 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:57:38.526709+0000 mgr.smithi031.kqtrbh (mgr.14182) 652 : cluster [DBG] pgmap v396: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:57:39.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:57:39 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:57:38.526709+0000 mgr.smithi031.kqtrbh (mgr.14182) 652 : cluster [DBG] pgmap v396: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:57:40.242 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:57:40.242 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:57:40.637 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:57:41.638 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:57:41.989 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:57:41 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:57:40.247226+0000 mgr.smithi031.kqtrbh (mgr.14182) 653 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:57:41.989 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:57:41 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:57:40.527233+0000 mgr.smithi031.kqtrbh (mgr.14182) 654 : 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-19T15:57:42.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:57:41 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:57:40.247226+0000 mgr.smithi031.kqtrbh (mgr.14182) 653 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:57:42.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:57:41 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:57:40.527233+0000 mgr.smithi031.kqtrbh (mgr.14182) 654 : 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-19T15:57:43.075 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:57:43.075 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:57:43.504 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:57:43.793 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:57:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:57:42.527762+0000 mgr.smithi031.kqtrbh (mgr.14182) 655 : cluster [DBG] pgmap v398: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:57:43.793 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:57:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:57:43.080486+0000 mgr.smithi031.kqtrbh (mgr.14182) 656 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:57:44.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:57:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:57:42.527762+0000 mgr.smithi031.kqtrbh (mgr.14182) 655 : cluster [DBG] pgmap v398: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:57:44.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:57:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:57:43.080486+0000 mgr.smithi031.kqtrbh (mgr.14182) 656 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:57:44.504 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:57:45.794 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:57:45 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:57:44.528234+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:57:45.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:57:45 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:57:44.528234+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:57:45.895 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:57:45.895 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:57:46.269 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:57:47.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:57:46 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:57:45.901302+0000 mgr.smithi031.kqtrbh (mgr.14182) 658 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:57:47.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:57:46 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:57:45.901302+0000 mgr.smithi031.kqtrbh (mgr.14182) 658 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:57:47.269 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:57:47.963 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:57:47 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:57:46.528838+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:57:48.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:57:47 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:57:46.528838+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:57:48.712 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:57:48.712 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:57:49.095 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:57:49.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:57:49 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:57:48.529249+0000 mgr.smithi031.kqtrbh (mgr.14182) 660 : cluster [DBG] pgmap v401: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:57:49.544 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:57:49 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:57:48.717557+0000 mgr.smithi031.kqtrbh (mgr.14182) 661 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:57:49.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:57:49 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:57:48.529249+0000 mgr.smithi031.kqtrbh (mgr.14182) 660 : cluster [DBG] pgmap v401: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:57:49.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:57:49 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:57:48.717557+0000 mgr.smithi031.kqtrbh (mgr.14182) 661 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:57:50.096 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:57:51.500 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:57:51.500 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:57:51.793 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:57:51 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:57:50.529691+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:57:51.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:57:51 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:57:50.529691+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:57:51.952 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:57:52.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:57:52 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:57:51.505197+0000 mgr.smithi031.kqtrbh (mgr.14182) 663 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:57:52.953 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:57:52.987 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:57:52 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:57:51.505197+0000 mgr.smithi031.kqtrbh (mgr.14182) 663 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:57:53.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:57:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:57:52.530413+0000 mgr.smithi031.kqtrbh (mgr.14182) 664 : cluster [DBG] pgmap v403: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:57:53.946 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:57:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:57:52.530413+0000 mgr.smithi031.kqtrbh (mgr.14182) 664 : cluster [DBG] pgmap v403: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:57:54.325 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:57:54.325 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:57:54.700 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:57:55.701 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:57:55.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:57:55 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:57:54.331035+0000 mgr.smithi031.kqtrbh (mgr.14182) 665 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:57:55.839 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:57:55 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:57:54.530818+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:57:56.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:57:55 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:57:54.331035+0000 mgr.smithi031.kqtrbh (mgr.14182) 665 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:57:56.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:57:55 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:57:54.530818+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:57:57.113 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:57:57.113 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:57:57.502 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:57:57.793 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:57:57 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:57:56.531313+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:57:57.793 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:57:57 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:57:57.118548+0000 mgr.smithi031.kqtrbh (mgr.14182) 668 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:57:58.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:57:57 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:57:56.531313+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:57:58.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:57:57 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:57:57.118548+0000 mgr.smithi031.kqtrbh (mgr.14182) 668 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:57:58.503 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:57:59.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:57:59 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:57:58.531747+0000 mgr.smithi031.kqtrbh (mgr.14182) 669 : cluster [DBG] pgmap v406: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:57:59.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:57:59 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:57:58.531747+0000 mgr.smithi031.kqtrbh (mgr.14182) 669 : cluster [DBG] pgmap v406: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:57:59.933 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:57:59.934 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:58:00.343 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:58:00.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:00 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:57:59.939359+0000 mgr.smithi031.kqtrbh (mgr.14182) 670 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:58:00.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:00 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:57:59.939359+0000 mgr.smithi031.kqtrbh (mgr.14182) 670 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:58:01.344 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:58:01.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:01 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:58:00.532358+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:58:01.668 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:01 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:58:00.532358+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:58:02.722 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:58:02.722 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:58:03.133 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:58:03.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:03 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:58:02.532776+0000 mgr.smithi031.kqtrbh (mgr.14182) 672 : cluster [DBG] pgmap v408: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:58:03.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:03 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:58:02.727959+0000 mgr.smithi031.kqtrbh (mgr.14182) 673 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:58:04.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:03 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:58:02.532776+0000 mgr.smithi031.kqtrbh (mgr.14182) 672 : cluster [DBG] pgmap v408: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:58:04.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:03 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:58:02.727959+0000 mgr.smithi031.kqtrbh (mgr.14182) 673 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:58:04.134 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:58:05.580 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:58:05.580 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:58:05.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:05 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:58:04.533190+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:58:05.906 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:05 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:58:04.533190+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:58:05.957 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:58:06.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:06 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:58:05.585433+0000 mgr.smithi031.kqtrbh (mgr.14182) 675 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:58:06.958 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:58:06.992 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:06 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:58:05.585433+0000 mgr.smithi031.kqtrbh (mgr.14182) 675 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:58:07.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:07 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:58:06.533811+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:58:08.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:07 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:58:06.533811+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:58:08.472 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:58:08.473 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:58:08.849 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:58:09.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:09 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:58:08.477939+0000 mgr.smithi031.kqtrbh (mgr.14182) 677 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:58:09.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:09 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:58:08.534216+0000 mgr.smithi031.kqtrbh (mgr.14182) 678 : cluster [DBG] pgmap v411: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:58:09.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:09 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:58:08.477939+0000 mgr.smithi031.kqtrbh (mgr.14182) 677 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:58:09.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:09 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:58:08.534216+0000 mgr.smithi031.kqtrbh (mgr.14182) 678 : cluster [DBG] pgmap v411: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:58:09.850 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:58:11.222 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:58:11.222 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:58:11.615 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:58:11.793 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:11 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:58:10.534802+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:58:11.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:11 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:58:10.534802+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:58:12.616 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:58:12.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:12 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:58:11.227762+0000 mgr.smithi031.kqtrbh (mgr.14182) 680 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:58:12.974 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:12 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:58:11.227762+0000 mgr.smithi031.kqtrbh (mgr.14182) 680 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:58:13.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:58:12.535582+0000 mgr.smithi031.kqtrbh (mgr.14182) 681 : cluster [DBG] pgmap v413: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:58:14.000 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:58:14.000 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:58:14.023 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:58:12.535582+0000 mgr.smithi031.kqtrbh (mgr.14182) 681 : cluster [DBG] pgmap v413: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:58:14.381 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:58:14.793 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:14 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:58:14.006051+0000 mgr.smithi031.kqtrbh (mgr.14182) 682 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:58:15.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:14 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:58:14.006051+0000 mgr.smithi031.kqtrbh (mgr.14182) 682 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:58:15.382 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:58:15.707 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:15 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:58:14.536088+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:58:15.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:15 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:58:14.536088+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:58:16.783 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:58:16.784 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:58:17.208 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:58:18.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:17 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:58:16.536530+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:58:18.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:17 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:58:16.789374+0000 mgr.smithi031.kqtrbh (mgr.14182) 685 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:58:18.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:17 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:58:16.536530+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:58:18.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:17 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:58:16.789374+0000 mgr.smithi031.kqtrbh (mgr.14182) 685 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:58:18.208 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:58:19.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:19 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:58:18.536901+0000 mgr.smithi031.kqtrbh (mgr.14182) 686 : cluster [DBG] pgmap v416: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:58:19.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:19 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:58:18.536901+0000 mgr.smithi031.kqtrbh (mgr.14182) 686 : cluster [DBG] pgmap v416: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:58:19.609 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:58:19.609 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:58:19.997 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:58:20.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:20 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:58:19.614516+0000 mgr.smithi031.kqtrbh (mgr.14182) 687 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:58:20.793 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:20 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:58:19.614516+0000 mgr.smithi031.kqtrbh (mgr.14182) 687 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:58:20.998 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:58:21.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:21 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:58:20.537386+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:58:21.604 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:21 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:58:20.537386+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:58:22.433 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:58:22.433 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:58:22.823 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:58:23.823 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:58:23.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:58:22.438730+0000 mgr.smithi031.kqtrbh (mgr.14182) 689 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:58:23.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:58:22.538020+0000 mgr.smithi031.kqtrbh (mgr.14182) 690 : cluster [DBG] pgmap v418: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:58:23.858 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:58:22.438730+0000 mgr.smithi031.kqtrbh (mgr.14182) 689 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:58:23.858 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:58:22.538020+0000 mgr.smithi031.kqtrbh (mgr.14182) 690 : cluster [DBG] pgmap v418: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:58:25.315 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:58:25.315 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:58:25.627 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:25 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:58:24.538440+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:58:25.679 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:58:25.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:25 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:58:24.538440+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:58:26.679 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:58:27.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:26 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:58:25.320453+0000 mgr.smithi031.kqtrbh (mgr.14182) 692 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:58:27.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:26 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:58:25.320453+0000 mgr.smithi031.kqtrbh (mgr.14182) 692 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:58:27.708 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:27 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:58:26.539143+0000 mgr.smithi031.kqtrbh (mgr.14182) 693 : cluster [DBG] pgmap v420: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:58:28.082 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:58:28.082 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:58:28.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:27 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:58:26.539143+0000 mgr.smithi031.kqtrbh (mgr.14182) 693 : cluster [DBG] pgmap v420: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:58:28.488 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:58:28.793 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:28 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:58:28.087979+0000 mgr.smithi031.kqtrbh (mgr.14182) 694 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:58:29.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:28 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:58:28.087979+0000 mgr.smithi031.kqtrbh (mgr.14182) 694 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:58:29.490 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:58:29.793 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:29 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:58:28.539819+0000 mgr.smithi031.kqtrbh (mgr.14182) 695 : cluster [DBG] pgmap v421: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:58:30.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:29 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:58:28.539819+0000 mgr.smithi031.kqtrbh (mgr.14182) 695 : cluster [DBG] pgmap v421: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:58:30.906 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:58:30.906 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:58:31.311 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:58:32.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:31 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:58:30.540305+0000 mgr.smithi031.kqtrbh (mgr.14182) 696 : cluster [DBG] pgmap v422: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:58:32.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:31 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:58:30.912349+0000 mgr.smithi031.kqtrbh (mgr.14182) 697 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:58:32.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:31 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:58:30.540305+0000 mgr.smithi031.kqtrbh (mgr.14182) 696 : cluster [DBG] pgmap v422: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:58:32.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:31 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:58:30.912349+0000 mgr.smithi031.kqtrbh (mgr.14182) 697 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:58:32.313 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:58:33.658 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:58:33.658 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:58:33.934 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:33 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:58:32.540798+0000 mgr.smithi031.kqtrbh (mgr.14182) 698 : cluster [DBG] pgmap v423: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:58:34.035 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:58:34.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:33 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:58:32.540798+0000 mgr.smithi031.kqtrbh (mgr.14182) 698 : cluster [DBG] pgmap v423: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:58:35.036 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:58:35.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:34 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:58:33.663781+0000 mgr.smithi031.kqtrbh (mgr.14182) 699 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:58:35.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:34 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:58:33.663781+0000 mgr.smithi031.kqtrbh (mgr.14182) 699 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:58:35.731 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:35 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:58:34.541392+0000 mgr.smithi031.kqtrbh (mgr.14182) 700 : cluster [DBG] pgmap v424: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:58:35.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:35 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:58:34.541392+0000 mgr.smithi031.kqtrbh (mgr.14182) 700 : cluster [DBG] pgmap v424: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:58:36.482 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:58:36.482 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:58:36.877 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:58:37.879 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:58:37.913 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:37 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:58:36.487620+0000 mgr.smithi031.kqtrbh (mgr.14182) 701 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:58:37.913 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:37 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:58:36.541974+0000 mgr.smithi031.kqtrbh (mgr.14182) 702 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:58:38.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:37 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:58:36.487620+0000 mgr.smithi031.kqtrbh (mgr.14182) 701 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:58:38.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:37 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:58:36.541974+0000 mgr.smithi031.kqtrbh (mgr.14182) 702 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:58:39.424 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:58:39.425 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:58:39.445 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:39 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:58:38.542570+0000 mgr.smithi031.kqtrbh (mgr.14182) 703 : cluster [DBG] pgmap v426: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:58:39.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:39 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:58:38.542570+0000 mgr.smithi031.kqtrbh (mgr.14182) 703 : cluster [DBG] pgmap v426: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:58:39.801 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:58:40.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:40 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:58:39.430324+0000 mgr.smithi031.kqtrbh (mgr.14182) 704 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:58:40.793 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:40 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:58:39.430324+0000 mgr.smithi031.kqtrbh (mgr.14182) 704 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:58:40.802 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:58:41.471 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:41 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:58:40.543319+0000 mgr.smithi031.kqtrbh (mgr.14182) 705 : cluster [DBG] pgmap v427: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:58:41.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:41 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:58:40.543319+0000 mgr.smithi031.kqtrbh (mgr.14182) 705 : cluster [DBG] pgmap v427: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:58:42.188 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:58:42.189 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:58:42.552 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:58:43.553 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:58:43.928 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:58:42.194188+0000 mgr.smithi031.kqtrbh (mgr.14182) 706 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:58:43.928 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:58:42.543763+0000 mgr.smithi031.kqtrbh (mgr.14182) 707 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:58:44.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:58:42.194188+0000 mgr.smithi031.kqtrbh (mgr.14182) 706 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:58:44.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:58:42.543763+0000 mgr.smithi031.kqtrbh (mgr.14182) 707 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:58:44.987 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:58:44.988 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:58:45.360 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:58:45.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:45 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:58:44.544198+0000 mgr.smithi031.kqtrbh (mgr.14182) 708 : 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-19T15:58:45.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:45 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:58:44.993652+0000 mgr.smithi031.kqtrbh (mgr.14182) 709 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:58:46.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:45 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:58:44.544198+0000 mgr.smithi031.kqtrbh (mgr.14182) 708 : 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-19T15:58:46.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:45 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:58:44.993652+0000 mgr.smithi031.kqtrbh (mgr.14182) 709 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:58:46.361 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:58:47.792 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:58:47.792 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:13.511787Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:50:42.704850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.mfjjvk on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-mfjjvk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.mfjjvk\nDeploy daemon haproxy.nfs.foo.smithi089.mfjjvk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:48:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:49:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:50:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.227025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.sxrnmr on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-sxrnmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.sxrnmr\nDeploy daemon haproxy.nfs.foo.smithi031.sxrnmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:51:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:51:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:52:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:53:12.243314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.kpbevy on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:13.512429Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:13.511943Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:13.512021Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:13.512105Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:13.512172Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:58:47.793 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:47 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:58:46.544665+0000 mgr.smithi031.kqtrbh (mgr.14182) 710 : 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-19T15:58:48.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:47 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:58:46.544665+0000 mgr.smithi031.kqtrbh (mgr.14182) 710 : 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-19T15:58:48.213 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:58:48.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:58:47.797094+0000 mgr.smithi031.kqtrbh (mgr.14182) 711 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:58:48.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:58:47.806029+0000 mgr.smithi031.kqtrbh (mgr.14182) 712 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda 2024-01-19T15:58:48.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda 2024-01-19T15:58:48.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda 2024-01-19T15:58:48.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda 2024-01-19T15:58:48.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: Deploy daemon haproxy.nfs.foo.smithi031.psskda ... 2024-01-19T15:58:48.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T15:58:48.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-19T15:58:48.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr time="2024-01-19T15:56:24Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:58:48.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr time="2024-01-19T15:57:02Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:58:48.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr time="2024-01-19T15:57:39Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:58:48.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-19T15:58:48.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T15:58:48.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: Traceback (most recent call last): 2024-01-19T15:58:48.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-19T15:58:48.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: yield (conn, connr) 2024-01-19T15:58:48.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-19T15:58:48.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: code, '\n'.join(err))) 2024-01-19T15:58:48.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: 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-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda 2024-01-19T15:58:48.842 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda 2024-01-19T15:58:48.842 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda 2024-01-19T15:58:48.842 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda 2024-01-19T15:58:48.842 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: Deploy daemon haproxy.nfs.foo.smithi031.psskda ... 2024-01-19T15:58:48.842 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T15:58:48.842 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-19T15:58:48.842 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr time="2024-01-19T15:56:24Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:58:48.842 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr time="2024-01-19T15:57:02Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:58:48.842 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr time="2024-01-19T15:57:39Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:58:48.842 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-19T15:58:48.842 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T15:58:48.843 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:58:47.806237+0000 mgr.smithi031.kqtrbh (mgr.14182) 713 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi031.psskda 2024-01-19T15:58:48.843 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:58:47.806558+0000 mon.smithi031 (mon.0) 667 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi031.psskda"}]: dispatch 2024-01-19T15:58:48.843 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:58:47.807148+0000 mgr.smithi031.kqtrbh (mgr.14182) 714 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda 2024-01-19T15:58:48.843 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda 2024-01-19T15:58:48.843 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda 2024-01-19T15:58:48.843 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda 2024-01-19T15:58:48.843 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: Deploy daemon haproxy.nfs.foo.smithi031.psskda ... 2024-01-19T15:58:48.843 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T15:58:48.843 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-19T15:58:48.843 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr time="2024-01-19T15:56:24Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:58:48.843 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr time="2024-01-19T15:57:02Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:58:48.843 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr time="2024-01-19T15:57:39Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:58:48.843 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-19T15:58:48.844 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T15:58:48.844 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:58:47.808420+0000 mgr.smithi031.kqtrbh (mgr.14182) 715 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-19T15:58:48.844 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:58:47.809467+0000 mgr.smithi031.kqtrbh (mgr.14182) 716 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-19T15:58:48.844 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:58:47.810177+0000 mgr.smithi031.kqtrbh (mgr.14182) 717 : cluster [DBG] pgmap v431: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-01-19T15:58:48.844 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:58:47.812026+0000 mon.smithi031 (mon.0) 668 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-19T15:58:48.844 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:58:48.049780+0000 mon.smithi031 (mon.0) 669 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:58:48.844 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:58:48.208592+0000 mon.smithi031 (mon.0) 670 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:58:49.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:58:47.797094+0000 mgr.smithi031.kqtrbh (mgr.14182) 711 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:58:49.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:58:47.806029+0000 mgr.smithi031.kqtrbh (mgr.14182) 712 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda 2024-01-19T15:58:49.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda 2024-01-19T15:58:49.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda 2024-01-19T15:58:49.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda 2024-01-19T15:58:49.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: Deploy daemon haproxy.nfs.foo.smithi031.psskda ... 2024-01-19T15:58:49.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T15:58:49.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-19T15:58:49.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr time="2024-01-19T15:56:24Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:58:49.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr time="2024-01-19T15:57:02Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:58:49.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr time="2024-01-19T15:57:39Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:58:49.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-19T15:58:49.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T15:58:49.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: Traceback (most recent call last): 2024-01-19T15:58:49.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-19T15:58:49.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: yield (conn, connr) 2024-01-19T15:58:49.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-19T15:58:49.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: code, '\n'.join(err))) 2024-01-19T15:58:49.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda 2024-01-19T15:58:49.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda 2024-01-19T15:58:49.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda 2024-01-19T15:58:49.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda 2024-01-19T15:58:49.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: Deploy daemon haproxy.nfs.foo.smithi031.psskda ... 2024-01-19T15:58:49.045 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T15:58:49.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-19T15:58:49.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr time="2024-01-19T15:56:24Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:58:49.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr time="2024-01-19T15:57:02Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:58:49.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr time="2024-01-19T15:57:39Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:58:49.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-19T15:58:49.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T15:58:49.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:58:47.806237+0000 mgr.smithi031.kqtrbh (mgr.14182) 713 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi031.psskda 2024-01-19T15:58:49.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:58:47.806558+0000 mon.smithi031 (mon.0) 667 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi031.psskda"}]: dispatch 2024-01-19T15:58:49.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:58:47.807148+0000 mgr.smithi031.kqtrbh (mgr.14182) 714 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda 2024-01-19T15:58:49.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda 2024-01-19T15:58:49.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda 2024-01-19T15:58:49.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda 2024-01-19T15:58:49.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: Deploy daemon haproxy.nfs.foo.smithi031.psskda ... 2024-01-19T15:58:49.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T15:58:49.046 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-19T15:58:49.047 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr time="2024-01-19T15:56:24Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:58:49.047 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr time="2024-01-19T15:57:02Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:58:49.047 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr time="2024-01-19T15:57:39Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T15:58:49.047 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-19T15:58:49.047 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T15:58:49.047 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:58:47.808420+0000 mgr.smithi031.kqtrbh (mgr.14182) 715 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-19T15:58:49.047 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:58:47.809467+0000 mgr.smithi031.kqtrbh (mgr.14182) 716 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-19T15:58:49.047 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:58:47.810177+0000 mgr.smithi031.kqtrbh (mgr.14182) 717 : cluster [DBG] pgmap v431: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-01-19T15:58:49.047 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:58:47.812026+0000 mon.smithi031 (mon.0) 668 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-19T15:58:49.047 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:58:48.049780+0000 mon.smithi031 (mon.0) 669 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:58:49.047 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:58:48.208592+0000 mon.smithi031 (mon.0) 670 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:58:49.214 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:58:50.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:49 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:58:48.604525+0000 mon.smithi031 (mon.0) 671 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-19T15:58:50.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:49 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:58:48.722376+0000 mon.smithi031 (mon.0) 672 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:58:50.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:49 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:58:49.344596+0000 mon.smithi031 (mon.0) 673 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:58:50.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:49 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:58:48.604525+0000 mon.smithi031 (mon.0) 671 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-19T15:58:50.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:49 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:58:48.722376+0000 mon.smithi031 (mon.0) 672 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:58:50.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:49 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:58:49.344596+0000 mon.smithi031 (mon.0) 673 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:58:50.769 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:50 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:58:49.613203+0000 mon.smithi031 (mon.0) 674 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-19T15:58:50.769 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:50 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:58:49.613820+0000 mon.smithi031 (mon.0) 675 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-19T15:58:50.769 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:50 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:58:49.614402+0000 mon.smithi031 (mon.0) 676 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-19T15:58:50.769 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:50 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:58:49.615058+0000 mon.smithi031 (mon.0) 677 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-19T15:58:50.769 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:50 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:58:49.615504+0000 mgr.smithi031.kqtrbh (mgr.14182) 718 : cephadm [INF] Adjusting osd_memory_target on smithi089 to 2968M 2024-01-19T15:58:50.769 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:50 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:58:49.618581+0000 mon.smithi031 (mon.0) 678 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:58:50.769 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:50 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:58:49.810687+0000 mgr.smithi031.kqtrbh (mgr.14182) 719 : cluster [DBG] pgmap v432: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-01-19T15:58:50.878 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:58:50.878 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:53:16.159572Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:53:16.159642Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:53:16.159708Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:53:16.160168Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:53:16.159495Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:53:16.159348Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:53:16.160232Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:53:16.159772Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:53:16.159910Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:53:16.159836Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:58:51.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:50 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:58:49.613203+0000 mon.smithi031 (mon.0) 674 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-19T15:58:51.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:50 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:58:49.613820+0000 mon.smithi031 (mon.0) 675 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-19T15:58:51.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:50 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:58:49.614402+0000 mon.smithi031 (mon.0) 676 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-19T15:58:51.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:50 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:58:49.615058+0000 mon.smithi031 (mon.0) 677 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-19T15:58:51.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:50 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:58:49.615504+0000 mgr.smithi031.kqtrbh (mgr.14182) 718 : cephadm [INF] Adjusting osd_memory_target on smithi089 to 2968M 2024-01-19T15:58:51.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:50 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:58:49.618581+0000 mon.smithi031 (mon.0) 678 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:58:51.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:50 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:58:49.810687+0000 mgr.smithi031.kqtrbh (mgr.14182) 719 : cluster [DBG] pgmap v432: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-01-19T15:58:51.301 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:58:52.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:51 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:58:50.883751+0000 mgr.smithi031.kqtrbh (mgr.14182) 720 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:58:52.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:51 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:58:50.883751+0000 mgr.smithi031.kqtrbh (mgr.14182) 720 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:58:52.303 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:58:52.961 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:52 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:58:51.734899+0000 mon.smithi031 (mon.0) 679 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:58:52.962 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:52 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:58:51.811269+0000 mgr.smithi031.kqtrbh (mgr.14182) 721 : cluster [DBG] pgmap v433: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 181 B/s rd, 0 op/s 2024-01-19T15:58:52.962 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:52 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:58:52.018838+0000 mon.smithi031 (mon.0) 680 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-19T15:58:52.962 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:52 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:58:52.019527+0000 mon.smithi031 (mon.0) 681 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-19T15:58:52.962 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:52 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:58:52.020070+0000 mon.smithi031 (mon.0) 682 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-19T15:58:52.962 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:52 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:58:52.020595+0000 mon.smithi031 (mon.0) 683 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-19T15:58:52.962 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:52 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:58:52.021021+0000 mgr.smithi031.kqtrbh (mgr.14182) 722 : cephadm [INF] Adjusting osd_memory_target on smithi031 to 1945M 2024-01-19T15:58:52.962 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:52 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:58:52.024768+0000 mon.smithi031 (mon.0) 684 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:58:52.962 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:52 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:58:52.025593+0000 mon.smithi031 (mon.0) 685 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:58:52.962 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:52 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:58:52.026154+0000 mon.smithi031 (mon.0) 686 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-19T15:58:52.962 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:52 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:58:52.032025+0000 mon.smithi031 (mon.0) 687 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:58:52.962 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:52 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:58:52.032455+0000 mgr.smithi031.kqtrbh (mgr.14182) 723 : cluster [DBG] pgmap v434: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 107 B/s rd, 0 op/s 2024-01-19T15:58:52.962 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:52 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:58:52.035485+0000 mon.smithi031 (mon.0) 688 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-19T15:58:52.962 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:52 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:58:52.041743+0000 mon.smithi031 (mon.0) 689 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:58:52.963 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:52 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T15:58:52.043822+0000 mgr.smithi031.kqtrbh (mgr.14182) 724 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi089.qtaclh on smithi089 2024-01-19T15:58:53.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:52 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:58:51.734899+0000 mon.smithi031 (mon.0) 679 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:58:53.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:52 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:58:51.811269+0000 mgr.smithi031.kqtrbh (mgr.14182) 721 : cluster [DBG] pgmap v433: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 181 B/s rd, 0 op/s 2024-01-19T15:58:53.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:52 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:58:52.018838+0000 mon.smithi031 (mon.0) 680 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-19T15:58:53.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:52 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:58:52.019527+0000 mon.smithi031 (mon.0) 681 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-19T15:58:53.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:52 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:58:52.020070+0000 mon.smithi031 (mon.0) 682 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-19T15:58:53.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:52 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:58:52.020595+0000 mon.smithi031 (mon.0) 683 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-19T15:58:53.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:52 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:58:52.021021+0000 mgr.smithi031.kqtrbh (mgr.14182) 722 : cephadm [INF] Adjusting osd_memory_target on smithi031 to 1945M 2024-01-19T15:58:53.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:52 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:58:52.024768+0000 mon.smithi031 (mon.0) 684 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:58:53.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:52 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:58:52.025593+0000 mon.smithi031 (mon.0) 685 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T15:58:53.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:52 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:58:52.026154+0000 mon.smithi031 (mon.0) 686 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-19T15:58:53.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:52 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:58:52.032025+0000 mon.smithi031 (mon.0) 687 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:58:53.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:52 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:58:52.032455+0000 mgr.smithi031.kqtrbh (mgr.14182) 723 : cluster [DBG] pgmap v434: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 107 B/s rd, 0 op/s 2024-01-19T15:58:53.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:52 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:58:52.035485+0000 mon.smithi031 (mon.0) 688 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-19T15:58:53.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:52 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:58:52.041743+0000 mon.smithi031 (mon.0) 689 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T15:58:53.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:52 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T15:58:52.043822+0000 mgr.smithi031.kqtrbh (mgr.14182) 724 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi089.qtaclh on smithi089 2024-01-19T15:58:53.690 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:58:53.690 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:58:54.014 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:58:52.733074+0000 mon.smithi031 (mon.0) 690 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-19T15:58:54.014 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:58:52.733102+0000 mon.smithi031 (mon.0) 691 : cluster [INF] Cluster is now healthy 2024-01-19T15:58:54.067 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:58:54.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:58:52.733074+0000 mon.smithi031 (mon.0) 690 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-19T15:58:54.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:58:52.733102+0000 mon.smithi031 (mon.0) 691 : cluster [INF] Cluster is now healthy 2024-01-19T15:58:55.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:54 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:58:53.696190+0000 mgr.smithi031.kqtrbh (mgr.14182) 725 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:58:55.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:54 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:58:54.032895+0000 mgr.smithi031.kqtrbh (mgr.14182) 726 : cluster [DBG] pgmap v435: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 107 B/s rd, 0 op/s 2024-01-19T15:58:55.068 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:58:55.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:54 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:58:53.696190+0000 mgr.smithi031.kqtrbh (mgr.14182) 725 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:58:55.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:54 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:58:54.032895+0000 mgr.smithi031.kqtrbh (mgr.14182) 726 : cluster [DBG] pgmap v435: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 107 B/s rd, 0 op/s 2024-01-19T15:58:56.477 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:58:56.477 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:58:56.857 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:58:57.338 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:57 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:58:56.033338+0000 mgr.smithi031.kqtrbh (mgr.14182) 727 : cluster [DBG] pgmap v436: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 107 B/s rd, 0 op/s 2024-01-19T15:58:57.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:57 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:58:56.033338+0000 mgr.smithi031.kqtrbh (mgr.14182) 727 : cluster [DBG] pgmap v436: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 107 B/s rd, 0 op/s 2024-01-19T15:58:57.857 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:58:58.200 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:58 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:58:56.482526+0000 mgr.smithi031.kqtrbh (mgr.14182) 728 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:58:58.338 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:58 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:58:56.482526+0000 mgr.smithi031.kqtrbh (mgr.14182) 728 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:58:59.261 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:58:59.261 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:58:59.290 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:58:59 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:58:58.033904+0000 mgr.smithi031.kqtrbh (mgr.14182) 729 : cluster [DBG] pgmap v437: 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-19T15:58:59.338 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:58:59 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:58:58.033904+0000 mgr.smithi031.kqtrbh (mgr.14182) 729 : cluster [DBG] pgmap v437: 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-19T15:58:59.690 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:59:00.691 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:59:01.393 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:59:01 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:58:59.266635+0000 mgr.smithi031.kqtrbh (mgr.14182) 730 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:59:01.393 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:59:01 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:59:00.034432+0000 mgr.smithi031.kqtrbh (mgr.14182) 731 : cluster [DBG] pgmap v438: 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-19T15:59:01.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:59:01 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:58:59.266635+0000 mgr.smithi031.kqtrbh (mgr.14182) 730 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:59:01.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:59:01 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:59:00.034432+0000 mgr.smithi031.kqtrbh (mgr.14182) 731 : cluster [DBG] pgmap v438: 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-19T15:59:02.095 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:59:02.095 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:59:02.473 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:59:03.474 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:59:03.508 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:59:03 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:59:02.034869+0000 mgr.smithi031.kqtrbh (mgr.14182) 732 : cluster [DBG] pgmap v439: 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-19T15:59:03.508 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:59:03 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:59:02.100813+0000 mgr.smithi031.kqtrbh (mgr.14182) 733 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:59:03.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:59:03 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:59:02.034869+0000 mgr.smithi031.kqtrbh (mgr.14182) 732 : cluster [DBG] pgmap v439: 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-19T15:59:03.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:59:03 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:59:02.100813+0000 mgr.smithi031.kqtrbh (mgr.14182) 733 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:59:04.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:59:04 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:59:04.035259+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:59:04.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:59:04 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:59:04.035259+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:59:04.955 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:59:04.956 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:59:05.348 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:59:05.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:59:05 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:59:04.961942+0000 mgr.smithi031.kqtrbh (mgr.14182) 735 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:59:05.793 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:59:05 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:59:04.961942+0000 mgr.smithi031.kqtrbh (mgr.14182) 735 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:59:06.349 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:59:06.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:59:06 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:59:06.035829+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:59:06.707 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:59:06 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:59:06.035829+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:59:07.812 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:59:07.812 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:59:08.205 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:59:09.206 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:59:09.338 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:59:09 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:59:07.817534+0000 mgr.smithi031.kqtrbh (mgr.14182) 737 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:59:09.338 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:59:09 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:59:08.036244+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:59:09.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:59:09 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:59:07.817534+0000 mgr.smithi031.kqtrbh (mgr.14182) 737 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:59:09.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:59:09 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:59:08.036244+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:59:10.629 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:59:10.630 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:59:11.021 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:59:11.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:59:11 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:59:10.036736+0000 mgr.smithi031.kqtrbh (mgr.14182) 739 : cluster [DBG] pgmap v443: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:59:11.338 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:59:11 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:59:10.036736+0000 mgr.smithi031.kqtrbh (mgr.14182) 739 : cluster [DBG] pgmap v443: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:59:12.023 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:59:12.338 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:59:12 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:59:10.635547+0000 mgr.smithi031.kqtrbh (mgr.14182) 740 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:59:12.374 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:59:12 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:59:10.635547+0000 mgr.smithi031.kqtrbh (mgr.14182) 740 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:59:13.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:59:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:59:12.037189+0000 mgr.smithi031.kqtrbh (mgr.14182) 741 : cluster [DBG] pgmap v444: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:59:13.404 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:59:13.404 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:59:13.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:59:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:59:12.037189+0000 mgr.smithi031.kqtrbh (mgr.14182) 741 : cluster [DBG] pgmap v444: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:59:13.778 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:59:14.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:59:14 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:59:13.410394+0000 mgr.smithi031.kqtrbh (mgr.14182) 742 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:59:14.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:59:14 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:59:14.037745+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:59:14.779 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:59:14.793 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:59:14 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:59:13.410394+0000 mgr.smithi031.kqtrbh (mgr.14182) 742 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:59:14.793 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:59:14 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:59:14.037745+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:59:16.228 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:59:16.228 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:59:16.638 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:59:17.338 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:59:17 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:59:16.038203+0000 mgr.smithi031.kqtrbh (mgr.14182) 744 : 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-19T15:59:17.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:59:17 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:59:16.038203+0000 mgr.smithi031.kqtrbh (mgr.14182) 744 : 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-19T15:59:17.639 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:59:18.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:59:18 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:59:16.233396+0000 mgr.smithi031.kqtrbh (mgr.14182) 745 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:59:18.338 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:59:18 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:59:16.233396+0000 mgr.smithi031.kqtrbh (mgr.14182) 745 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:59:19.058 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:59:19.058 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:59:19.401 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:59:19 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:59:18.038605+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:59:19.437 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:59:19.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:59:19 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:59:18.038605+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:59:20.437 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:59:20.472 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:59:20 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:59:19.063982+0000 mgr.smithi031.kqtrbh (mgr.14182) 747 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:59:20.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:59:20 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:59:19.063982+0000 mgr.smithi031.kqtrbh (mgr.14182) 747 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:59:21.353 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:59:21 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:59:20.039233+0000 mgr.smithi031.kqtrbh (mgr.14182) 748 : cluster [DBG] pgmap v448: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:59:21.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:59:21 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:59:20.039233+0000 mgr.smithi031.kqtrbh (mgr.14182) 748 : cluster [DBG] pgmap v448: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:59:21.867 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:59:21.868 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:59:22.245 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:59:23.246 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:59:23.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:59:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:59:21.873832+0000 mgr.smithi031.kqtrbh (mgr.14182) 749 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:59:23.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:59:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:59:22.039688+0000 mgr.smithi031.kqtrbh (mgr.14182) 750 : cluster [DBG] pgmap v449: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:59:23.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:59:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:59:21.873832+0000 mgr.smithi031.kqtrbh (mgr.14182) 749 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:59:23.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:59:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:59:22.039688+0000 mgr.smithi031.kqtrbh (mgr.14182) 750 : cluster [DBG] pgmap v449: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:59:24.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:59:24 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:59:24.040516+0000 mgr.smithi031.kqtrbh (mgr.14182) 751 : 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-19T15:59:24.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:59:24 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:59:24.040516+0000 mgr.smithi031.kqtrbh (mgr.14182) 751 : 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-19T15:59:24.655 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:59:24.655 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:59:25.086 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:59:25.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:59:25 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:59:24.660960+0000 mgr.smithi031.kqtrbh (mgr.14182) 752 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:59:25.793 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:59:25 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:59:24.660960+0000 mgr.smithi031.kqtrbh (mgr.14182) 752 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:59:26.087 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:59:26.445 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:59:26 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:59:26.041282+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:59:26.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:59:26 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:59:26.041282+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:59:27.473 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:59:27.473 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:59:27.852 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:59:28.853 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:59:29.244 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:59:29 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:59:27.478976+0000 mgr.smithi031.kqtrbh (mgr.14182) 754 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:59:29.245 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:59:29 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:59:28.041771+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:59:29.338 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:59:29 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:59:27.478976+0000 mgr.smithi031.kqtrbh (mgr.14182) 754 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:59:29.338 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:59:29 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:59:28.041771+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:59:30.299 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:59:30.299 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:59:30.678 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:59:31.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:59:31 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:59:30.042230+0000 mgr.smithi031.kqtrbh (mgr.14182) 756 : cluster [DBG] pgmap v453: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:59:31.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:59:31 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:59:30.042230+0000 mgr.smithi031.kqtrbh (mgr.14182) 756 : cluster [DBG] pgmap v453: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:59:31.679 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:59:32.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:59:32 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:59:30.305224+0000 mgr.smithi031.kqtrbh (mgr.14182) 757 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:59:32.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:59:32 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:59:30.305224+0000 mgr.smithi031.kqtrbh (mgr.14182) 757 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:59:33.136 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:59:33.137 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:59:33.457 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:59:33 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:59:32.042778+0000 mgr.smithi031.kqtrbh (mgr.14182) 758 : cluster [DBG] pgmap v454: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:59:33.543 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:59:33.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:59:33 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:59:32.042778+0000 mgr.smithi031.kqtrbh (mgr.14182) 758 : cluster [DBG] pgmap v454: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:59:34.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:59:34 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:59:33.142442+0000 mgr.smithi031.kqtrbh (mgr.14182) 759 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:59:34.543 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:59:34.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:59:34 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:59:33.142442+0000 mgr.smithi031.kqtrbh (mgr.14182) 759 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:59:35.204 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:59:35 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:59:34.043427+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:59:35.473 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:59:35 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:59:34.043427+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:59:35.912 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:59:35.912 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:59:36.292 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:59:37.293 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:59:37.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:59:37 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:59:35.918051+0000 mgr.smithi031.kqtrbh (mgr.14182) 761 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:59:37.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:59:37 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:59:36.043891+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:59:37.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:59:37 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:59:35.918051+0000 mgr.smithi031.kqtrbh (mgr.14182) 761 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:59:37.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:59:37 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:59:36.043891+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:59:38.707 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:59:38.708 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:59:39.093 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:59:39.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:59:39 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:59:38.044292+0000 mgr.smithi031.kqtrbh (mgr.14182) 763 : 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-19T15:59:39.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:59:39 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:59:38.044292+0000 mgr.smithi031.kqtrbh (mgr.14182) 763 : 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-19T15:59:40.094 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:59:40.460 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:59:40 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:59:38.713323+0000 mgr.smithi031.kqtrbh (mgr.14182) 764 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:59:40.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:59:40 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:59:38.713323+0000 mgr.smithi031.kqtrbh (mgr.14182) 764 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:59:41.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:59:41 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:59:40.044782+0000 mgr.smithi031.kqtrbh (mgr.14182) 765 : cluster [DBG] pgmap v458: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:59:41.550 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:59:41.550 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:59:41.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:59:41 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:59:40.044782+0000 mgr.smithi031.kqtrbh (mgr.14182) 765 : cluster [DBG] pgmap v458: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:59:41.967 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:59:42.968 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:59:43.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:59:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:59:41.556786+0000 mgr.smithi031.kqtrbh (mgr.14182) 766 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:59:43.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:59:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:59:42.045320+0000 mgr.smithi031.kqtrbh (mgr.14182) 767 : cluster [DBG] pgmap v459: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:59:43.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:59:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:59:41.556786+0000 mgr.smithi031.kqtrbh (mgr.14182) 766 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:59:43.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:59:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:59:42.045320+0000 mgr.smithi031.kqtrbh (mgr.14182) 767 : cluster [DBG] pgmap v459: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:59:44.361 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:59:44.361 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:59:44.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:59:44 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:59:44.045709+0000 mgr.smithi031.kqtrbh (mgr.14182) 768 : 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-19T15:59:44.690 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:59:44 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:59:44.045709+0000 mgr.smithi031.kqtrbh (mgr.14182) 768 : 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-19T15:59:44.711 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:59:45.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:59:45 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:59:44.366494+0000 mgr.smithi031.kqtrbh (mgr.14182) 769 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:59:45.711 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:59:45.742 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:59:45 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:59:44.366494+0000 mgr.smithi031.kqtrbh (mgr.14182) 769 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:59:46.427 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:59:46 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:59:46.046242+0000 mgr.smithi031.kqtrbh (mgr.14182) 770 : 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-19T15:59:46.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:59:46 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:59:46.046242+0000 mgr.smithi031.kqtrbh (mgr.14182) 770 : 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-19T15:59:47.139 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:59:47.139 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:59:47.471 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:59:47 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:59:47.145045+0000 mgr.smithi031.kqtrbh (mgr.14182) 771 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:59:47.515 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:59:47.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:59:47 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:59:47.145045+0000 mgr.smithi031.kqtrbh (mgr.14182) 771 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:59:48.516 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:59:48.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:59:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:59:48.046944+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:59:48.793 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:59:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:59:48.046944+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:59:49.927 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:59:49.927 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:59:50.392 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:59:51.393 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:59:51.427 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:59:51 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:59:49.932702+0000 mgr.smithi031.kqtrbh (mgr.14182) 773 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:59:51.427 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:59:51 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:59:50.047435+0000 mgr.smithi031.kqtrbh (mgr.14182) 774 : cluster [DBG] pgmap v463: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:59:51.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:59:51 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:59:49.932702+0000 mgr.smithi031.kqtrbh (mgr.14182) 773 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:59:51.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:59:51 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:59:50.047435+0000 mgr.smithi031.kqtrbh (mgr.14182) 774 : cluster [DBG] pgmap v463: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T15:59:52.768 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:59:52.768 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:59:53.164 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:59:53.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:59:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:59:52.047923+0000 mgr.smithi031.kqtrbh (mgr.14182) 775 : cluster [DBG] pgmap v464: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:59:53.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:59:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:59:52.047923+0000 mgr.smithi031.kqtrbh (mgr.14182) 775 : cluster [DBG] pgmap v464: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T15:59:54.165 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:59:54.541 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:59:54 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:59:52.773939+0000 mgr.smithi031.kqtrbh (mgr.14182) 776 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:59:54.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:59:54 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:59:52.773939+0000 mgr.smithi031.kqtrbh (mgr.14182) 776 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:59:55.176 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:59:55 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:59:54.048463+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:59:55.472 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:59:55 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:59:54.048463+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:59:55.557 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:59:55.557 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:59:55.947 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:59:56.948 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T15:59:57.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:59:57 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:59:55.563562+0000 mgr.smithi031.kqtrbh (mgr.14182) 778 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:59:57.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:59:57 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:59:56.049258+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:59:57.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:59:57 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:59:55.563562+0000 mgr.smithi031.kqtrbh (mgr.14182) 778 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T15:59:57.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:59:57 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:59:56.049258+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T15:59:58.393 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T15:59:58.393 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T15:59:58.798 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T15:59:59.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 15:59:59 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T15:59:58.049645+0000 mgr.smithi031.kqtrbh (mgr.14182) 780 : 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-19T15:59:59.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 15:59:59 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T15:59:58.049645+0000 mgr.smithi031.kqtrbh (mgr.14182) 780 : 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-19T15:59:59.799 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:00:00.508 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:00:00 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T15:59:58.399212+0000 mgr.smithi031.kqtrbh (mgr.14182) 781 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:00:00.509 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:00:00 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:00:00.000094+0000 mon.smithi031 (mon.0) 692 : cluster [INF] overall HEALTH_OK 2024-01-19T16:00:00.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:00:00 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T15:59:58.399212+0000 mgr.smithi031.kqtrbh (mgr.14182) 781 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:00:00.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:00:00 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:00:00.000094+0000 mon.smithi031 (mon.0) 692 : cluster [INF] overall HEALTH_OK 2024-01-19T16:00:01.220 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:00:01.220 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:00:01.382 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:00:01 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:00:00.050141+0000 mgr.smithi031.kqtrbh (mgr.14182) 782 : cluster [DBG] pgmap v468: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:00:01.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:00:01 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:00:00.050141+0000 mgr.smithi031.kqtrbh (mgr.14182) 782 : cluster [DBG] pgmap v468: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:00:01.596 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:00:02.600 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:00:03.291 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:00:03 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:00:01.225539+0000 mgr.smithi031.kqtrbh (mgr.14182) 783 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:00:03.291 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:00:03 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:00:02.050757+0000 mgr.smithi031.kqtrbh (mgr.14182) 784 : cluster [DBG] pgmap v469: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:00:03.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:00:03 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:00:01.225539+0000 mgr.smithi031.kqtrbh (mgr.14182) 783 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:00:03.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:00:03 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:00:02.050757+0000 mgr.smithi031.kqtrbh (mgr.14182) 784 : cluster [DBG] pgmap v469: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:00:03.992 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:00:03.992 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:00:04.372 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:00:04.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:00:04 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:00:03.997996+0000 mgr.smithi031.kqtrbh (mgr.14182) 785 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:00:04.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:00:04 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:00:04.051145+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T16:00:04.793 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:00:04 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:00:03.997996+0000 mgr.smithi031.kqtrbh (mgr.14182) 785 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:00:04.793 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:00:04 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:00:04.051145+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T16:00:05.372 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:00:06.736 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:00:06.736 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:00:07.114 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:00:07.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:00:07 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:00:06.051632+0000 mgr.smithi031.kqtrbh (mgr.14182) 787 : 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-19T16:00:07.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:00:07 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:00:06.051632+0000 mgr.smithi031.kqtrbh (mgr.14182) 787 : 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-19T16:00:08.116 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:00:08.471 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:00:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:00:06.740971+0000 mgr.smithi031.kqtrbh (mgr.14182) 788 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:00:08.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:00:08 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:00:06.740971+0000 mgr.smithi031.kqtrbh (mgr.14182) 788 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:00:09.182 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:00:09 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:00:08.052171+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T16:00:09.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:00:09 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:00:08.052171+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T16:00:09.613 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:00:09.613 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:00:10.023 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:00:11.024 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:00:11.395 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:00:11 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:00:09.619315+0000 mgr.smithi031.kqtrbh (mgr.14182) 790 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:00:11.395 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:00:11 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:00:10.052634+0000 mgr.smithi031.kqtrbh (mgr.14182) 791 : cluster [DBG] pgmap v473: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:00:11.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:00:11 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:00:09.619315+0000 mgr.smithi031.kqtrbh (mgr.14182) 790 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:00:11.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:00:11 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:00:10.052634+0000 mgr.smithi031.kqtrbh (mgr.14182) 791 : cluster [DBG] pgmap v473: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:00:12.430 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:00:12.431 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:00:12.811 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:00:13.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:00:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:00:12.053188+0000 mgr.smithi031.kqtrbh (mgr.14182) 792 : cluster [DBG] pgmap v474: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:00:13.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:00:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:00:12.053188+0000 mgr.smithi031.kqtrbh (mgr.14182) 792 : cluster [DBG] pgmap v474: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:00:13.812 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:00:14.530 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:00:14 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:00:12.436812+0000 mgr.smithi031.kqtrbh (mgr.14182) 793 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:00:14.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:00:14 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:00:12.436812+0000 mgr.smithi031.kqtrbh (mgr.14182) 793 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:00:15.267 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:00:15.267 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:00:15.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:00:15 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:00:14.053559+0000 mgr.smithi031.kqtrbh (mgr.14182) 794 : 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-19T16:00:15.472 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:00:15 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:00:14.053559+0000 mgr.smithi031.kqtrbh (mgr.14182) 794 : 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-19T16:00:15.696 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:00:16.697 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:00:17.356 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:00:17 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:00:15.272713+0000 mgr.smithi031.kqtrbh (mgr.14182) 795 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:00:17.356 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:00:17 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:00:16.053995+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T16:00:17.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:00:17 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:00:15.272713+0000 mgr.smithi031.kqtrbh (mgr.14182) 795 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:00:17.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:00:17 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:00:16.053995+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T16:00:18.056 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:00:18.056 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:00:18.444 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:00:19.447 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:00:19.481 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:00:19 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:00:18.054441+0000 mgr.smithi031.kqtrbh (mgr.14182) 797 : 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-19T16:00:19.481 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:00:19 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:00:18.061975+0000 mgr.smithi031.kqtrbh (mgr.14182) 798 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:00:19.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:00:19 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:00:18.054441+0000 mgr.smithi031.kqtrbh (mgr.14182) 797 : 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-19T16:00:19.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:00:19 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:00:18.061975+0000 mgr.smithi031.kqtrbh (mgr.14182) 798 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:00:20.853 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:00:20.853 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:00:21.208 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:00:21 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:00:20.054991+0000 mgr.smithi031.kqtrbh (mgr.14182) 799 : cluster [DBG] pgmap v478: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:00:21.228 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:00:21.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:00:21 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:00:20.054991+0000 mgr.smithi031.kqtrbh (mgr.14182) 799 : cluster [DBG] pgmap v478: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:00:22.229 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:00:22.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:00:22 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:00:20.859179+0000 mgr.smithi031.kqtrbh (mgr.14182) 800 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:00:22.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:00:22 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:00:20.859179+0000 mgr.smithi031.kqtrbh (mgr.14182) 800 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:00:23.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:00:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:00:22.055518+0000 mgr.smithi031.kqtrbh (mgr.14182) 801 : cluster [DBG] pgmap v479: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:00:23.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:00:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:00:22.055518+0000 mgr.smithi031.kqtrbh (mgr.14182) 801 : cluster [DBG] pgmap v479: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:00:23.683 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:00:23.683 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:00:24.100 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:00:24.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:00:24 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:00:23.688857+0000 mgr.smithi031.kqtrbh (mgr.14182) 802 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:00:24.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:00:24 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:00:24.056119+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T16:00:24.793 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:00:24 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:00:23.688857+0000 mgr.smithi031.kqtrbh (mgr.14182) 802 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:00:24.793 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:00:24 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:00:24.056119+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T16:00:25.101 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:00:26.520 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:00:26.520 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:00:26.893 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:00:27.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:00:27 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:00:26.056751+0000 mgr.smithi031.kqtrbh (mgr.14182) 804 : 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-19T16:00:27.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:00:27 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:00:26.056751+0000 mgr.smithi031.kqtrbh (mgr.14182) 804 : 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-19T16:00:27.893 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:00:28.276 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:00:28 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:00:26.526233+0000 mgr.smithi031.kqtrbh (mgr.14182) 805 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:00:28.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:00:28 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:00:26.526233+0000 mgr.smithi031.kqtrbh (mgr.14182) 805 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:00:29.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:00:29 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:00:28.057129+0000 mgr.smithi031.kqtrbh (mgr.14182) 806 : 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-19T16:00:29.314 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:00:29.315 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:00:29.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:00:29 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:00:28.057129+0000 mgr.smithi031.kqtrbh (mgr.14182) 806 : 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-19T16:00:29.692 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:00:30.693 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:00:31.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:00:31 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:00:29.321040+0000 mgr.smithi031.kqtrbh (mgr.14182) 807 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:00:31.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:00:31 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:00:30.057560+0000 mgr.smithi031.kqtrbh (mgr.14182) 808 : cluster [DBG] pgmap v483: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:00:31.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:00:31 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:00:29.321040+0000 mgr.smithi031.kqtrbh (mgr.14182) 807 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:00:31.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:00:31 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:00:30.057560+0000 mgr.smithi031.kqtrbh (mgr.14182) 808 : cluster [DBG] pgmap v483: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:00:32.156 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:00:32.156 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:00:32.532 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:00:33.533 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:00:33.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:00:33 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:00:32.058009+0000 mgr.smithi031.kqtrbh (mgr.14182) 809 : cluster [DBG] pgmap v484: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:00:33.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:00:33 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:00:32.161932+0000 mgr.smithi031.kqtrbh (mgr.14182) 810 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:00:33.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:00:33 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:00:32.058009+0000 mgr.smithi031.kqtrbh (mgr.14182) 809 : cluster [DBG] pgmap v484: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:00:33.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:00:33 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:00:32.161932+0000 mgr.smithi031.kqtrbh (mgr.14182) 810 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:00:34.536 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:00:34 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:00:34.058561+0000 mgr.smithi031.kqtrbh (mgr.14182) 811 : 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-19T16:00:34.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:00:34 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:00:34.058561+0000 mgr.smithi031.kqtrbh (mgr.14182) 811 : 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-19T16:00:34.900 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:00:34.901 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:00:35.266 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:00:35.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:00:35 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:00:34.906430+0000 mgr.smithi031.kqtrbh (mgr.14182) 812 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:00:35.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:00:35 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:00:34.906430+0000 mgr.smithi031.kqtrbh (mgr.14182) 812 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:00:36.266 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:00:36.650 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:00:36 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:00:36.059172+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T16:00:36.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:00:36 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:00:36.059172+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T16:00:37.685 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:00:37.685 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:00:38.058 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:00:39.059 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:00:39.408 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:00:39 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:00:37.691394+0000 mgr.smithi031.kqtrbh (mgr.14182) 814 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:00:39.408 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:00:39 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:00:38.059560+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T16:00:39.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:00:39 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:00:37.691394+0000 mgr.smithi031.kqtrbh (mgr.14182) 814 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:00:39.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:00:39 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:00:38.059560+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T16:00:40.508 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:00:40.508 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:00:40.857 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:00:41.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:00:41 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:00:40.060264+0000 mgr.smithi031.kqtrbh (mgr.14182) 816 : cluster [DBG] pgmap v488: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:00:41.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:00:41 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:00:40.060264+0000 mgr.smithi031.kqtrbh (mgr.14182) 816 : cluster [DBG] pgmap v488: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:00:41.859 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:00:42.199 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:00:42 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:00:40.514360+0000 mgr.smithi031.kqtrbh (mgr.14182) 817 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:00:42.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:00:42 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:00:40.514360+0000 mgr.smithi031.kqtrbh (mgr.14182) 817 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:00:43.274 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:00:43.274 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:00:43.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:00:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:00:42.060807+0000 mgr.smithi031.kqtrbh (mgr.14182) 818 : cluster [DBG] pgmap v489: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:00:43.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:00:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:00:42.060807+0000 mgr.smithi031.kqtrbh (mgr.14182) 818 : cluster [DBG] pgmap v489: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:00:43.655 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:00:44.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:00:44 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:00:43.279902+0000 mgr.smithi031.kqtrbh (mgr.14182) 819 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:00:44.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:00:44 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:00:44.061333+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T16:00:44.656 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:00:44.690 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:00:44 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:00:43.279902+0000 mgr.smithi031.kqtrbh (mgr.14182) 819 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:00:44.690 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:00:44 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:00:44.061333+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T16:00:46.007 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:00:46.007 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:00:46.380 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:00:47.382 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:00:47.415 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:00:47 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:00:46.012682+0000 mgr.smithi031.kqtrbh (mgr.14182) 821 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:00:47.415 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:00:47 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:00:46.061779+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T16:00:47.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:00:47 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:00:46.012682+0000 mgr.smithi031.kqtrbh (mgr.14182) 821 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:00:47.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:00:47 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:00:46.061779+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T16:00:48.760 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:00:48.761 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:00:49.147 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:00:49.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:00:49 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:00:48.062177+0000 mgr.smithi031.kqtrbh (mgr.14182) 823 : 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-19T16:00:49.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:00:49 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:00:48.062177+0000 mgr.smithi031.kqtrbh (mgr.14182) 823 : 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-19T16:00:50.148 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:00:50.505 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:00:50 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:00:48.765975+0000 mgr.smithi031.kqtrbh (mgr.14182) 824 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:00:50.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:00:50 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:00:48.765975+0000 mgr.smithi031.kqtrbh (mgr.14182) 824 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:00:51.183 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:00:51 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:00:50.062671+0000 mgr.smithi031.kqtrbh (mgr.14182) 825 : cluster [DBG] pgmap v493: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:00:51.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:00:51 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:00:50.062671+0000 mgr.smithi031.kqtrbh (mgr.14182) 825 : cluster [DBG] pgmap v493: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:00:51.589 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:00:51.589 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:00:51.987 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:00:52.988 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:00:53.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:00:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:00:51.595310+0000 mgr.smithi031.kqtrbh (mgr.14182) 826 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:00:53.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:00:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:00:52.063395+0000 mgr.smithi031.kqtrbh (mgr.14182) 827 : cluster [DBG] pgmap v494: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:00:53.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:00:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:00:51.595310+0000 mgr.smithi031.kqtrbh (mgr.14182) 826 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:00:53.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:00:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:00:52.063395+0000 mgr.smithi031.kqtrbh (mgr.14182) 827 : cluster [DBG] pgmap v494: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:00:54.374 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:00:54.374 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:00:54.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:00:54 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:00:54.063825+0000 mgr.smithi031.kqtrbh (mgr.14182) 828 : 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-19T16:00:54.694 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:00:54 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:00:54.063825+0000 mgr.smithi031.kqtrbh (mgr.14182) 828 : 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-19T16:00:54.714 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:00:55.715 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:00:55.749 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:00:55 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:00:54.380220+0000 mgr.smithi031.kqtrbh (mgr.14182) 829 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:00:55.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:00:55 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:00:54.380220+0000 mgr.smithi031.kqtrbh (mgr.14182) 829 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:00:56.760 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:00:56 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:00:56.064359+0000 mgr.smithi031.kqtrbh (mgr.14182) 830 : 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-19T16:00:56.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:00:56 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:00:56.064359+0000 mgr.smithi031.kqtrbh (mgr.14182) 830 : 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-19T16:00:57.137 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:00:57.137 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:00:57.493 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:00:57 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:00:57.142910+0000 mgr.smithi031.kqtrbh (mgr.14182) 831 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:00:57.520 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:00:57.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:00:57 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:00:57.142910+0000 mgr.smithi031.kqtrbh (mgr.14182) 831 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:00:58.521 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:00:58.793 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:00:58 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:00:58.064948+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T16:00:58.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:00:58 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:00:58.064948+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T16:00:59.914 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:00:59.915 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:01:00.295 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:01:01.297 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:01:01.412 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:01 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:00:59.920140+0000 mgr.smithi031.kqtrbh (mgr.14182) 833 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:01:01.412 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:01 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:01:00.065531+0000 mgr.smithi031.kqtrbh (mgr.14182) 834 : cluster [DBG] pgmap v498: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:01:01.462 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:01 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:00:59.920140+0000 mgr.smithi031.kqtrbh (mgr.14182) 833 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:01:01.462 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:01 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:01:00.065531+0000 mgr.smithi031.kqtrbh (mgr.14182) 834 : cluster [DBG] pgmap v498: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:01:02.771 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:01:02.771 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:01:03.144 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:01:03.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:03 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:01:02.065974+0000 mgr.smithi031.kqtrbh (mgr.14182) 835 : cluster [DBG] pgmap v499: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:01:03.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:03 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:01:02.065974+0000 mgr.smithi031.kqtrbh (mgr.14182) 835 : cluster [DBG] pgmap v499: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:01:04.145 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:01:04.529 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:04 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:01:02.777217+0000 mgr.smithi031.kqtrbh (mgr.14182) 836 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:01:04.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:04 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:01:02.777217+0000 mgr.smithi031.kqtrbh (mgr.14182) 836 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:01:05.240 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:05 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:01:04.066465+0000 mgr.smithi031.kqtrbh (mgr.14182) 837 : 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-19T16:01:05.471 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:05 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:01:04.066465+0000 mgr.smithi031.kqtrbh (mgr.14182) 837 : 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-19T16:01:05.597 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:01:05.598 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:01:05.980 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:01:06.983 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:01:07.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:07 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:01:05.604092+0000 mgr.smithi031.kqtrbh (mgr.14182) 838 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:01:07.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:07 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:01:06.067158+0000 mgr.smithi031.kqtrbh (mgr.14182) 839 : 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-19T16:01:07.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:07 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:01:05.604092+0000 mgr.smithi031.kqtrbh (mgr.14182) 838 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:01:07.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:07 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:01:06.067158+0000 mgr.smithi031.kqtrbh (mgr.14182) 839 : 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-19T16:01:08.395 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:01:08.396 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:01:08.818 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:01:09.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:09 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:01:08.067626+0000 mgr.smithi031.kqtrbh (mgr.14182) 840 : 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-19T16:01:09.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:09 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:01:08.067626+0000 mgr.smithi031.kqtrbh (mgr.14182) 840 : 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-19T16:01:09.819 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:01:10.496 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:10 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:01:08.401960+0000 mgr.smithi031.kqtrbh (mgr.14182) 841 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:01:10.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:10 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:01:08.401960+0000 mgr.smithi031.kqtrbh (mgr.14182) 841 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:01:11.196 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:01:11.196 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:01:11.540 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:11 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:01:10.068096+0000 mgr.smithi031.kqtrbh (mgr.14182) 842 : cluster [DBG] pgmap v503: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:01:11.576 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:01:11.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:11 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:01:10.068096+0000 mgr.smithi031.kqtrbh (mgr.14182) 842 : cluster [DBG] pgmap v503: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:01:12.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:12 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:01:11.202460+0000 mgr.smithi031.kqtrbh (mgr.14182) 843 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:01:12.576 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:01:12.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:12 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:01:11.202460+0000 mgr.smithi031.kqtrbh (mgr.14182) 843 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:01:13.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:01:12.068672+0000 mgr.smithi031.kqtrbh (mgr.14182) 844 : cluster [DBG] pgmap v504: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:01:13.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:01:12.068672+0000 mgr.smithi031.kqtrbh (mgr.14182) 844 : cluster [DBG] pgmap v504: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:01:14.036 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:01:14.036 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:01:14.426 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:01:14.793 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:14 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:01:14.041998+0000 mgr.smithi031.kqtrbh (mgr.14182) 845 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:01:14.793 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:14 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:01:14.069062+0000 mgr.smithi031.kqtrbh (mgr.14182) 846 : 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-19T16:01:14.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:14 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:01:14.041998+0000 mgr.smithi031.kqtrbh (mgr.14182) 845 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:01:14.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:14 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:01:14.069062+0000 mgr.smithi031.kqtrbh (mgr.14182) 846 : 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-19T16:01:15.428 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:01:16.961 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:01:16.961 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:01:17.257 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:17 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:01:16.069709+0000 mgr.smithi031.kqtrbh (mgr.14182) 847 : 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-19T16:01:17.289 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:01:17.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:17 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:01:16.069709+0000 mgr.smithi031.kqtrbh (mgr.14182) 847 : 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-19T16:01:18.290 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:01:18.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:18 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:01:16.967242+0000 mgr.smithi031.kqtrbh (mgr.14182) 848 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:01:18.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:18 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:01:16.967242+0000 mgr.smithi031.kqtrbh (mgr.14182) 848 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:01:19.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:19 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:01:18.070214+0000 mgr.smithi031.kqtrbh (mgr.14182) 849 : 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-19T16:01:19.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:19 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:01:18.070214+0000 mgr.smithi031.kqtrbh (mgr.14182) 849 : 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-19T16:01:19.694 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:01:19.695 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:53:12.244484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.rtnxvd on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:01:20.084 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:01:21.085 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:01:21.450 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:21 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:01:19.700487+0000 mgr.smithi031.kqtrbh (mgr.14182) 850 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:01:21.450 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:21 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:01:20.070689+0000 mgr.smithi031.kqtrbh (mgr.14182) 851 : cluster [DBG] pgmap v508: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:01:21.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:21 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:01:19.700487+0000 mgr.smithi031.kqtrbh (mgr.14182) 850 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:01:21.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:21 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:01:20.070689+0000 mgr.smithi031.kqtrbh (mgr.14182) 851 : cluster [DBG] pgmap v508: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:01:22.500 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:01:22.500 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:01:22.521 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:22 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:01:21.968192+0000 mon.smithi031 (mon.0) 693 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi089.qtaclh"}]: dispatch 2024-01-19T16:01:22.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:22 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:01:21.968192+0000 mon.smithi031 (mon.0) 693 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi089.qtaclh"}]: dispatch 2024-01-19T16:01:22.882 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:01:23.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T16:01:21.967727+0000 mgr.smithi031.kqtrbh (mgr.14182) 852 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh 2024-01-19T16:01:23.544 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh 2024-01-19T16:01:23.544 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh 2024-01-19T16:01:23.544 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh 2024-01-19T16:01:23.544 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: Deploy daemon haproxy.nfs.foo.smithi089.qtaclh ... 2024-01-19T16:01:23.544 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T16:01:23.544 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-19T16:01:23.544 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr time="2024-01-19T15:59:28Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T16:01:23.544 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr time="2024-01-19T16:00:06Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T16:01:23.544 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr time="2024-01-19T16:00:44Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T16:01:23.544 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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-19T16:01:23.544 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T16:01:23.545 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: Traceback (most recent call last): 2024-01-19T16:01:23.545 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-19T16:01:23.545 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: yield (conn, connr) 2024-01-19T16:01:23.545 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-19T16:01:23.545 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: code, '\n'.join(err))) 2024-01-19T16:01:23.545 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh 2024-01-19T16:01:23.545 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh 2024-01-19T16:01:23.545 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh 2024-01-19T16:01:23.545 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh 2024-01-19T16:01:23.545 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: Deploy daemon haproxy.nfs.foo.smithi089.qtaclh ... 2024-01-19T16:01:23.545 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T16:01:23.545 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-19T16:01:23.545 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr time="2024-01-19T15:59:28Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T16:01:23.545 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr time="2024-01-19T16:00:06Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T16:01:23.546 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr time="2024-01-19T16:00:44Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T16:01:23.546 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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-19T16:01:23.546 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T16:01:23.546 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T16:01:21.967902+0000 mgr.smithi031.kqtrbh (mgr.14182) 853 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi089.qtaclh 2024-01-19T16:01:23.546 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T16:01:21.968854+0000 mgr.smithi031.kqtrbh (mgr.14182) 854 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh 2024-01-19T16:01:23.546 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh 2024-01-19T16:01:23.546 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh 2024-01-19T16:01:23.546 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh 2024-01-19T16:01:23.546 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: Deploy daemon haproxy.nfs.foo.smithi089.qtaclh ... 2024-01-19T16:01:23.546 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T16:01:23.546 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-19T16:01:23.546 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr time="2024-01-19T15:59:28Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T16:01:23.546 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr time="2024-01-19T16:00:06Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T16:01:23.546 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr time="2024-01-19T16:00:44Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T16:01:23.546 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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-19T16:01:23.546 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T16:01:23.547 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T16:01:21.971202+0000 mgr.smithi031.kqtrbh (mgr.14182) 855 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi031.htajhb on smithi031 2024-01-19T16:01:23.547 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:01:22.071178+0000 mgr.smithi031.kqtrbh (mgr.14182) 856 : cluster [DBG] pgmap v509: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:01:23.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T16:01:21.967727+0000 mgr.smithi031.kqtrbh (mgr.14182) 852 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh 2024-01-19T16:01:23.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh 2024-01-19T16:01:23.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh 2024-01-19T16:01:23.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh 2024-01-19T16:01:23.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: Deploy daemon haproxy.nfs.foo.smithi089.qtaclh ... 2024-01-19T16:01:23.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T16:01:23.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-19T16:01:23.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr time="2024-01-19T15:59:28Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T16:01:23.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr time="2024-01-19T16:00:06Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T16:01:23.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr time="2024-01-19T16:00:44Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T16:01:23.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: 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-19T16:01:23.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T16:01:23.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: Traceback (most recent call last): 2024-01-19T16:01:23.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-19T16:01:23.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: yield (conn, connr) 2024-01-19T16:01:23.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-19T16:01:23.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: code, '\n'.join(err))) 2024-01-19T16:01:23.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: 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-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh 2024-01-19T16:01:23.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh 2024-01-19T16:01:23.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh 2024-01-19T16:01:23.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh 2024-01-19T16:01:23.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: Deploy daemon haproxy.nfs.foo.smithi089.qtaclh ... 2024-01-19T16:01:23.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T16:01:23.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-19T16:01:23.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr time="2024-01-19T15:59:28Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T16:01:23.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr time="2024-01-19T16:00:06Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T16:01:23.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr time="2024-01-19T16:00:44Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T16:01:23.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: 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-19T16:01:23.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T16:01:23.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T16:01:21.967902+0000 mgr.smithi031.kqtrbh (mgr.14182) 853 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi089.qtaclh 2024-01-19T16:01:23.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T16:01:21.968854+0000 mgr.smithi031.kqtrbh (mgr.14182) 854 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh 2024-01-19T16:01:23.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh 2024-01-19T16:01:23.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh 2024-01-19T16:01:23.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh 2024-01-19T16:01:23.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: Deploy daemon haproxy.nfs.foo.smithi089.qtaclh ... 2024-01-19T16:01:23.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T16:01:23.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-19T16:01:23.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr time="2024-01-19T15:59:28Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T16:01:23.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr time="2024-01-19T16:00:06Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T16:01:23.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr time="2024-01-19T16:00:44Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T16:01:23.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: 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-19T16:01:23.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T16:01:23.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T16:01:21.971202+0000 mgr.smithi031.kqtrbh (mgr.14182) 855 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi031.htajhb on smithi031 2024-01-19T16:01:23.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:01:22.071178+0000 mgr.smithi031.kqtrbh (mgr.14182) 856 : cluster [DBG] pgmap v509: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:01:23.883 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:01:24.226 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:24 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:01:22.506458+0000 mgr.smithi031.kqtrbh (mgr.14182) 857 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:01:24.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:24 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:01:22.506458+0000 mgr.smithi031.kqtrbh (mgr.14182) 857 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:01:25.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:25 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:01:24.071589+0000 mgr.smithi031.kqtrbh (mgr.14182) 858 : 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-19T16:01:25.331 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:01:25.331 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:01:25.472 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:25 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:01:24.071589+0000 mgr.smithi031.kqtrbh (mgr.14182) 858 : 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-19T16:01:25.715 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:01:26.715 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:01:27.368 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:27 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:01:25.337537+0000 mgr.smithi031.kqtrbh (mgr.14182) 859 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:01:27.368 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:27 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:01:26.072326+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T16:01:27.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:27 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:01:25.337537+0000 mgr.smithi031.kqtrbh (mgr.14182) 859 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:01:27.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:27 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:01:26.072326+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T16:01:28.114 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:01:28.114 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:01:28.498 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:01:29.498 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:01:29.532 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:29 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:01:28.072712+0000 mgr.smithi031.kqtrbh (mgr.14182) 861 : 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-19T16:01:29.532 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:29 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:01:28.120150+0000 mgr.smithi031.kqtrbh (mgr.14182) 862 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:01:29.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:29 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:01:28.072712+0000 mgr.smithi031.kqtrbh (mgr.14182) 861 : 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-19T16:01:29.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:29 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:01:28.120150+0000 mgr.smithi031.kqtrbh (mgr.14182) 862 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:01:30.871 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:01:30.871 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:01:31.265 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:01:31.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:31 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:01:30.073246+0000 mgr.smithi031.kqtrbh (mgr.14182) 863 : cluster [DBG] pgmap v513: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:01:31.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:31 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:01:30.073246+0000 mgr.smithi031.kqtrbh (mgr.14182) 863 : cluster [DBG] pgmap v513: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:01:32.265 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:01:32.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:32 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:01:30.877400+0000 mgr.smithi031.kqtrbh (mgr.14182) 864 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:01:32.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:32 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:01:30.877400+0000 mgr.smithi031.kqtrbh (mgr.14182) 864 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:01:33.267 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:33 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:01:32.073807+0000 mgr.smithi031.kqtrbh (mgr.14182) 865 : cluster [DBG] pgmap v514: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:01:33.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:33 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:01:32.073807+0000 mgr.smithi031.kqtrbh (mgr.14182) 865 : cluster [DBG] pgmap v514: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:01:33.651 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:01:33.651 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:01:34.065 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:01:34.793 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:34 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:01:33.657126+0000 mgr.smithi031.kqtrbh (mgr.14182) 866 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:01:34.793 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:34 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:01:34.074283+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T16:01:34.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:34 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:01:33.657126+0000 mgr.smithi031.kqtrbh (mgr.14182) 866 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:01:34.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:34 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:01:34.074283+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T16:01:35.068 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:01:36.456 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:01:36.456 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:01:36.830 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:01:37.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:37 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:01:36.074959+0000 mgr.smithi031.kqtrbh (mgr.14182) 868 : 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-19T16:01:37.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:37 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:01:36.074959+0000 mgr.smithi031.kqtrbh (mgr.14182) 868 : 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-19T16:01:37.831 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:01:38.380 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:38 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:01:36.462375+0000 mgr.smithi031.kqtrbh (mgr.14182) 869 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:01:38.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:38 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:01:36.462375+0000 mgr.smithi031.kqtrbh (mgr.14182) 869 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:01:39.231 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:01:39.231 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:01:39.400 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:39 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:01:38.075328+0000 mgr.smithi031.kqtrbh (mgr.14182) 870 : 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-19T16:01:39.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:39 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:01:38.075328+0000 mgr.smithi031.kqtrbh (mgr.14182) 870 : 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-19T16:01:39.605 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:01:40.607 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:01:41.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:41 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:01:39.237508+0000 mgr.smithi031.kqtrbh (mgr.14182) 871 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:01:41.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:41 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:01:40.076005+0000 mgr.smithi031.kqtrbh (mgr.14182) 872 : cluster [DBG] pgmap v518: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:01:41.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:41 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:01:39.237508+0000 mgr.smithi031.kqtrbh (mgr.14182) 871 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:01:41.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:41 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:01:40.076005+0000 mgr.smithi031.kqtrbh (mgr.14182) 872 : cluster [DBG] pgmap v518: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:01:41.968 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:01:41.968 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:01:42.347 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:01:43.348 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:01:43.382 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:01:41.974605+0000 mgr.smithi031.kqtrbh (mgr.14182) 873 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:01:43.383 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:01:42.076465+0000 mgr.smithi031.kqtrbh (mgr.14182) 874 : cluster [DBG] pgmap v519: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:01:43.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:01:41.974605+0000 mgr.smithi031.kqtrbh (mgr.14182) 873 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:01:43.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:01:42.076465+0000 mgr.smithi031.kqtrbh (mgr.14182) 874 : cluster [DBG] pgmap v519: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:01:44.740 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:01:44.741 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:01:44.763 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:44 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:01:44.076914+0000 mgr.smithi031.kqtrbh (mgr.14182) 875 : 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-19T16:01:44.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:44 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:01:44.076914+0000 mgr.smithi031.kqtrbh (mgr.14182) 875 : 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-19T16:01:45.146 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:01:45.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:45 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:01:44.746345+0000 mgr.smithi031.kqtrbh (mgr.14182) 876 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:01:45.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:45 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:01:44.746345+0000 mgr.smithi031.kqtrbh (mgr.14182) 876 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:01:46.147 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:01:46.489 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:46 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:01:46.077470+0000 mgr.smithi031.kqtrbh (mgr.14182) 877 : 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-19T16:01:46.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:46 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:01:46.077470+0000 mgr.smithi031.kqtrbh (mgr.14182) 877 : 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-19T16:01:47.513 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:01:47.513 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:01:47.902 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:01:48.903 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:01:49.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:49 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:01:47.519160+0000 mgr.smithi031.kqtrbh (mgr.14182) 878 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:01:49.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:49 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:01:48.077838+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T16:01:49.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:49 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:01:47.519160+0000 mgr.smithi031.kqtrbh (mgr.14182) 878 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:01:49.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:49 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:01:48.077838+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T16:01:50.370 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:01:50.370 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:01:50.746 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:01:51.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:51 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:01:50.078284+0000 mgr.smithi031.kqtrbh (mgr.14182) 880 : cluster [DBG] pgmap v523: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:01:51.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:51 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:01:50.078284+0000 mgr.smithi031.kqtrbh (mgr.14182) 880 : cluster [DBG] pgmap v523: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:01:51.746 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:01:52.497 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:52 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:01:50.376072+0000 mgr.smithi031.kqtrbh (mgr.14182) 881 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:01:52.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:52 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:01:50.376072+0000 mgr.smithi031.kqtrbh (mgr.14182) 881 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:01:53.156 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:01:53.156 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:01:53.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:01:52.078780+0000 mgr.smithi031.kqtrbh (mgr.14182) 882 : cluster [DBG] pgmap v524: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:01:53.529 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:01:53.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:01:52.078780+0000 mgr.smithi031.kqtrbh (mgr.14182) 882 : cluster [DBG] pgmap v524: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:01:54.530 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:01:54.542 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:54 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:01:53.161985+0000 mgr.smithi031.kqtrbh (mgr.14182) 883 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:01:54.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:54 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:01:53.161985+0000 mgr.smithi031.kqtrbh (mgr.14182) 883 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:01:55.441 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:55 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:01:54.079225+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T16:01:55.472 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:55 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:01:54.079225+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T16:01:55.991 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:01:55.992 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:01:56.369 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:01:57.371 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:01:57.406 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:57 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:01:55.998078+0000 mgr.smithi031.kqtrbh (mgr.14182) 885 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:01:57.406 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:57 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:01:56.079696+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T16:01:57.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:57 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:01:55.998078+0000 mgr.smithi031.kqtrbh (mgr.14182) 885 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:01:57.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:57 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:01:56.079696+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T16:01:58.806 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:01:58.806 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:01:59.193 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:01:59.542 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:01:59 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:01:58.080321+0000 mgr.smithi031.kqtrbh (mgr.14182) 887 : 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-19T16:01:59.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:01:59 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:01:58.080321+0000 mgr.smithi031.kqtrbh (mgr.14182) 887 : 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-19T16:02:00.194 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:02:00.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:02:00 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:01:58.811826+0000 mgr.smithi031.kqtrbh (mgr.14182) 888 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:02:00.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:02:00 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:01:58.811826+0000 mgr.smithi031.kqtrbh (mgr.14182) 888 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:02:01.205 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:02:01 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:02:00.081047+0000 mgr.smithi031.kqtrbh (mgr.14182) 889 : cluster [DBG] pgmap v528: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:02:01.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:02:01 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:02:00.081047+0000 mgr.smithi031.kqtrbh (mgr.14182) 889 : cluster [DBG] pgmap v528: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:02:01.606 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:02:01.606 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:02:02.043 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:02:03.044 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:02:03.377 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:02:03 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:02:01.612824+0000 mgr.smithi031.kqtrbh (mgr.14182) 890 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:02:03.377 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:02:03 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:02:02.081653+0000 mgr.smithi031.kqtrbh (mgr.14182) 891 : cluster [DBG] pgmap v529: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:02:03.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:02:03 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:02:01.612824+0000 mgr.smithi031.kqtrbh (mgr.14182) 890 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:02:03.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:02:03 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:02:02.081653+0000 mgr.smithi031.kqtrbh (mgr.14182) 891 : cluster [DBG] pgmap v529: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:02:04.416 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:02:04.416 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:02:04.698 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:02:04 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:02:04.082043+0000 mgr.smithi031.kqtrbh (mgr.14182) 892 : 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-19T16:02:04.735 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:02:04.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:02:04 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:02:04.082043+0000 mgr.smithi031.kqtrbh (mgr.14182) 892 : 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-19T16:02:05.736 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:02:05.770 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:02:05 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:02:04.421979+0000 mgr.smithi031.kqtrbh (mgr.14182) 893 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:02:05.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:02:05 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:02:04.421979+0000 mgr.smithi031.kqtrbh (mgr.14182) 893 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:02:06.682 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:02:06 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:02:06.082551+0000 mgr.smithi031.kqtrbh (mgr.14182) 894 : 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-19T16:02:06.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:02:06 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:02:06.082551+0000 mgr.smithi031.kqtrbh (mgr.14182) 894 : 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-19T16:02:07.196 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:02:07.196 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:02:07.531 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:02:07 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:02:07.202209+0000 mgr.smithi031.kqtrbh (mgr.14182) 895 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:02:07.592 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:02:07.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:02:07 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:02:07.202209+0000 mgr.smithi031.kqtrbh (mgr.14182) 895 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:02:08.593 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:02:08.624 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:02:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:02:08.083123+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T16:02:08.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:02:08 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:02:08.083123+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T16:02:09.994 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:02:09.994 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:02:10.394 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:02:11.395 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:02:11.429 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:02:11 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:02:09.999947+0000 mgr.smithi031.kqtrbh (mgr.14182) 897 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:02:11.429 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:02:11 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:02:10.083621+0000 mgr.smithi031.kqtrbh (mgr.14182) 898 : cluster [DBG] pgmap v533: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:02:11.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:02:11 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:02:09.999947+0000 mgr.smithi031.kqtrbh (mgr.14182) 897 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:02:11.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:02:11 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:02:10.083621+0000 mgr.smithi031.kqtrbh (mgr.14182) 898 : cluster [DBG] pgmap v533: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:02:12.806 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:02:12.806 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:02:13.190 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:02:13.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:02:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:02:12.084191+0000 mgr.smithi031.kqtrbh (mgr.14182) 899 : cluster [DBG] pgmap v534: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:02:13.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:02:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:02:12.084191+0000 mgr.smithi031.kqtrbh (mgr.14182) 899 : cluster [DBG] pgmap v534: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:02:14.191 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:02:14.541 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:02:14 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:02:12.812177+0000 mgr.smithi031.kqtrbh (mgr.14182) 900 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:02:14.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:02:14 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:02:12.812177+0000 mgr.smithi031.kqtrbh (mgr.14182) 900 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:02:15.471 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:02:15 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:02:14.084644+0000 mgr.smithi031.kqtrbh (mgr.14182) 901 : 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-19T16:02:15.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:02:15 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:02:14.084644+0000 mgr.smithi031.kqtrbh (mgr.14182) 901 : 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-19T16:02:15.581 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:02:15.581 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:02:15.976 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:02:16.977 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:02:17.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:02:17 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:02:15.587585+0000 mgr.smithi031.kqtrbh (mgr.14182) 902 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:02:17.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:02:17 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:02:16.085281+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T16:02:17.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:02:17 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:02:15.587585+0000 mgr.smithi031.kqtrbh (mgr.14182) 902 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:02:17.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:02:17 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:02:16.085281+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T16:02:18.372 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:02:18.372 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:02:18.767 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:02:19.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:02:19 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:02:18.085713+0000 mgr.smithi031.kqtrbh (mgr.14182) 904 : 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-19T16:02:19.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:02:19 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:02:18.085713+0000 mgr.smithi031.kqtrbh (mgr.14182) 904 : 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-19T16:02:19.768 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:02:20.493 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:02:20 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:02:18.378258+0000 mgr.smithi031.kqtrbh (mgr.14182) 905 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:02:20.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:02:20 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:02:18.378258+0000 mgr.smithi031.kqtrbh (mgr.14182) 905 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:02:21.171 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:02:21.171 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:02:21.529 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:02:21 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:02:20.086188+0000 mgr.smithi031.kqtrbh (mgr.14182) 906 : cluster [DBG] pgmap v538: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:02:21.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:02:21 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:02:20.086188+0000 mgr.smithi031.kqtrbh (mgr.14182) 906 : cluster [DBG] pgmap v538: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:02:21.606 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:02:22.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:02:22 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:02:21.177045+0000 mgr.smithi031.kqtrbh (mgr.14182) 907 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:02:22.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:02:22 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:02:21.177045+0000 mgr.smithi031.kqtrbh (mgr.14182) 907 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:02:22.607 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:02:23.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:02:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:02:22.086732+0000 mgr.smithi031.kqtrbh (mgr.14182) 908 : cluster [DBG] pgmap v539: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:02:23.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:02:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:02:22.086732+0000 mgr.smithi031.kqtrbh (mgr.14182) 908 : cluster [DBG] pgmap v539: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:02:24.078 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:02:24.078 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:02:24.456 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:02:24.793 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:02:24 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:02:24.083742+0000 mgr.smithi031.kqtrbh (mgr.14182) 909 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:02:24.793 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:02:24 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:02:24.087102+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T16:02:24.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:02:24 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:02:24.083742+0000 mgr.smithi031.kqtrbh (mgr.14182) 909 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:02:24.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:02:24 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:02:24.087102+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T16:02:25.457 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:02:26.814 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:02:26.814 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:02:27.205 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:02:27.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:02:27 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:02:26.087829+0000 mgr.smithi031.kqtrbh (mgr.14182) 911 : 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-19T16:02:27.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:02:27 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:02:26.087829+0000 mgr.smithi031.kqtrbh (mgr.14182) 911 : 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-19T16:02:28.205 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:02:28.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:02:28 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:02:26.820354+0000 mgr.smithi031.kqtrbh (mgr.14182) 912 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:02:28.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:02:28 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:02:26.820354+0000 mgr.smithi031.kqtrbh (mgr.14182) 912 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:02:29.229 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:02:29 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:02:28.088351+0000 mgr.smithi031.kqtrbh (mgr.14182) 913 : 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-19T16:02:29.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:02:29 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:02:28.088351+0000 mgr.smithi031.kqtrbh (mgr.14182) 913 : 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-19T16:02:29.768 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:02:29.768 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:02:30.156 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:02:31.157 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:02:31.516 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:02:31 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:02:29.774269+0000 mgr.smithi031.kqtrbh (mgr.14182) 914 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:02:31.516 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:02:31 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:02:30.088785+0000 mgr.smithi031.kqtrbh (mgr.14182) 915 : cluster [DBG] pgmap v543: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:02:31.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:02:31 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:02:29.774269+0000 mgr.smithi031.kqtrbh (mgr.14182) 914 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:02:31.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:02:31 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:02:30.088785+0000 mgr.smithi031.kqtrbh (mgr.14182) 915 : cluster [DBG] pgmap v543: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:02:32.609 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:02:32.610 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:02:33.031 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:02:33.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:02:33 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:02:32.089191+0000 mgr.smithi031.kqtrbh (mgr.14182) 916 : cluster [DBG] pgmap v544: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:02:33.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:02:33 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:02:32.089191+0000 mgr.smithi031.kqtrbh (mgr.14182) 916 : cluster [DBG] pgmap v544: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:02:34.032 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:02:34.380 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:02:34 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:02:32.615373+0000 mgr.smithi031.kqtrbh (mgr.14182) 917 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:02:34.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:02:34 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:02:32.615373+0000 mgr.smithi031.kqtrbh (mgr.14182) 917 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:02:35.419 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:02:35.419 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:02:35.442 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:02:35 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:02:34.089623+0000 mgr.smithi031.kqtrbh (mgr.14182) 918 : 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-19T16:02:35.472 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:02:35 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:02:34.089623+0000 mgr.smithi031.kqtrbh (mgr.14182) 918 : 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-19T16:02:35.778 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:02:36.779 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:02:37.423 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:02:37 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:02:35.424682+0000 mgr.smithi031.kqtrbh (mgr.14182) 919 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:02:37.423 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:02:37 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:02:36.090374+0000 mgr.smithi031.kqtrbh (mgr.14182) 920 : 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-19T16:02:37.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:02:37 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:02:35.424682+0000 mgr.smithi031.kqtrbh (mgr.14182) 919 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:02:37.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:02:37 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:02:36.090374+0000 mgr.smithi031.kqtrbh (mgr.14182) 920 : 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-19T16:02:38.127 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:02:38.127 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:02:38.511 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:02:39.513 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:02:39.542 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:02:39 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:02:38.090749+0000 mgr.smithi031.kqtrbh (mgr.14182) 921 : 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-19T16:02:39.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:02:39 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:02:38.133682+0000 mgr.smithi031.kqtrbh (mgr.14182) 922 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:02:39.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:02:39 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:02:38.090749+0000 mgr.smithi031.kqtrbh (mgr.14182) 921 : 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-19T16:02:39.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:02:39 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:02:38.133682+0000 mgr.smithi031.kqtrbh (mgr.14182) 922 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:02:40.933 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:02:40.933 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:02:41.275 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:02:41 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:02:40.091410+0000 mgr.smithi031.kqtrbh (mgr.14182) 923 : cluster [DBG] pgmap v548: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:02:41.326 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:02:41.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:02:41 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:02:40.091410+0000 mgr.smithi031.kqtrbh (mgr.14182) 923 : cluster [DBG] pgmap v548: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:02:42.327 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:02:42.542 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:02:42 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:02:40.938928+0000 mgr.smithi031.kqtrbh (mgr.14182) 924 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:02:42.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:02:42 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:02:40.938928+0000 mgr.smithi031.kqtrbh (mgr.14182) 924 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:02:43.447 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:02:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:02:42.092031+0000 mgr.smithi031.kqtrbh (mgr.14182) 925 : cluster [DBG] pgmap v549: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:02:43.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:02:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:02:42.092031+0000 mgr.smithi031.kqtrbh (mgr.14182) 925 : cluster [DBG] pgmap v549: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:02:43.825 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:02:43.825 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:02:44.185 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:02:44.793 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:02:44 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:02:43.831278+0000 mgr.smithi031.kqtrbh (mgr.14182) 926 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:02:44.793 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:02:44 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:02:44.092405+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T16:02:44.837 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:02:44 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:02:43.831278+0000 mgr.smithi031.kqtrbh (mgr.14182) 926 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:02:44.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:02:44 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:02:44.092405+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T16:02:45.186 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:02:46.581 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:02:46.581 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:02:46.951 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:02:47.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:02:47 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:02:46.092911+0000 mgr.smithi031.kqtrbh (mgr.14182) 928 : 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-19T16:02:47.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:02:47 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:02:46.092911+0000 mgr.smithi031.kqtrbh (mgr.14182) 928 : 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-19T16:02:47.952 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:02:48.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:02:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:02:46.587876+0000 mgr.smithi031.kqtrbh (mgr.14182) 929 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:02:48.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:02:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:02:46.587876+0000 mgr.smithi031.kqtrbh (mgr.14182) 929 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:02:49.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:02:49 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:02:48.093309+0000 mgr.smithi031.kqtrbh (mgr.14182) 930 : 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-19T16:02:49.381 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:02:49.381 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:02:49.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:02:49 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:02:48.093309+0000 mgr.smithi031.kqtrbh (mgr.14182) 930 : 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-19T16:02:49.745 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:02:50.747 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:02:51.438 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:02:51 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:02:49.387674+0000 mgr.smithi031.kqtrbh (mgr.14182) 931 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:02:51.438 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:02:51 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:02:50.093928+0000 mgr.smithi031.kqtrbh (mgr.14182) 932 : cluster [DBG] pgmap v553: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:02:51.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:02:51 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:02:49.387674+0000 mgr.smithi031.kqtrbh (mgr.14182) 931 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:02:51.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:02:51 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:02:50.093928+0000 mgr.smithi031.kqtrbh (mgr.14182) 932 : cluster [DBG] pgmap v553: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:02:52.155 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:02:52.156 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:02:52.565 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:02:53.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:02:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:02:52.094482+0000 mgr.smithi031.kqtrbh (mgr.14182) 933 : cluster [DBG] pgmap v554: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:02:53.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:02:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:02:52.161794+0000 mgr.smithi031.kqtrbh (mgr.14182) 934 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:02:53.566 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:02:53.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:02:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:02:52.094482+0000 mgr.smithi031.kqtrbh (mgr.14182) 933 : cluster [DBG] pgmap v554: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:02:53.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:02:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:02:52.161794+0000 mgr.smithi031.kqtrbh (mgr.14182) 934 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:02:54.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:02:54 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:02:54.095013+0000 mgr.smithi031.kqtrbh (mgr.14182) 935 : 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-19T16:02:54.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:02:54 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:02:54.095013+0000 mgr.smithi031.kqtrbh (mgr.14182) 935 : 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-19T16:02:55.004 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:02:55.004 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:02:55.401 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:02:55.793 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:02:55 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:02:55.010274+0000 mgr.smithi031.kqtrbh (mgr.14182) 936 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:02:55.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:02:55 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:02:55.010274+0000 mgr.smithi031.kqtrbh (mgr.14182) 936 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:02:56.402 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:02:56.776 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:02:56 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:02:56.095501+0000 mgr.smithi031.kqtrbh (mgr.14182) 937 : 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-19T16:02:56.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:02:56 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:02:56.095501+0000 mgr.smithi031.kqtrbh (mgr.14182) 937 : 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-19T16:02:57.792 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:02:57.792 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:02:58.192 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:02:59.193 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:02:59.508 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:02:59 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:02:57.798243+0000 mgr.smithi031.kqtrbh (mgr.14182) 938 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:02:59.508 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:02:59 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:02:58.096107+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T16:02:59.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:02:59 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:02:57.798243+0000 mgr.smithi031.kqtrbh (mgr.14182) 938 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:02:59.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:02:59 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:02:58.096107+0000 mgr.smithi031.kqtrbh (mgr.14182) 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-19T16:03:00.584 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:03:00.584 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:03:00.991 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:03:01.292 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:01 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:03:00.096611+0000 mgr.smithi031.kqtrbh (mgr.14182) 940 : cluster [DBG] pgmap v558: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:03:01.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:01 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:03:00.096611+0000 mgr.smithi031.kqtrbh (mgr.14182) 940 : cluster [DBG] pgmap v558: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:03:01.992 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:03:02.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:02 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:03:00.590624+0000 mgr.smithi031.kqtrbh (mgr.14182) 941 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:03:02.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:02 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:03:00.590624+0000 mgr.smithi031.kqtrbh (mgr.14182) 941 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:03:03.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:03 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:03:02.097085+0000 mgr.smithi031.kqtrbh (mgr.14182) 942 : cluster [DBG] pgmap v559: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:03:03.392 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:03:03.392 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:03:03.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:03 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:03:02.097085+0000 mgr.smithi031.kqtrbh (mgr.14182) 942 : cluster [DBG] pgmap v559: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:03:03.773 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:03:04.775 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:03:04.792 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:04 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:03:03.398169+0000 mgr.smithi031.kqtrbh (mgr.14182) 943 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:03:04.792 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:04 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:03:04.097746+0000 mgr.smithi031.kqtrbh (mgr.14182) 944 : 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-19T16:03:04.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:04 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:03:03.398169+0000 mgr.smithi031.kqtrbh (mgr.14182) 943 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:03:04.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:04 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:03:04.097746+0000 mgr.smithi031.kqtrbh (mgr.14182) 944 : 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-19T16:03:06.194 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:03:06.194 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:03:06.574 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:03:07.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:07 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:03:06.098207+0000 mgr.smithi031.kqtrbh (mgr.14182) 945 : 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-19T16:03:07.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:07 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:03:06.200286+0000 mgr.smithi031.kqtrbh (mgr.14182) 946 : audit [DBG] from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:03:07.575 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:03:07.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:07 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:03:06.098207+0000 mgr.smithi031.kqtrbh (mgr.14182) 945 : 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-19T16:03:07.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:07 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:03:06.200286+0000 mgr.smithi031.kqtrbh (mgr.14182) 946 : audit [DBG] from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:03:09.041 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:03:09.042 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:03:09.379 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:09 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:03:08.098656+0000 mgr.smithi031.kqtrbh (mgr.14182) 947 : 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-19T16:03:09.457 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:03:09.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:09 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:03:08.098656+0000 mgr.smithi031.kqtrbh (mgr.14182) 947 : 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-19T16:03:10.458 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:03:10.492 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:10 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:03:09.048032+0000 mgr.smithi031.kqtrbh (mgr.14182) 948 : audit [DBG] from='client.15842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:03:10.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:10 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:03:09.048032+0000 mgr.smithi031.kqtrbh (mgr.14182) 948 : audit [DBG] from='client.15842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:03:11.443 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:11 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:03:10.099216+0000 mgr.smithi031.kqtrbh (mgr.14182) 949 : cluster [DBG] pgmap v563: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:03:11.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:11 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:03:10.099216+0000 mgr.smithi031.kqtrbh (mgr.14182) 949 : cluster [DBG] pgmap v563: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:03:11.835 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:03:11.835 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:03:12.213 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:03:13.214 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:03:13.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:03:11.841358+0000 mgr.smithi031.kqtrbh (mgr.14182) 950 : audit [DBG] from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:03:13.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:03:12.099743+0000 mgr.smithi031.kqtrbh (mgr.14182) 951 : cluster [DBG] pgmap v564: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:03:13.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:03:11.841358+0000 mgr.smithi031.kqtrbh (mgr.14182) 950 : audit [DBG] from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:03:13.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:03:12.099743+0000 mgr.smithi031.kqtrbh (mgr.14182) 951 : cluster [DBG] pgmap v564: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:03:14.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:14 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:03:14.100226+0000 mgr.smithi031.kqtrbh (mgr.14182) 952 : 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-19T16:03:14.627 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:03:14.627 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:03:14.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:14 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:03:14.100226+0000 mgr.smithi031.kqtrbh (mgr.14182) 952 : 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-19T16:03:15.014 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:03:15.793 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:15 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:03:14.633394+0000 mgr.smithi031.kqtrbh (mgr.14182) 953 : audit [DBG] from='client.15850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:03:15.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:15 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:03:14.633394+0000 mgr.smithi031.kqtrbh (mgr.14182) 953 : audit [DBG] from='client.15850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:03:16.015 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:03:16.759 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:16 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:03:16.100725+0000 mgr.smithi031.kqtrbh (mgr.14182) 954 : 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-19T16:03:16.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:16 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:03:16.100725+0000 mgr.smithi031.kqtrbh (mgr.14182) 954 : 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-19T16:03:17.437 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:03:17.437 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:03:17.838 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:03:18.840 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:03:19.499 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:19 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:03:17.442941+0000 mgr.smithi031.kqtrbh (mgr.14182) 955 : audit [DBG] from='client.15854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:03:19.499 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:19 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:03:18.101303+0000 mgr.smithi031.kqtrbh (mgr.14182) 956 : 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-19T16:03:19.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:19 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:03:17.442941+0000 mgr.smithi031.kqtrbh (mgr.14182) 955 : audit [DBG] from='client.15854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:03:19.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:19 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:03:18.101303+0000 mgr.smithi031.kqtrbh (mgr.14182) 956 : 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-19T16:03:20.213 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:03:20.214 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:03:20.596 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:03:21.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:21 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:03:20.101765+0000 mgr.smithi031.kqtrbh (mgr.14182) 957 : cluster [DBG] pgmap v568: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:03:21.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:21 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:03:20.220024+0000 mgr.smithi031.kqtrbh (mgr.14182) 958 : audit [DBG] from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:03:21.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:21 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:03:20.101765+0000 mgr.smithi031.kqtrbh (mgr.14182) 957 : cluster [DBG] pgmap v568: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:03:21.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:21 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:03:20.220024+0000 mgr.smithi031.kqtrbh (mgr.14182) 958 : audit [DBG] from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:03:21.597 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:03:23.006 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:03:23.006 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:03:23.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:03:22.102220+0000 mgr.smithi031.kqtrbh (mgr.14182) 959 : cluster [DBG] pgmap v569: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:03:23.388 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:03:23.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:03:22.102220+0000 mgr.smithi031.kqtrbh (mgr.14182) 959 : cluster [DBG] pgmap v569: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:03:24.389 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:03:24.422 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:24 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:03:23.011762+0000 mgr.smithi031.kqtrbh (mgr.14182) 960 : audit [DBG] from='client.15862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:03:24.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:24 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:03:23.011762+0000 mgr.smithi031.kqtrbh (mgr.14182) 960 : audit [DBG] from='client.15862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:03:25.424 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:25 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:03:24.102692+0000 mgr.smithi031.kqtrbh (mgr.14182) 961 : 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-19T16:03:25.471 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:25 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:03:24.102692+0000 mgr.smithi031.kqtrbh (mgr.14182) 961 : 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-19T16:03:25.792 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:03:25.793 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:03:26.171 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:03:27.172 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:03:27.530 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:27 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:03:25.798397+0000 mgr.smithi031.kqtrbh (mgr.14182) 962 : audit [DBG] from='client.15866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:03:27.530 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:27 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:03:26.103157+0000 mgr.smithi031.kqtrbh (mgr.14182) 963 : 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-19T16:03:27.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:27 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:03:25.798397+0000 mgr.smithi031.kqtrbh (mgr.14182) 962 : audit [DBG] from='client.15866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:03:27.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:27 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:03:26.103157+0000 mgr.smithi031.kqtrbh (mgr.14182) 963 : 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-19T16:03:28.626 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:03:28.626 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:03:29.002 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:03:29.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:29 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:03:28.103535+0000 mgr.smithi031.kqtrbh (mgr.14182) 964 : 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-19T16:03:29.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:29 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:03:28.103535+0000 mgr.smithi031.kqtrbh (mgr.14182) 964 : 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-19T16:03:30.003 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:03:30.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:30 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:03:28.632093+0000 mgr.smithi031.kqtrbh (mgr.14182) 965 : audit [DBG] from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:03:30.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:30 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:03:28.632093+0000 mgr.smithi031.kqtrbh (mgr.14182) 965 : audit [DBG] from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:03:31.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:31 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:03:30.104066+0000 mgr.smithi031.kqtrbh (mgr.14182) 966 : cluster [DBG] pgmap v573: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:03:31.369 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:03:31.369 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:03:31.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:31 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:03:30.104066+0000 mgr.smithi031.kqtrbh (mgr.14182) 966 : cluster [DBG] pgmap v573: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:03:31.744 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:03:32.745 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:03:33.447 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:33 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:03:31.375051+0000 mgr.smithi031.kqtrbh (mgr.14182) 967 : audit [DBG] from='client.15874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:03:33.448 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:33 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:03:32.104763+0000 mgr.smithi031.kqtrbh (mgr.14182) 968 : cluster [DBG] pgmap v574: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:03:33.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:33 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:03:31.375051+0000 mgr.smithi031.kqtrbh (mgr.14182) 967 : audit [DBG] from='client.15874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:03:33.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:33 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:03:32.104763+0000 mgr.smithi031.kqtrbh (mgr.14182) 968 : cluster [DBG] pgmap v574: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:03:34.159 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:03:34.159 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:03:34.491 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:34 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:03:34.105141+0000 mgr.smithi031.kqtrbh (mgr.14182) 969 : 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-19T16:03:34.492 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:34 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:03:34.165034+0000 mgr.smithi031.kqtrbh (mgr.14182) 970 : audit [DBG] from='client.15878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:03:34.535 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:03:34.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:34 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:03:34.105141+0000 mgr.smithi031.kqtrbh (mgr.14182) 969 : 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-19T16:03:34.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:34 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:03:34.165034+0000 mgr.smithi031.kqtrbh (mgr.14182) 970 : audit [DBG] from='client.15878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:03:35.536 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:03:36.960 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:03:36.960 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:03:37.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:37 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:03:36.105614+0000 mgr.smithi031.kqtrbh (mgr.14182) 971 : 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-19T16:03:37.368 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:03:37.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:37 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:03:36.105614+0000 mgr.smithi031.kqtrbh (mgr.14182) 971 : 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-19T16:03:38.369 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:03:38.405 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:38 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:03:36.966118+0000 mgr.smithi031.kqtrbh (mgr.14182) 972 : audit [DBG] from='client.15882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:03:38.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:38 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:03:36.966118+0000 mgr.smithi031.kqtrbh (mgr.14182) 972 : audit [DBG] from='client.15882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:03:39.396 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:39 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:03:38.106074+0000 mgr.smithi031.kqtrbh (mgr.14182) 973 : 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-19T16:03:39.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:39 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:03:38.106074+0000 mgr.smithi031.kqtrbh (mgr.14182) 973 : 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-19T16:03:39.753 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:03:39.753 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:03:40.134 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:03:41.135 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:03:41.520 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:41 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:03:39.759436+0000 mgr.smithi031.kqtrbh (mgr.14182) 974 : audit [DBG] from='client.15886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:03:41.520 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:41 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:03:40.106563+0000 mgr.smithi031.kqtrbh (mgr.14182) 975 : cluster [DBG] pgmap v578: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:03:41.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:41 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:03:39.759436+0000 mgr.smithi031.kqtrbh (mgr.14182) 974 : audit [DBG] from='client.15886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:03:41.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:41 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:03:40.106563+0000 mgr.smithi031.kqtrbh (mgr.14182) 975 : cluster [DBG] pgmap v578: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:03:42.559 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:03:42.559 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:03:42.927 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:03:43.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:03:42.107016+0000 mgr.smithi031.kqtrbh (mgr.14182) 976 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:03:43.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:03:42.107016+0000 mgr.smithi031.kqtrbh (mgr.14182) 976 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:03:43.927 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:03:44.278 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:44 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:03:42.565164+0000 mgr.smithi031.kqtrbh (mgr.14182) 977 : audit [DBG] from='client.15890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:03:44.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:44 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:03:42.565164+0000 mgr.smithi031.kqtrbh (mgr.14182) 977 : audit [DBG] from='client.15890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:03:45.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:45 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:03:44.107401+0000 mgr.smithi031.kqtrbh (mgr.14182) 978 : 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-19T16:03:45.355 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:03:45.356 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:03:45.472 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:45 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:03:44.107401+0000 mgr.smithi031.kqtrbh (mgr.14182) 978 : 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-19T16:03:45.718 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:03:46.720 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:03:47.412 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:47 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:03:45.361747+0000 mgr.smithi031.kqtrbh (mgr.14182) 979 : audit [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:03:47.412 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:47 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:03:46.108148+0000 mgr.smithi031.kqtrbh (mgr.14182) 980 : 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-19T16:03:47.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:47 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:03:45.361747+0000 mgr.smithi031.kqtrbh (mgr.14182) 979 : audit [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:03:47.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:47 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:03:46.108148+0000 mgr.smithi031.kqtrbh (mgr.14182) 980 : 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-19T16:03:48.136 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:03:48.136 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:03:48.515 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:03:49.517 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:03:49.542 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:49 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:03:48.108536+0000 mgr.smithi031.kqtrbh (mgr.14182) 981 : 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-19T16:03:49.542 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:49 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:03:48.142715+0000 mgr.smithi031.kqtrbh (mgr.14182) 982 : audit [DBG] from='client.15898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:03:49.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:49 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:03:48.108536+0000 mgr.smithi031.kqtrbh (mgr.14182) 981 : 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-19T16:03:49.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:49 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:03:48.142715+0000 mgr.smithi031.kqtrbh (mgr.14182) 982 : audit [DBG] from='client.15898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:03:50.962 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:03:50.963 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:55:47.893065Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.runbqw on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-runbqw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.runbqw\nDeploy daemon haproxy.nfs.foo.smithi089.runbqw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:53:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:54:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:55:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.807049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.psskda on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-psskda\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.psskda\nDeploy daemon haproxy.nfs.foo.smithi031.psskda ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:56:24Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T15:57:39Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T15:58:47.808337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.ctqsrj on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:03:51.292 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:51 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:03:50.109189+0000 mgr.smithi031.kqtrbh (mgr.14182) 983 : cluster [DBG] pgmap v583: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:03:51.323 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:03:51.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:51 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:03:50.109189+0000 mgr.smithi031.kqtrbh (mgr.14182) 983 : cluster [DBG] pgmap v583: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:03:52.324 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:03:52.542 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:52 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:03:50.968816+0000 mgr.smithi031.kqtrbh (mgr.14182) 984 : audit [DBG] from='client.15902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:03:52.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:52 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:03:51.896632+0000 mon.smithi031 (mon.0) 694 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi031.htajhb"}]: dispatch 2024-01-19T16:03:52.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:52 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:03:50.968816+0000 mgr.smithi031.kqtrbh (mgr.14182) 984 : audit [DBG] from='client.15902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:03:52.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:52 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:03:51.896632+0000 mon.smithi031 (mon.0) 694 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi031.htajhb"}]: dispatch 2024-01-19T16:03:53.294 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T16:03:51.896048+0000 mgr.smithi031.kqtrbh (mgr.14182) 985 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb 2024-01-19T16:03:53.294 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb 2024-01-19T16:03:53.294 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb 2024-01-19T16:03:53.294 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb 2024-01-19T16:03:53.294 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: Deploy daemon haproxy.nfs.foo.smithi031.htajhb ... 2024-01-19T16:03:53.294 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T16:03:53.294 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-19T16:03:53.294 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr time="2024-01-19T16:01: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-19T16:03:53.294 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr time="2024-01-19T16:02: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-19T16:03:53.294 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr time="2024-01-19T16:03: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-19T16:03:53.294 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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-19T16:03:53.295 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T16:03:53.295 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: Traceback (most recent call last): 2024-01-19T16:03:53.295 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-19T16:03:53.295 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: yield (conn, connr) 2024-01-19T16:03:53.295 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-19T16:03:53.295 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: code, '\n'.join(err))) 2024-01-19T16:03:53.295 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb 2024-01-19T16:03:53.295 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb 2024-01-19T16:03:53.295 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb 2024-01-19T16:03:53.295 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb 2024-01-19T16:03:53.295 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: Deploy daemon haproxy.nfs.foo.smithi031.htajhb ... 2024-01-19T16:03:53.295 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T16:03:53.295 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-19T16:03:53.295 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr time="2024-01-19T16:01: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-19T16:03:53.296 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr time="2024-01-19T16:02: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-19T16:03:53.296 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr time="2024-01-19T16:03: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-19T16:03:53.296 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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-19T16:03:53.296 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T16:03:53.296 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T16:03:51.896246+0000 mgr.smithi031.kqtrbh (mgr.14182) 986 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi031.htajhb 2024-01-19T16:03:53.296 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T16:03:51.897436+0000 mgr.smithi031.kqtrbh (mgr.14182) 987 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb 2024-01-19T16:03:53.296 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb 2024-01-19T16:03:53.296 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb 2024-01-19T16:03:53.296 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb 2024-01-19T16:03:53.296 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: Deploy daemon haproxy.nfs.foo.smithi031.htajhb ... 2024-01-19T16:03:53.296 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T16:03:53.297 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-19T16:03:53.297 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr time="2024-01-19T16:01: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-19T16:03:53.297 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr time="2024-01-19T16:02: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-19T16:03:53.297 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: stat: stderr time="2024-01-19T16:03: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-19T16:03:53.297 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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-19T16:03:53.297 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T16:03:53.297 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T16:03:51.898785+0000 mgr.smithi031.kqtrbh (mgr.14182) 988 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-19T16:03:53.297 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T16:03:51.899901+0000 mgr.smithi031.kqtrbh (mgr.14182) 989 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-19T16:03:53.297 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:03:51.900809+0000 mgr.smithi031.kqtrbh (mgr.14182) 990 : cluster [DBG] pgmap v584: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-01-19T16:03:53.297 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:03:52.189031+0000 mon.smithi031 (mon.0) 695 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-19T16:03:53.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T16:03:51.896048+0000 mgr.smithi031.kqtrbh (mgr.14182) 985 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb 2024-01-19T16:03:53.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb 2024-01-19T16:03:53.589 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb 2024-01-19T16:03:53.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb 2024-01-19T16:03:53.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: Deploy daemon haproxy.nfs.foo.smithi031.htajhb ... 2024-01-19T16:03:53.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T16:03:53.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-19T16:03:53.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr time="2024-01-19T16:01: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-19T16:03:53.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr time="2024-01-19T16:02: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-19T16:03:53.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr time="2024-01-19T16:03: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-19T16:03:53.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: 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-19T16:03:53.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T16:03:53.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: Traceback (most recent call last): 2024-01-19T16:03:53.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-19T16:03:53.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: yield (conn, connr) 2024-01-19T16:03:53.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-19T16:03:53.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: code, '\n'.join(err))) 2024-01-19T16:03:53.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: 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-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb 2024-01-19T16:03:53.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb 2024-01-19T16:03:53.593 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb 2024-01-19T16:03:53.593 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb 2024-01-19T16:03:53.593 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: Deploy daemon haproxy.nfs.foo.smithi031.htajhb ... 2024-01-19T16:03:53.593 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T16:03:53.593 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-19T16:03:53.593 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr time="2024-01-19T16:01: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-19T16:03:53.594 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr time="2024-01-19T16:02: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-19T16:03:53.594 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr time="2024-01-19T16:03: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-19T16:03:53.594 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: 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-19T16:03:53.594 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T16:03:53.594 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T16:03:51.896246+0000 mgr.smithi031.kqtrbh (mgr.14182) 986 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi031.htajhb 2024-01-19T16:03:53.594 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T16:03:51.897436+0000 mgr.smithi031.kqtrbh (mgr.14182) 987 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb 2024-01-19T16:03:53.595 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb 2024-01-19T16:03:53.595 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb 2024-01-19T16:03:53.595 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: /bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb 2024-01-19T16:03:53.595 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: Deploy daemon haproxy.nfs.foo.smithi031.htajhb ... 2024-01-19T16:03:53.595 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T16:03:53.596 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-19T16:03:53.596 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr time="2024-01-19T16:01: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-19T16:03:53.596 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr time="2024-01-19T16:02: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-19T16:03:53.596 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: stat: stderr time="2024-01-19T16:03: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-19T16:03:53.596 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: 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-19T16:03:53.596 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: 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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T16:03:53.597 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T16:03:51.898785+0000 mgr.smithi031.kqtrbh (mgr.14182) 988 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-19T16:03:53.597 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T16:03:51.899901+0000 mgr.smithi031.kqtrbh (mgr.14182) 989 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-19T16:03:53.597 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:03:51.900809+0000 mgr.smithi031.kqtrbh (mgr.14182) 990 : cluster [DBG] pgmap v584: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-01-19T16:03:53.597 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:03:52.189031+0000 mon.smithi031 (mon.0) 695 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-19T16:03:53.761 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:03:53.761 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:03:54.170 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:03:55.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:54 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:03:53.767310+0000 mgr.smithi031.kqtrbh (mgr.14182) 991 : audit [DBG] from='client.15906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:03:55.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:54 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:03:53.818856+0000 mon.smithi031 (mon.0) 696 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T16:03:55.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:54 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:03:53.901567+0000 mgr.smithi031.kqtrbh (mgr.14182) 992 : cluster [DBG] pgmap v585: 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-19T16:03:55.170 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:03:55.205 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:54 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:03:53.767310+0000 mgr.smithi031.kqtrbh (mgr.14182) 991 : audit [DBG] from='client.15906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:03:55.206 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:54 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:03:53.818856+0000 mon.smithi031 (mon.0) 696 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T16:03:55.206 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:54 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:03:53.901567+0000 mgr.smithi031.kqtrbh (mgr.14182) 992 : cluster [DBG] pgmap v585: 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-19T16:03:56.561 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:03:56.561 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:03:56.949 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:03:57.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:56 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:03:55.902188+0000 mgr.smithi031.kqtrbh (mgr.14182) 993 : cluster [DBG] pgmap v586: 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-19T16:03:57.338 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:56 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:03:55.902188+0000 mgr.smithi031.kqtrbh (mgr.14182) 993 : cluster [DBG] pgmap v586: 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-19T16:03:57.951 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:03:58.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:57 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:03:56.566788+0000 mgr.smithi031.kqtrbh (mgr.14182) 994 : audit [DBG] from='client.15910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:03:58.337 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:57 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:03:56.566788+0000 mgr.smithi031.kqtrbh (mgr.14182) 994 : audit [DBG] from='client.15910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:03:59.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:03:58 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:03:57.902962+0000 mgr.smithi031.kqtrbh (mgr.14182) 995 : cluster [DBG] pgmap v587: 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-19T16:03:59.337 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:03:58 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:03:57.902962+0000 mgr.smithi031.kqtrbh (mgr.14182) 995 : cluster [DBG] pgmap v587: 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-19T16:03:59.390 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:03:59.390 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:03:59.764 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:04:00.765 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:04:01.107 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:00 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:03:59.396478+0000 mgr.smithi031.kqtrbh (mgr.14182) 996 : audit [DBG] from='client.15914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:04:01.107 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:00 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:03:59.903615+0000 mgr.smithi031.kqtrbh (mgr.14182) 997 : cluster [DBG] pgmap v588: 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-19T16:04:01.107 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:00 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:04:00.703644+0000 mon.smithi031 (mon.0) 697 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T16:04:01.337 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:00 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:03:59.396478+0000 mgr.smithi031.kqtrbh (mgr.14182) 996 : audit [DBG] from='client.15914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:04:01.338 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:00 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:03:59.903615+0000 mgr.smithi031.kqtrbh (mgr.14182) 997 : cluster [DBG] pgmap v588: 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-19T16:04:01.338 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:00 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:04:00.703644+0000 mon.smithi031 (mon.0) 697 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T16:04:02.196 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:04:02.196 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:04:02.605 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:04:03.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:02 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:04:01.904401+0000 mgr.smithi031.kqtrbh (mgr.14182) 998 : cluster [DBG] pgmap v589: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-01-19T16:04:03.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:02 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:04:02.202555+0000 mgr.smithi031.kqtrbh (mgr.14182) 999 : audit [DBG] from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:04:03.337 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:02 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:04:01.904401+0000 mgr.smithi031.kqtrbh (mgr.14182) 998 : cluster [DBG] pgmap v589: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-01-19T16:04:03.338 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:02 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:04:02.202555+0000 mgr.smithi031.kqtrbh (mgr.14182) 999 : audit [DBG] from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:04:03.606 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:04:04.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:04 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:04:03.905136+0000 mgr.smithi031.kqtrbh (mgr.14182) 1000 : 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-19T16:04:04.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:04 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:04:03.905136+0000 mgr.smithi031.kqtrbh (mgr.14182) 1000 : 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-19T16:04:05.003 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:04:05.003 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:04:05.380 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:04:05.793 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:05 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:04:05.009527+0000 mgr.smithi031.kqtrbh (mgr.14182) 1001 : audit [DBG] from='client.15922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:04:05.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:05 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:04:05.009527+0000 mgr.smithi031.kqtrbh (mgr.14182) 1001 : audit [DBG] from='client.15922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:04:06.381 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:04:06.766 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:06 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:04:05.905903+0000 mgr.smithi031.kqtrbh (mgr.14182) 1002 : 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-19T16:04:06.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:06 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:04:05.905903+0000 mgr.smithi031.kqtrbh (mgr.14182) 1002 : 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-19T16:04:07.800 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:04:07.800 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:04:08.172 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:04:09.172 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:04:09.208 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:04:07.806318+0000 mgr.smithi031.kqtrbh (mgr.14182) 1003 : audit [DBG] from='client.15926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:04:09.208 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:04:07.906629+0000 mgr.smithi031.kqtrbh (mgr.14182) 1004 : 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-19T16:04:09.338 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:08 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:04:07.806318+0000 mgr.smithi031.kqtrbh (mgr.14182) 1003 : audit [DBG] from='client.15926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:04:09.338 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:08 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:04:07.906629+0000 mgr.smithi031.kqtrbh (mgr.14182) 1004 : 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-19T16:04:10.627 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:04:10.628 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:04:11.029 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:04:11.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:10 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:04:09.907268+0000 mgr.smithi031.kqtrbh (mgr.14182) 1005 : cluster [DBG] pgmap v593: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:04:11.337 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:10 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:04:09.907268+0000 mgr.smithi031.kqtrbh (mgr.14182) 1005 : cluster [DBG] pgmap v593: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:04:12.030 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:04:12.292 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:11 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:04:10.633551+0000 mgr.smithi031.kqtrbh (mgr.14182) 1006 : audit [DBG] from='client.15930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:04:12.337 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:11 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:04:10.633551+0000 mgr.smithi031.kqtrbh (mgr.14182) 1006 : audit [DBG] from='client.15930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:04:13.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:12 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:04:11.907952+0000 mgr.smithi031.kqtrbh (mgr.14182) 1007 : cluster [DBG] pgmap v594: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:04:13.338 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:12 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:04:11.907952+0000 mgr.smithi031.kqtrbh (mgr.14182) 1007 : cluster [DBG] pgmap v594: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:04:13.404 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:04:13.404 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:04:13.770 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:04:14.771 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:04:14.792 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:14 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:04:13.410727+0000 mgr.smithi031.kqtrbh (mgr.14182) 1008 : audit [DBG] from='client.15934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:04:14.792 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:14 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:04:13.908522+0000 mgr.smithi031.kqtrbh (mgr.14182) 1009 : 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-19T16:04:14.837 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:14 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:04:13.410727+0000 mgr.smithi031.kqtrbh (mgr.14182) 1008 : audit [DBG] from='client.15934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:04:14.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:14 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:04:13.908522+0000 mgr.smithi031.kqtrbh (mgr.14182) 1009 : 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-19T16:04:16.175 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:04:16.175 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:04:16.562 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:04:17.292 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:16 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:04:15.909125+0000 mgr.smithi031.kqtrbh (mgr.14182) 1010 : 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-19T16:04:17.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:16 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:04:16.181505+0000 mgr.smithi031.kqtrbh (mgr.14182) 1011 : audit [DBG] from='client.15938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:04:17.338 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:16 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:04:15.909125+0000 mgr.smithi031.kqtrbh (mgr.14182) 1010 : 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-19T16:04:17.338 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:16 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:04:16.181505+0000 mgr.smithi031.kqtrbh (mgr.14182) 1011 : audit [DBG] from='client.15938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:04:17.564 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:04:19.025 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:04:19.025 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:04:19.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:18 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:04:17.909694+0000 mgr.smithi031.kqtrbh (mgr.14182) 1012 : 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-19T16:04:19.338 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:18 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:04:17.909694+0000 mgr.smithi031.kqtrbh (mgr.14182) 1012 : 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-19T16:04:19.420 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:04:20.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:19 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:04:19.030740+0000 mgr.smithi031.kqtrbh (mgr.14182) 1013 : audit [DBG] from='client.15942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:04:20.338 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:19 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:04:19.030740+0000 mgr.smithi031.kqtrbh (mgr.14182) 1013 : audit [DBG] from='client.15942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:04:20.421 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:04:21.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:20 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:04:19.910591+0000 mgr.smithi031.kqtrbh (mgr.14182) 1014 : cluster [DBG] pgmap v598: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:04:21.338 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:20 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:04:19.910591+0000 mgr.smithi031.kqtrbh (mgr.14182) 1014 : cluster [DBG] pgmap v598: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:04:21.754 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:04:21.755 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:04:22.126 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:04:23.128 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:04:23.292 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:22 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:04:21.761285+0000 mgr.smithi031.kqtrbh (mgr.14182) 1015 : audit [DBG] from='client.15946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:04:23.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:22 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:04:21.911268+0000 mgr.smithi031.kqtrbh (mgr.14182) 1016 : cluster [DBG] pgmap v599: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:04:23.338 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:22 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:04:21.761285+0000 mgr.smithi031.kqtrbh (mgr.14182) 1015 : audit [DBG] from='client.15946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:04:23.338 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:22 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:04:21.911268+0000 mgr.smithi031.kqtrbh (mgr.14182) 1016 : cluster [DBG] pgmap v599: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:04:24.526 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:04:24.526 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:04:24.688 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:24 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:04:23.911783+0000 mgr.smithi031.kqtrbh (mgr.14182) 1017 : 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-19T16:04:24.837 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:24 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:04:23.911783+0000 mgr.smithi031.kqtrbh (mgr.14182) 1017 : 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-19T16:04:24.894 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:04:25.793 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:25 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:04:24.532531+0000 mgr.smithi031.kqtrbh (mgr.14182) 1018 : audit [DBG] from='client.15950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:04:25.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:25 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:04:24.532531+0000 mgr.smithi031.kqtrbh (mgr.14182) 1018 : audit [DBG] from='client.15950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:04:25.894 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:04:26.542 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:26 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:04:25.912423+0000 mgr.smithi031.kqtrbh (mgr.14182) 1019 : 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-19T16:04:26.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:26 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:04:25.912423+0000 mgr.smithi031.kqtrbh (mgr.14182) 1019 : 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-19T16:04:27.289 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:04:27.289 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:04:27.661 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:04:28.663 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:04:29.235 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:28 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:04:27.295597+0000 mgr.smithi031.kqtrbh (mgr.14182) 1020 : audit [DBG] from='client.15954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:04:29.235 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:28 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:04:27.913022+0000 mgr.smithi031.kqtrbh (mgr.14182) 1021 : 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-19T16:04:29.338 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:28 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:04:27.295597+0000 mgr.smithi031.kqtrbh (mgr.14182) 1020 : audit [DBG] from='client.15954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:04:29.338 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:28 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:04:27.913022+0000 mgr.smithi031.kqtrbh (mgr.14182) 1021 : 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-19T16:04:30.070 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:04:30.070 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:04:30.459 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:04:31.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:30 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:04:29.913594+0000 mgr.smithi031.kqtrbh (mgr.14182) 1022 : cluster [DBG] pgmap v603: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:04:31.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:30 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:04:30.076239+0000 mgr.smithi031.kqtrbh (mgr.14182) 1023 : audit [DBG] from='client.15958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:04:31.337 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:30 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:04:29.913594+0000 mgr.smithi031.kqtrbh (mgr.14182) 1022 : cluster [DBG] pgmap v603: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:04:31.338 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:30 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:04:30.076239+0000 mgr.smithi031.kqtrbh (mgr.14182) 1023 : audit [DBG] from='client.15958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:04:31.460 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:04:32.869 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:04:32.869 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:04:33.193 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:32 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:04:31.914376+0000 mgr.smithi031.kqtrbh (mgr.14182) 1024 : cluster [DBG] pgmap v604: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:04:33.242 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:04:33.337 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:32 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:04:31.914376+0000 mgr.smithi031.kqtrbh (mgr.14182) 1024 : cluster [DBG] pgmap v604: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:04:34.243 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:04:34.274 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:33 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:04:32.875580+0000 mgr.smithi031.kqtrbh (mgr.14182) 1025 : audit [DBG] from='client.15962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:04:34.338 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:33 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:04:32.875580+0000 mgr.smithi031.kqtrbh (mgr.14182) 1025 : audit [DBG] from='client.15962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:04:35.237 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:34 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:04:33.915185+0000 mgr.smithi031.kqtrbh (mgr.14182) 1026 : cluster [DBG] pgmap v605: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:04:35.337 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:34 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:04:33.915185+0000 mgr.smithi031.kqtrbh (mgr.14182) 1026 : cluster [DBG] pgmap v605: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:04:35.613 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:04:35.613 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:04:36.009 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:04:37.011 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:04:37.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:36 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:04:35.619756+0000 mgr.smithi031.kqtrbh (mgr.14182) 1027 : audit [DBG] from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:04:37.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:36 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:04:35.915988+0000 mgr.smithi031.kqtrbh (mgr.14182) 1028 : cluster [DBG] pgmap v606: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:04:37.338 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:36 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:04:35.619756+0000 mgr.smithi031.kqtrbh (mgr.14182) 1027 : audit [DBG] from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:04:37.338 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:36 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:04:35.915988+0000 mgr.smithi031.kqtrbh (mgr.14182) 1028 : cluster [DBG] pgmap v606: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:04:38.445 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:04:38.445 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:04:38.849 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:04:39.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:38 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:04:37.916639+0000 mgr.smithi031.kqtrbh (mgr.14182) 1029 : cluster [DBG] pgmap v607: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:04:39.337 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:38 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:04:37.916639+0000 mgr.smithi031.kqtrbh (mgr.14182) 1029 : cluster [DBG] pgmap v607: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:04:39.850 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:04:40.193 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:39 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:04:38.451697+0000 mgr.smithi031.kqtrbh (mgr.14182) 1030 : audit [DBG] from='client.15970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:04:40.338 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:39 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:04:38.451697+0000 mgr.smithi031.kqtrbh (mgr.14182) 1030 : audit [DBG] from='client.15970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:04:41.239 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:04:41.239 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:04:41.269 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:40 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:04:39.917448+0000 mgr.smithi031.kqtrbh (mgr.14182) 1031 : cluster [DBG] pgmap v608: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:04:41.337 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:40 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:04:39.917448+0000 mgr.smithi031.kqtrbh (mgr.14182) 1031 : cluster [DBG] pgmap v608: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:04:41.633 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:04:42.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:41 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:04:41.244603+0000 mgr.smithi031.kqtrbh (mgr.14182) 1032 : audit [DBG] from='client.15974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:04:42.338 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:41 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:04:41.244603+0000 mgr.smithi031.kqtrbh (mgr.14182) 1032 : audit [DBG] from='client.15974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:04:42.634 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:04:43.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:42 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:04:41.918210+0000 mgr.smithi031.kqtrbh (mgr.14182) 1033 : cluster [DBG] pgmap v609: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:04:43.337 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:04:41.918210+0000 mgr.smithi031.kqtrbh (mgr.14182) 1033 : cluster [DBG] pgmap v609: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:04:44.017 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:04:44.017 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:04:44.391 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:04:44.793 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:44 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:04:43.918782+0000 mgr.smithi031.kqtrbh (mgr.14182) 1034 : cluster [DBG] pgmap v610: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:04:44.793 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:44 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:04:44.023153+0000 mgr.smithi031.kqtrbh (mgr.14182) 1035 : audit [DBG] from='client.15978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:04:44.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:44 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:04:43.918782+0000 mgr.smithi031.kqtrbh (mgr.14182) 1034 : cluster [DBG] pgmap v610: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:04:44.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:44 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:04:44.023153+0000 mgr.smithi031.kqtrbh (mgr.14182) 1035 : audit [DBG] from='client.15978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:04:45.393 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:04:46.859 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:04:46.859 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:04:47.238 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:46 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:04:45.919524+0000 mgr.smithi031.kqtrbh (mgr.14182) 1036 : 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-19T16:04:47.281 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:04:47.337 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:46 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:04:45.919524+0000 mgr.smithi031.kqtrbh (mgr.14182) 1036 : 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-19T16:04:48.283 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:04:48.292 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:47 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:04:46.865436+0000 mgr.smithi031.kqtrbh (mgr.14182) 1037 : audit [DBG] from='client.15982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:04:48.337 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:47 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:04:46.865436+0000 mgr.smithi031.kqtrbh (mgr.14182) 1037 : audit [DBG] from='client.15982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:04:49.285 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:48 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:04:47.920215+0000 mgr.smithi031.kqtrbh (mgr.14182) 1038 : 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-19T16:04:49.338 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:48 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:04:47.920215+0000 mgr.smithi031.kqtrbh (mgr.14182) 1038 : 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-19T16:04:49.643 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:04:49.643 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:04:50.014 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:04:51.015 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:04:51.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:50 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:04:49.650006+0000 mgr.smithi031.kqtrbh (mgr.14182) 1039 : audit [DBG] from='client.15986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:04:51.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:50 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:04:49.920782+0000 mgr.smithi031.kqtrbh (mgr.14182) 1040 : cluster [DBG] pgmap v613: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:04:51.338 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:50 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:04:49.650006+0000 mgr.smithi031.kqtrbh (mgr.14182) 1039 : audit [DBG] from='client.15986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:04:51.338 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:50 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:04:49.920782+0000 mgr.smithi031.kqtrbh (mgr.14182) 1040 : cluster [DBG] pgmap v613: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:04:52.292 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:51 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:04:51.902614+0000 mon.smithi031 (mon.0) 698 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-19T16:04:52.337 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:51 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:04:51.902614+0000 mon.smithi031 (mon.0) 698 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-19T16:04:52.394 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:04:52.394 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:49.336105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:49.337294Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:49.336339Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:49.336502Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:49.336666Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:49.336805Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:04:53.010 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:04:53.099 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:52 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:04:51.921299+0000 mgr.smithi031.kqtrbh (mgr.14182) 1041 : cluster [DBG] pgmap v614: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:04:53.337 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:52 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:04:51.921299+0000 mgr.smithi031.kqtrbh (mgr.14182) 1041 : cluster [DBG] pgmap v614: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:04:54.011 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:04:54.292 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:54 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:04:52.400254+0000 mgr.smithi031.kqtrbh (mgr.14182) 1042 : audit [DBG] from='client.15990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:04:54.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:54 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:04:53.191485+0000 mon.smithi031 (mon.0) 699 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T16:04:54.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:54 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:04:52.400254+0000 mgr.smithi031.kqtrbh (mgr.14182) 1042 : audit [DBG] from='client.15990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:04:54.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:54 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:04:53.191485+0000 mon.smithi031 (mon.0) 699 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T16:04:55.471 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:55 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:04:53.921826+0000 mgr.smithi031.kqtrbh (mgr.14182) 1043 : 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-19T16:04:55.542 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:55 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:04:53.921826+0000 mgr.smithi031.kqtrbh (mgr.14182) 1043 : 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-19T16:04:55.614 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:04:55.614 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T15:58:51.728404Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T15:58:51.728473Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T15:58:51.728540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T15:58:51.729012Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T15:58:51.728329Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T15:58:51.728190Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T15:58:51.729078Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T15:58:51.728605Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T15:58:51.728735Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T15:58:51.728670Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:04:56.135 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:04:57.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:56 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:04:55.620487+0000 mgr.smithi031.kqtrbh (mgr.14182) 1044 : audit [DBG] from='client.15994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:04:57.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:56 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:04:55.785493+0000 mon.smithi031 (mon.0) 700 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T16:04:57.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:56 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:04:55.922406+0000 mgr.smithi031.kqtrbh (mgr.14182) 1045 : 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-19T16:04:57.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:56 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:04:56.177839+0000 mon.smithi031 (mon.0) 701 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T16:04:57.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:56 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:04:56.178494+0000 mon.smithi031 (mon.0) 702 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-19T16:04:57.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:56 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:04:56.182712+0000 mon.smithi031 (mon.0) 703 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T16:04:57.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:56 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:04:56.183084+0000 mgr.smithi031.kqtrbh (mgr.14182) 1046 : cluster [DBG] pgmap v617: 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-19T16:04:57.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:56 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:04:56.186207+0000 mon.smithi031 (mon.0) 704 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-19T16:04:57.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:56 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:04:56.192964+0000 mon.smithi031 (mon.0) 705 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T16:04:57.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:56 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cephadm 2024-01-19T16:04:56.194839+0000 mgr.smithi031.kqtrbh (mgr.14182) 1047 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi089.rkludt on smithi089 2024-01-19T16:04:57.087 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:56 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:04:55.620487+0000 mgr.smithi031.kqtrbh (mgr.14182) 1044 : audit [DBG] from='client.15994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:04:57.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:56 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:04:55.785493+0000 mon.smithi031 (mon.0) 700 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T16:04:57.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:56 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:04:55.922406+0000 mgr.smithi031.kqtrbh (mgr.14182) 1045 : 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-19T16:04:57.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:56 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:04:56.177839+0000 mon.smithi031 (mon.0) 701 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T16:04:57.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:56 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:04:56.178494+0000 mon.smithi031 (mon.0) 702 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-19T16:04:57.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:56 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:04:56.182712+0000 mon.smithi031 (mon.0) 703 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T16:04:57.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:56 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:04:56.183084+0000 mgr.smithi031.kqtrbh (mgr.14182) 1046 : cluster [DBG] pgmap v617: 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-19T16:04:57.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:56 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:04:56.186207+0000 mon.smithi031 (mon.0) 704 : audit [DBG] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-19T16:04:57.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:56 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:04:56.192964+0000 mon.smithi031 (mon.0) 705 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T16:04:57.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:56 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cephadm 2024-01-19T16:04:56.194839+0000 mgr.smithi031.kqtrbh (mgr.14182) 1047 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi089.rkludt on smithi089 2024-01-19T16:04:57.136 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:04:58.042 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:57 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:04:56.784315+0000 mon.smithi031 (mon.0) 706 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-19T16:04:58.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:57 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:04:56.784347+0000 mon.smithi031 (mon.0) 707 : cluster [INF] Cluster is now healthy 2024-01-19T16:04:58.087 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:57 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:04:56.784315+0000 mon.smithi031 (mon.0) 706 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-19T16:04:58.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:57 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:04:56.784347+0000 mon.smithi031 (mon.0) 707 : cluster [INF] Cluster is now healthy 2024-01-19T16:04:58.546 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:04:58.546 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T16:04:55.778850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T16:04:53.185706Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T16:04:55.778990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T16:04:53.186336Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T16:04:53.185863Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T16:04:53.185941Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T16:04:55.779506Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T16:04:53.186010Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T16:04:53.186076Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T16:04:55.779123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:04:58.916 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:58 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:04:58.183436+0000 mgr.smithi031.kqtrbh (mgr.14182) 1048 : cluster [DBG] pgmap v618: 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-19T16:04:58.955 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:04:59.087 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:58 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:04:58.183436+0000 mgr.smithi031.kqtrbh (mgr.14182) 1048 : cluster [DBG] pgmap v618: 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-19T16:04:59.956 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:05:00.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:04:59 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:04:58.552330+0000 mgr.smithi031.kqtrbh (mgr.14182) 1049 : audit [DBG] from='client.15998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:05:00.087 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:04:59 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:04:58.552330+0000 mgr.smithi031.kqtrbh (mgr.14182) 1049 : audit [DBG] from='client.15998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:05:00.957 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:05:00 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:05:00.184011+0000 mgr.smithi031.kqtrbh (mgr.14182) 1050 : cluster [DBG] pgmap v619: 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-19T16:05:00.958 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:05:00 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:05:00.704101+0000 mon.smithi031 (mon.0) 708 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T16:05:01.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:05:00 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:05:00.184011+0000 mgr.smithi031.kqtrbh (mgr.14182) 1050 : cluster [DBG] pgmap v619: 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-19T16:05:01.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:05:00 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:05:00.704101+0000 mon.smithi031 (mon.0) 708 : audit [INF] from='mgr.14182 172.21.15.31:0/2998465166' entity='mgr.smithi031.kqtrbh' 2024-01-19T16:05:01.334 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:05:01.334 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T16:04:55.778850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T16:04:53.185706Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T16:04:55.778990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T16:04:53.186336Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T16:04:53.185863Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T16:04:53.185941Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T16:04:55.779506Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T16:04:53.186010Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T16:04:53.186076Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T16:04:55.779123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:05:01.720 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:05:02.721 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:05:03.459 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:05:03 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:05:01.340427+0000 mgr.smithi031.kqtrbh (mgr.14182) 1051 : audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:05:03.460 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:05:03 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:05:02.184650+0000 mgr.smithi031.kqtrbh (mgr.14182) 1052 : cluster [DBG] pgmap v620: 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-19T16:05:03.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:05:03 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:05:01.340427+0000 mgr.smithi031.kqtrbh (mgr.14182) 1051 : audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:05:03.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:05:03 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:05:02.184650+0000 mgr.smithi031.kqtrbh (mgr.14182) 1052 : cluster [DBG] pgmap v620: 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-19T16:05:04.131 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:05:04.131 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T16:04:55.778850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T16:04:53.185706Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T16:04:55.778990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T16:04:53.186336Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T16:04:53.185863Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T16:04:53.185941Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T16:04:55.779506Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T16:04:53.186010Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T16:04:53.186076Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T16:04:55.779123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:05:04.555 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:05:04.792 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:05:04 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:05:04.137414+0000 mgr.smithi031.kqtrbh (mgr.14182) 1053 : audit [DBG] from='client.16006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:05:04.793 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:05:04 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:05:04.185114+0000 mgr.smithi031.kqtrbh (mgr.14182) 1054 : cluster [DBG] pgmap v621: 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-19T16:05:04.837 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:05:04 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:05:04.137414+0000 mgr.smithi031.kqtrbh (mgr.14182) 1053 : audit [DBG] from='client.16006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:05:04.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:05:04 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:05:04.185114+0000 mgr.smithi031.kqtrbh (mgr.14182) 1054 : cluster [DBG] pgmap v621: 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-19T16:05:05.556 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:05:06.941 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:05:06.941 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T16:04:55.778850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T16:04:53.185706Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T16:04:55.778990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T16:04:53.186336Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T16:04:53.185863Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T16:04:53.185941Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T16:04:55.779506Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T16:04:53.186010Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T16:04:53.186076Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T16:04:55.779123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:05:07.270 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:05:07.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:05:07 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:05:06.185580+0000 mgr.smithi031.kqtrbh (mgr.14182) 1055 : cluster [DBG] pgmap v622: 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-19T16:05:07.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:05:07 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:05:06.185580+0000 mgr.smithi031.kqtrbh (mgr.14182) 1055 : cluster [DBG] pgmap v622: 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-19T16:05:08.272 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:05:08.542 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:05:08 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:05:06.947812+0000 mgr.smithi031.kqtrbh (mgr.14182) 1056 : audit [DBG] from='client.16010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:05:08.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:05:08 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:05:06.947812+0000 mgr.smithi031.kqtrbh (mgr.14182) 1056 : audit [DBG] from='client.16010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:05:09.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:05:09 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:05:08.186277+0000 mgr.smithi031.kqtrbh (mgr.14182) 1057 : cluster [DBG] pgmap v623: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:05:09.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:05:09 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:05:08.186277+0000 mgr.smithi031.kqtrbh (mgr.14182) 1057 : cluster [DBG] pgmap v623: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:05:09.615 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:05:09.615 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T16:04:55.778850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T16:04:53.185706Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T16:04:55.778990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T16:04:53.186336Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T16:04:53.185863Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T16:04:53.185941Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T16:04:55.779506Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T16:04:53.186010Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T16:04:53.186076Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T16:04:55.779123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:05:09.978 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:05:10.980 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:05:11.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:05:11 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:05:09.621529+0000 mgr.smithi031.kqtrbh (mgr.14182) 1058 : audit [DBG] from='client.16014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:05:11.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:05:11 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:05:10.186778+0000 mgr.smithi031.kqtrbh (mgr.14182) 1059 : 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-19T16:05:11.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:05:11 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:05:09.621529+0000 mgr.smithi031.kqtrbh (mgr.14182) 1058 : audit [DBG] from='client.16014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:05:11.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:05:11 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:05:10.186778+0000 mgr.smithi031.kqtrbh (mgr.14182) 1059 : 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-19T16:05:12.401 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:05:12.401 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T16:04:55.778850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T16:04:53.185706Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T16:04:55.778990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T16:04:53.186336Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T16:04:53.185863Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T16:04:53.185941Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T16:04:55.779506Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T16:04:53.186010Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T16:04:53.186076Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T16:04:55.779123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:05:12.793 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:05:13.542 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:05:13 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:05:12.187184+0000 mgr.smithi031.kqtrbh (mgr.14182) 1060 : cluster [DBG] pgmap v625: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:05:13.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:05:13 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:05:12.187184+0000 mgr.smithi031.kqtrbh (mgr.14182) 1060 : cluster [DBG] pgmap v625: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:05:13.794 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:05:14.539 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:05:14 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:05:12.407620+0000 mgr.smithi031.kqtrbh (mgr.14182) 1061 : audit [DBG] from='client.16018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:05:14.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:05:14 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:05:12.407620+0000 mgr.smithi031.kqtrbh (mgr.14182) 1061 : audit [DBG] from='client.16018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:05:15.291 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:05:15.291 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T16:04:55.778850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T16:04:53.185706Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T16:04:55.778990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T16:04:53.186336Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T16:04:53.185863Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T16:04:53.185941Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T16:04:55.779506Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T16:04:53.186010Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T16:04:53.186076Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T16:04:55.779123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:05:15.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:05:15 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:05:14.187749+0000 mgr.smithi031.kqtrbh (mgr.14182) 1062 : 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-19T16:05:15.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:05:15 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:05:14.187749+0000 mgr.smithi031.kqtrbh (mgr.14182) 1062 : 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-19T16:05:15.659 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:05:16.542 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:05:16 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:05:15.297141+0000 mgr.smithi031.kqtrbh (mgr.14182) 1063 : audit [DBG] from='client.16022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:05:16.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:05:16 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:05:16.188290+0000 mgr.smithi031.kqtrbh (mgr.14182) 1064 : 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-19T16:05:16.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:05:16 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:05:15.297141+0000 mgr.smithi031.kqtrbh (mgr.14182) 1063 : audit [DBG] from='client.16022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:05:16.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:05:16 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:05:16.188290+0000 mgr.smithi031.kqtrbh (mgr.14182) 1064 : 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-19T16:05:16.660 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:05:18.004 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:05:18.004 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T16:04:55.778850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T16:04:53.185706Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T16:04:55.778990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T16:04:53.186336Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T16:04:53.185863Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T16:04:53.185941Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T16:04:55.779506Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T16:04:53.186010Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T16:04:53.186076Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T16:04:55.779123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:05:18.385 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:05:19.386 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:05:19.542 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:05:19 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:05:18.011032+0000 mgr.smithi031.kqtrbh (mgr.14182) 1065 : audit [DBG] from='client.16026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:05:19.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:05:19 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:05:18.188756+0000 mgr.smithi031.kqtrbh (mgr.14182) 1066 : cluster [DBG] pgmap v628: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:05:19.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:05:19 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:05:18.011032+0000 mgr.smithi031.kqtrbh (mgr.14182) 1065 : audit [DBG] from='client.16026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:05:19.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:05:19 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:05:18.188756+0000 mgr.smithi031.kqtrbh (mgr.14182) 1066 : cluster [DBG] pgmap v628: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:05:20.781 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:05:20.781 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T16:04:55.778850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T16:04:53.185706Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T16:04:55.778990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T16:04:53.186336Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T16:04:53.185863Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T16:04:53.185941Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T16:04:55.779506Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T16:04:53.186010Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T16:04:53.186076Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T16:04:55.779123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:05:21.150 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:05:21.542 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:05:21 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:05:20.189446+0000 mgr.smithi031.kqtrbh (mgr.14182) 1067 : 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-19T16:05:21.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:05:21 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:05:20.189446+0000 mgr.smithi031.kqtrbh (mgr.14182) 1067 : 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-19T16:05:22.152 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:05:22.503 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:05:22 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:05:20.787201+0000 mgr.smithi031.kqtrbh (mgr.14182) 1068 : audit [DBG] from='client.16030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:05:22.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:05:22 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:05:20.787201+0000 mgr.smithi031.kqtrbh (mgr.14182) 1068 : audit [DBG] from='client.16030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:05:23.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:05:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:05:22.189986+0000 mgr.smithi031.kqtrbh (mgr.14182) 1069 : cluster [DBG] pgmap v630: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:05:23.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:05:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:05:22.189986+0000 mgr.smithi031.kqtrbh (mgr.14182) 1069 : cluster [DBG] pgmap v630: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:05:23.603 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:05:23.603 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T16:04:55.778850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T16:04:53.185706Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T16:04:55.778990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T16:04:53.186336Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T16:04:53.185863Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T16:04:53.185941Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T16:04:55.779506Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T16:04:53.186010Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T16:04:53.186076Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T16:04:55.779123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:05:23.976 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:05:24.792 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:05:24 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:05:23.609829+0000 mgr.smithi031.kqtrbh (mgr.14182) 1070 : audit [DBG] from='client.16034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:05:24.793 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:05:24 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:05:24.190575+0000 mgr.smithi031.kqtrbh (mgr.14182) 1071 : 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-19T16:05:24.837 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:05:24 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:05:23.609829+0000 mgr.smithi031.kqtrbh (mgr.14182) 1070 : audit [DBG] from='client.16034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:05:24.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:05:24 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:05:24.190575+0000 mgr.smithi031.kqtrbh (mgr.14182) 1071 : 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-19T16:05:24.977 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:05:26.433 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:05:26.433 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T16:04:55.778850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T16:04:53.185706Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T16:04:55.778990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T16:04:53.186336Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T16:04:53.185863Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T16:04:53.185941Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T16:04:55.779506Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T16:04:53.186010Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T16:04:53.186076Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T16:04:55.779123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:05:26.825 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:05:27.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:05:27 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:05:26.191067+0000 mgr.smithi031.kqtrbh (mgr.14182) 1072 : 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-19T16:05:27.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:05:27 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:05:26.191067+0000 mgr.smithi031.kqtrbh (mgr.14182) 1072 : 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-19T16:05:27.826 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:05:28.542 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:05:28 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:05:26.439945+0000 mgr.smithi031.kqtrbh (mgr.14182) 1073 : audit [DBG] from='client.16038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:05:28.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:05:28 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:05:26.439945+0000 mgr.smithi031.kqtrbh (mgr.14182) 1073 : audit [DBG] from='client.16038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:05:29.264 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:05:29.264 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T16:04:55.778850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T16:04:53.185706Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T16:04:55.778990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T16:04:53.186336Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T16:04:53.185863Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T16:04:53.185941Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T16:04:55.779506Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T16:04:53.186010Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T16:04:53.186076Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T16:04:55.779123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:05:29.542 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:05:29 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:05:28.191475+0000 mgr.smithi031.kqtrbh (mgr.14182) 1074 : cluster [DBG] pgmap v633: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:05:29.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:05:29 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:05:28.191475+0000 mgr.smithi031.kqtrbh (mgr.14182) 1074 : cluster [DBG] pgmap v633: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:05:29.634 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:05:30.635 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:05:31.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:05:31 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:05:29.270889+0000 mgr.smithi031.kqtrbh (mgr.14182) 1075 : audit [DBG] from='client.16042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:05:31.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:05:31 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:05:30.192176+0000 mgr.smithi031.kqtrbh (mgr.14182) 1076 : 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-19T16:05:31.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:05:31 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:05:29.270889+0000 mgr.smithi031.kqtrbh (mgr.14182) 1075 : audit [DBG] from='client.16042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:05:31.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:05:31 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:05:30.192176+0000 mgr.smithi031.kqtrbh (mgr.14182) 1076 : 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-19T16:05:32.108 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:05:32.108 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T16:04:55.778850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T16:04:53.185706Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T16:04:55.778990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T16:04:53.186336Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T16:04:53.185863Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T16:04:53.185941Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T16:04:55.779506Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T16:04:53.186010Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T16:04:53.186076Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T16:04:55.779123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:05:32.502 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:05:33.503 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:05:33.537 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:05:33 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:05:32.114426+0000 mgr.smithi031.kqtrbh (mgr.14182) 1077 : audit [DBG] from='client.16046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:05:33.537 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:05:33 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:05:32.192629+0000 mgr.smithi031.kqtrbh (mgr.14182) 1078 : cluster [DBG] pgmap v635: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:05:33.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:05:33 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:05:32.114426+0000 mgr.smithi031.kqtrbh (mgr.14182) 1077 : audit [DBG] from='client.16046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:05:33.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:05:33 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:05:32.192629+0000 mgr.smithi031.kqtrbh (mgr.14182) 1078 : cluster [DBG] pgmap v635: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:05:34.528 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:05:34 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:05:34.193005+0000 mgr.smithi031.kqtrbh (mgr.14182) 1079 : 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-19T16:05:34.837 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:05:34 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:05:34.193005+0000 mgr.smithi031.kqtrbh (mgr.14182) 1079 : 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-19T16:05:34.892 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:05:34.892 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T16:04:55.778850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T16:04:53.185706Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T16:04:55.778990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T16:04:53.186336Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T16:04:53.185863Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T16:04:53.185941Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T16:04:55.779506Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T16:04:53.186010Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T16:04:53.186076Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T16:04:55.779123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:05:35.274 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:05:35.542 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:05:35 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:05:34.898931+0000 mgr.smithi031.kqtrbh (mgr.14182) 1080 : audit [DBG] from='client.16050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:05:35.837 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:05:35 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:05:34.898931+0000 mgr.smithi031.kqtrbh (mgr.14182) 1080 : audit [DBG] from='client.16050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:05:36.276 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:05:36.632 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:05:36 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:05:36.193525+0000 mgr.smithi031.kqtrbh (mgr.14182) 1081 : 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-19T16:05:36.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:05:36 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:05:36.193525+0000 mgr.smithi031.kqtrbh (mgr.14182) 1081 : 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-19T16:05:37.624 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:05:37.624 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T16:04:55.778850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T16:04:53.185706Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T16:04:55.778990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T16:04:53.186336Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T16:04:53.185863Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T16:04:53.185941Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T16:04:55.779506Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T16:04:53.186010Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T16:04:53.186076Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T16:04:55.779123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:05:38.007 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:05:39.008 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:05:39.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:05:39 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:05:37.630964+0000 mgr.smithi031.kqtrbh (mgr.14182) 1082 : audit [DBG] from='client.16054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:05:39.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:05:39 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:05:38.194133+0000 mgr.smithi031.kqtrbh (mgr.14182) 1083 : cluster [DBG] pgmap v638: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:05:39.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:05:39 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:05:37.630964+0000 mgr.smithi031.kqtrbh (mgr.14182) 1082 : audit [DBG] from='client.16054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:05:39.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:05:39 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:05:38.194133+0000 mgr.smithi031.kqtrbh (mgr.14182) 1083 : cluster [DBG] pgmap v638: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:05:40.412 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:05:40.412 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T16:04:55.778850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T16:04:53.185706Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T16:04:55.778990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T16:04:53.186336Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T16:04:53.185863Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T16:04:53.185941Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T16:04:55.779506Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T16:04:53.186010Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T16:04:53.186076Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T16:04:55.779123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:05:40.831 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:05:41.542 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:05:41 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:05:40.194608+0000 mgr.smithi031.kqtrbh (mgr.14182) 1084 : 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-19T16:05:41.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:05:41 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:05:40.194608+0000 mgr.smithi031.kqtrbh (mgr.14182) 1084 : 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-19T16:05:41.832 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:05:42.517 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:05:42 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:05:40.418136+0000 mgr.smithi031.kqtrbh (mgr.14182) 1085 : audit [DBG] from='client.16058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:05:42.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:05:42 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:05:40.418136+0000 mgr.smithi031.kqtrbh (mgr.14182) 1085 : audit [DBG] from='client.16058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:05:43.237 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:05:43.237 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T16:04:55.778850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T16:04:53.185706Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T16:04:55.778990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T16:04:53.186336Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T16:04:53.185863Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T16:04:53.185941Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T16:04:55.779506Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T16:04:53.186010Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T16:04:53.186076Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T16:04:55.779123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:05:43.542 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:05:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:05:42.195160+0000 mgr.smithi031.kqtrbh (mgr.14182) 1086 : cluster [DBG] pgmap v640: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:05:43.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:05:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:05:42.195160+0000 mgr.smithi031.kqtrbh (mgr.14182) 1086 : cluster [DBG] pgmap v640: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:05:43.622 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:05:44.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:05:44 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:05:43.244103+0000 mgr.smithi031.kqtrbh (mgr.14182) 1087 : audit [DBG] from='client.16062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:05:44.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:05:44 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:05:43.244103+0000 mgr.smithi031.kqtrbh (mgr.14182) 1087 : audit [DBG] from='client.16062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:05:44.623 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:05:45.292 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:05:45 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:05:44.195795+0000 mgr.smithi031.kqtrbh (mgr.14182) 1088 : 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-19T16:05:45.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:05:45 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:05:44.195795+0000 mgr.smithi031.kqtrbh (mgr.14182) 1088 : 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-19T16:05:46.052 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:05:46.052 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T16:04:55.778850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T16:04:53.185706Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T16:04:55.778990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T16:04:53.186336Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T16:04:53.185863Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T16:04:53.185941Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T16:04:55.779506Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T16:04:53.186010Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T16:04:53.186076Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T16:04:55.779123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:05:46.411 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:05:46 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:05:46.059180+0000 mgr.smithi031.kqtrbh (mgr.14182) 1089 : audit [DBG] from='client.16066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:05:46.411 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:05:46 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:05:46.196252+0000 mgr.smithi031.kqtrbh (mgr.14182) 1090 : 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-19T16:05:46.439 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:05:46.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:05:46 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:05:46.059180+0000 mgr.smithi031.kqtrbh (mgr.14182) 1089 : audit [DBG] from='client.16066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:05:46.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:05:46 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:05:46.196252+0000 mgr.smithi031.kqtrbh (mgr.14182) 1090 : 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-19T16:05:47.440 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:05:48.952 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:05:48.952 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T16:04:55.778850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T16:04:53.185706Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T16:04:55.778990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T16:04:53.186336Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T16:04:53.185863Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T16:04:53.185941Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T16:04:55.779506Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T16:04:53.186010Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T16:04:53.186076Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T16:04:55.779123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:05:49.330 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:05:49.542 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:05:49 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:05:48.196755+0000 mgr.smithi031.kqtrbh (mgr.14182) 1091 : cluster [DBG] pgmap v643: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:05:49.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:05:49 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:05:48.196755+0000 mgr.smithi031.kqtrbh (mgr.14182) 1091 : cluster [DBG] pgmap v643: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:05:50.331 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:05:50.542 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:05:50 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:05:48.958438+0000 mgr.smithi031.kqtrbh (mgr.14182) 1092 : audit [DBG] from='client.16070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:05:50.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:05:50 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:05:48.958438+0000 mgr.smithi031.kqtrbh (mgr.14182) 1092 : audit [DBG] from='client.16070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:05:51.292 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:05:51 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:05:50.197488+0000 mgr.smithi031.kqtrbh (mgr.14182) 1093 : 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-19T16:05:51.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:05:51 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:05:50.197488+0000 mgr.smithi031.kqtrbh (mgr.14182) 1093 : 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-19T16:05:51.760 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:05:51.760 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T16:04:55.778850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T16:04:53.185706Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T16:04:55.778990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T16:04:53.186336Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T16:04:53.185863Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T16:04:53.185941Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T16:04:55.779506Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T16:04:53.186010Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T16:04:53.186076Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T16:04:55.779123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:05:52.120 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:05:53.121 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:05:53.489 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:05:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:05:51.767026+0000 mgr.smithi031.kqtrbh (mgr.14182) 1094 : audit [DBG] from='client.16074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:05:53.489 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:05:53 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:05:52.198097+0000 mgr.smithi031.kqtrbh (mgr.14182) 1095 : cluster [DBG] pgmap v645: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:05:53.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:05:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:05:51.767026+0000 mgr.smithi031.kqtrbh (mgr.14182) 1094 : audit [DBG] from='client.16074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:05:53.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:05:53 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:05:52.198097+0000 mgr.smithi031.kqtrbh (mgr.14182) 1095 : cluster [DBG] pgmap v645: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:05:54.552 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:05:54.552 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T16:04:55.778850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T16:04:53.185706Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T16:04:55.778990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T16:04:53.186336Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T16:04:53.185863Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T16:04:53.185941Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T16:04:55.779506Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T16:04:53.186010Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T16:04:53.186076Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T16:04:55.779123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:05:54.715 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:05:54 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:05:54.198497+0000 mgr.smithi031.kqtrbh (mgr.14182) 1096 : 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-19T16:05:54.837 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:05:54 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:05:54.198497+0000 mgr.smithi031.kqtrbh (mgr.14182) 1096 : 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-19T16:05:54.937 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:05:55.793 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:05:55 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:05:54.558167+0000 mgr.smithi031.kqtrbh (mgr.14182) 1097 : audit [DBG] from='client.16078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:05:55.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:05:55 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:05:54.558167+0000 mgr.smithi031.kqtrbh (mgr.14182) 1097 : audit [DBG] from='client.16078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:05:55.938 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:05:56.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:05:56 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:05:56.199134+0000 mgr.smithi031.kqtrbh (mgr.14182) 1098 : 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-19T16:05:56.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:05:56 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:05:56.199134+0000 mgr.smithi031.kqtrbh (mgr.14182) 1098 : 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-19T16:05:57.334 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:05:57.334 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T16:04:55.778850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T16:04:53.185706Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T16:04:55.778990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T16:04:53.186336Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T16:04:53.185863Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T16:04:53.185941Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T16:04:55.779506Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T16:04:53.186010Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T16:04:53.186076Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T16:04:55.779123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:05:57.753 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:05:58.754 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:05:59.431 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:05:59 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:05:57.340364+0000 mgr.smithi031.kqtrbh (mgr.14182) 1099 : audit [DBG] from='client.16082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:05:59.431 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:05:59 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:05:58.199603+0000 mgr.smithi031.kqtrbh (mgr.14182) 1100 : cluster [DBG] pgmap v648: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:05:59.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:05:59 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:05:57.340364+0000 mgr.smithi031.kqtrbh (mgr.14182) 1099 : audit [DBG] from='client.16082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:05:59.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:05:59 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:05:58.199603+0000 mgr.smithi031.kqtrbh (mgr.14182) 1100 : cluster [DBG] pgmap v648: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:06:00.133 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:06:00.133 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T16:04:55.778850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T16:04:53.185706Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T16:04:55.778990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T16:04:53.186336Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T16:04:53.185863Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T16:04:53.185941Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T16:04:55.779506Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T16:04:53.186010Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T16:04:53.186076Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T16:04:55.779123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:06:00.510 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:06:01.511 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:06:01.542 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:06:01 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:06:00.139429+0000 mgr.smithi031.kqtrbh (mgr.14182) 1101 : audit [DBG] from='client.16086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:06:01.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:06:01 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:06:00.200179+0000 mgr.smithi031.kqtrbh (mgr.14182) 1102 : 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-19T16:06:01.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:06:01 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:06:00.139429+0000 mgr.smithi031.kqtrbh (mgr.14182) 1101 : audit [DBG] from='client.16086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:06:01.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:06:01 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:06:00.200179+0000 mgr.smithi031.kqtrbh (mgr.14182) 1102 : 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-19T16:06:02.942 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:06:02.942 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T16:04:55.778850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T16:04:53.185706Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T16:04:55.778990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T16:04:53.186336Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T16:04:53.185863Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T16:04:53.185941Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T16:04:55.779506Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T16:04:53.186010Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T16:04:53.186076Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T16:04:55.779123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:06:03.337 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:06:03.542 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:06:03 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:06:02.200821+0000 mgr.smithi031.kqtrbh (mgr.14182) 1103 : cluster [DBG] pgmap v650: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:06:03.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:06:03 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:06:02.200821+0000 mgr.smithi031.kqtrbh (mgr.14182) 1103 : cluster [DBG] pgmap v650: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:06:04.338 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:06:04.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:06:04 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:06:02.948687+0000 mgr.smithi031.kqtrbh (mgr.14182) 1104 : audit [DBG] from='client.16090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:06:04.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:06:04 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:06:02.948687+0000 mgr.smithi031.kqtrbh (mgr.14182) 1104 : audit [DBG] from='client.16090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:06:05.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:06:05 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:06:04.201512+0000 mgr.smithi031.kqtrbh (mgr.14182) 1105 : 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-19T16:06:05.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:06:05 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:06:04.201512+0000 mgr.smithi031.kqtrbh (mgr.14182) 1105 : 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-19T16:06:05.756 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:06:05.756 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T16:04:55.778850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T16:04:53.185706Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T16:04:55.778990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T16:04:53.186336Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T16:04:53.185863Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T16:04:53.185941Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T16:04:55.779506Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T16:04:53.186010Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T16:04:53.186076Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T16:04:55.779123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:06:06.184 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:06:06.542 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:06:06 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:06:05.762157+0000 mgr.smithi031.kqtrbh (mgr.14182) 1106 : audit [DBG] from='client.16094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:06:06.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:06:06 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:06:06.202138+0000 mgr.smithi031.kqtrbh (mgr.14182) 1107 : 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-19T16:06:06.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:06:06 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:06:05.762157+0000 mgr.smithi031.kqtrbh (mgr.14182) 1106 : audit [DBG] from='client.16094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:06:06.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:06:06 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:06:06.202138+0000 mgr.smithi031.kqtrbh (mgr.14182) 1107 : 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-19T16:06:07.186 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:06:08.537 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:06:08.537 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T16:04:55.778850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T16:04:53.185706Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T16:04:55.778990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T16:04:53.186336Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T16:04:53.185863Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T16:04:53.185941Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T16:04:55.779506Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T16:04:53.186010Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T16:04:53.186076Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T16:04:55.779123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:06:08.926 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:06:09.542 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:06:09 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:06:08.202646+0000 mgr.smithi031.kqtrbh (mgr.14182) 1108 : cluster [DBG] pgmap v653: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:06:09.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:06:09 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:06:08.202646+0000 mgr.smithi031.kqtrbh (mgr.14182) 1108 : cluster [DBG] pgmap v653: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:06:09.927 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:06:10.542 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:06:10 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:06:08.543476+0000 mgr.smithi031.kqtrbh (mgr.14182) 1109 : audit [DBG] from='client.16098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:06:10.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:06:10 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:06:08.543476+0000 mgr.smithi031.kqtrbh (mgr.14182) 1109 : audit [DBG] from='client.16098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:06:11.292 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:06:11.292 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T16:04:55.778850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T16:04:53.185706Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T16:04:55.778990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T16:04:53.186336Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T16:04:53.185863Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T16:04:53.185941Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T16:04:55.779506Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T16:04:53.186010Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T16:04:53.186076Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T16:04:55.779123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:06:11.542 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:06:11 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:06:10.203191+0000 mgr.smithi031.kqtrbh (mgr.14182) 1110 : 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-19T16:06:11.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:06:11 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:06:10.203191+0000 mgr.smithi031.kqtrbh (mgr.14182) 1110 : 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-19T16:06:11.667 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:06:12.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:06:12 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:06:11.298686+0000 mgr.smithi031.kqtrbh (mgr.14182) 1111 : audit [DBG] from='client.16102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:06:12.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:06:12 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:06:12.203710+0000 mgr.smithi031.kqtrbh (mgr.14182) 1112 : cluster [DBG] pgmap v655: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:06:12.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:06:12 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:06:11.298686+0000 mgr.smithi031.kqtrbh (mgr.14182) 1111 : audit [DBG] from='client.16102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:06:12.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:06:12 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:06:12.203710+0000 mgr.smithi031.kqtrbh (mgr.14182) 1112 : cluster [DBG] pgmap v655: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:06:12.668 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:06:14.125 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:06:14.125 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T16:04:55.778850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T16:04:53.185706Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T16:04:55.778990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T16:04:53.186336Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T16:04:53.185863Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T16:04:53.185941Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T16:04:55.779506Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T16:04:53.186010Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T16:04:53.186076Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T16:04:55.779123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:06:14.525 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:06:14.792 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:06:14 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:06:14.131534+0000 mgr.smithi031.kqtrbh (mgr.14182) 1113 : audit [DBG] from='client.16106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:06:14.792 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:06:14 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:06:14.204122+0000 mgr.smithi031.kqtrbh (mgr.14182) 1114 : 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-19T16:06:14.837 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:06:14 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:06:14.131534+0000 mgr.smithi031.kqtrbh (mgr.14182) 1113 : audit [DBG] from='client.16106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:06:14.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:06:14 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:06:14.204122+0000 mgr.smithi031.kqtrbh (mgr.14182) 1114 : 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-19T16:06:15.527 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:06:16.975 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:06:16.975 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T16:04:55.778850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T16:04:53.185706Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T16:04:55.778990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T16:04:53.186336Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T16:04:53.185863Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T16:04:53.185941Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T16:04:55.779506Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T16:04:53.186010Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T16:04:53.186076Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T16:04:55.779123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:06:17.273 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:06:17 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:06:16.204820+0000 mgr.smithi031.kqtrbh (mgr.14182) 1115 : 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-19T16:06:17.375 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:06:17.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:06:17 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:06:16.204820+0000 mgr.smithi031.kqtrbh (mgr.14182) 1115 : 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-19T16:06:18.376 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:06:18.542 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:06:18 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:06:16.981813+0000 mgr.smithi031.kqtrbh (mgr.14182) 1116 : audit [DBG] from='client.16110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:06:18.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:06:18 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:06:16.981813+0000 mgr.smithi031.kqtrbh (mgr.14182) 1116 : audit [DBG] from='client.16110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:06:19.404 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:06:19 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:06:18.205325+0000 mgr.smithi031.kqtrbh (mgr.14182) 1117 : cluster [DBG] pgmap v658: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:06:19.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:06:19 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:06:18.205325+0000 mgr.smithi031.kqtrbh (mgr.14182) 1117 : cluster [DBG] pgmap v658: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:06:19.820 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:06:19.821 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T16:04:55.778850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T16:04:53.185706Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T16:04:55.778990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T16:04:53.186336Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T16:04:53.185863Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T16:04:53.185941Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T16:04:55.779506Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T16:04:53.186010Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T16:04:53.186076Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T16:04:55.779123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:06:20.191 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:06:20.542 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:06:20 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:06:19.827282+0000 mgr.smithi031.kqtrbh (mgr.14182) 1118 : audit [DBG] from='client.16114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:06:20.542 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:06:20 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:06:20.206087+0000 mgr.smithi031.kqtrbh (mgr.14182) 1119 : 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-19T16:06:20.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:06:20 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:06:19.827282+0000 mgr.smithi031.kqtrbh (mgr.14182) 1118 : audit [DBG] from='client.16114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:06:20.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:06:20 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:06:20.206087+0000 mgr.smithi031.kqtrbh (mgr.14182) 1119 : 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-19T16:06:21.191 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:06:22.666 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:06:22.666 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T16:04:55.778850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T16:04:53.185706Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T16:04:55.778990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T16:04:53.186336Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T16:04:53.185863Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T16:04:53.185941Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T16:04:55.779506Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T16:04:53.186010Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T16:04:53.186076Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T16:04:55.779123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:06:23.067 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:06:23.292 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:06:23 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:06:22.206796+0000 mgr.smithi031.kqtrbh (mgr.14182) 1120 : cluster [DBG] pgmap v660: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:06:23.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:06:23 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:06:22.206796+0000 mgr.smithi031.kqtrbh (mgr.14182) 1120 : cluster [DBG] pgmap v660: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:06:24.068 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:06:24.425 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:06:24 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:06:22.672899+0000 mgr.smithi031.kqtrbh (mgr.14182) 1121 : audit [DBG] from='client.16118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:06:24.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:06:24 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:06:22.672899+0000 mgr.smithi031.kqtrbh (mgr.14182) 1121 : audit [DBG] from='client.16118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:06:25.509 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:06:25.509 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T16:04:55.778850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T16:04:53.185706Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T16:04:55.778990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T16:04:53.186336Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T16:04:53.185863Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T16:04:53.185941Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T16:04:55.779506Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T16:04:53.186010Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T16:04:53.186076Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T16:04:55.779123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:06:25.534 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:06:25 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:06:24.207212+0000 mgr.smithi031.kqtrbh (mgr.14182) 1122 : 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-19T16:06:25.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:06:25 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:06:24.207212+0000 mgr.smithi031.kqtrbh (mgr.14182) 1122 : 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-19T16:06:25.890 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:06:26.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:06:26 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:06:25.515152+0000 mgr.smithi031.kqtrbh (mgr.14182) 1123 : audit [DBG] from='client.16122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:06:26.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:06:26 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:06:26.207802+0000 mgr.smithi031.kqtrbh (mgr.14182) 1124 : 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-19T16:06:26.792 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:06:26 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:06:25.515152+0000 mgr.smithi031.kqtrbh (mgr.14182) 1123 : audit [DBG] from='client.16122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:06:26.793 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:06:26 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:06:26.207802+0000 mgr.smithi031.kqtrbh (mgr.14182) 1124 : 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-19T16:06:26.890 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:06:28.316 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:06:28.316 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T16:04:55.778850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T16:04:53.185706Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T16:04:55.778990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T16:04:53.186336Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T16:04:53.185863Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T16:04:53.185941Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T16:04:55.779506Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T16:04:53.186010Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T16:04:53.186076Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T16:04:55.779123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:06:28.714 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:06:29.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:06:29 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:06:28.208234+0000 mgr.smithi031.kqtrbh (mgr.14182) 1125 : cluster [DBG] pgmap v663: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:06:29.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:06:29 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:06:28.208234+0000 mgr.smithi031.kqtrbh (mgr.14182) 1125 : cluster [DBG] pgmap v663: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:06:29.715 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:06:30.426 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:06:30 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:06:28.322238+0000 mgr.smithi031.kqtrbh (mgr.14182) 1126 : audit [DBG] from='client.16126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:06:30.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:06:30 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:06:28.322238+0000 mgr.smithi031.kqtrbh (mgr.14182) 1126 : audit [DBG] from='client.16126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:06:31.094 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:06:31.094 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T16:04:55.778850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T16:04:53.185706Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T16:04:55.778990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T16:04:53.186336Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T16:04:53.185863Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T16:04:53.185941Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T16:04:55.779506Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T16:04:53.186010Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T16:04:53.186076Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T16:04:55.779123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:06:31.479 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:06:31 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:06:30.208694+0000 mgr.smithi031.kqtrbh (mgr.14182) 1127 : 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-19T16:06:31.479 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:06:31 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:06:31.100401+0000 mgr.smithi031.kqtrbh (mgr.14182) 1128 : audit [DBG] from='client.16130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:06:31.523 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:06:31.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:06:31 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:06:30.208694+0000 mgr.smithi031.kqtrbh (mgr.14182) 1127 : 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-19T16:06:31.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:06:31 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:06:31.100401+0000 mgr.smithi031.kqtrbh (mgr.14182) 1128 : audit [DBG] from='client.16130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:06:32.524 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:06:32.542 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:06:32 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:06:32.209402+0000 mgr.smithi031.kqtrbh (mgr.14182) 1129 : cluster [DBG] pgmap v665: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:06:32.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:06:32 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:06:32.209402+0000 mgr.smithi031.kqtrbh (mgr.14182) 1129 : cluster [DBG] pgmap v665: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:06:33.928 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:06:33.928 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T16:04:55.778850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T16:04:53.185706Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T16:04:55.778990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T16:04:53.186336Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T16:04:53.185863Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T16:04:53.185941Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T16:04:55.779506Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T16:04:53.186010Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T16:04:53.186076Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T16:04:55.779123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:06:34.305 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:06:34.542 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:06:34 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:06:33.934386+0000 mgr.smithi031.kqtrbh (mgr.14182) 1130 : audit [DBG] from='client.16134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:06:34.542 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:06:34 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:06:34.209997+0000 mgr.smithi031.kqtrbh (mgr.14182) 1131 : 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-19T16:06:34.837 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:06:34 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:06:33.934386+0000 mgr.smithi031.kqtrbh (mgr.14182) 1130 : audit [DBG] from='client.16134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:06:34.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:06:34 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:06:34.209997+0000 mgr.smithi031.kqtrbh (mgr.14182) 1131 : 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-19T16:06:35.306 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:06:36.707 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:06:36.708 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T16:04:55.778850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T16:04:53.185706Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T16:04:55.778990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T16:04:53.186336Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T16:04:53.185863Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T16:04:53.185941Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T16:04:55.779506Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T16:04:53.186010Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T16:04:53.186076Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T16:04:55.779123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:06:37.096 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:06:37.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:06:37 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:06:36.210415+0000 mgr.smithi031.kqtrbh (mgr.14182) 1132 : 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-19T16:06:37.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:06:37 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:06:36.210415+0000 mgr.smithi031.kqtrbh (mgr.14182) 1132 : 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-19T16:06:38.097 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:06:38.439 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:06:38 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:06:36.714023+0000 mgr.smithi031.kqtrbh (mgr.14182) 1133 : audit [DBG] from='client.16138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:06:38.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:06:38 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:06:36.714023+0000 mgr.smithi031.kqtrbh (mgr.14182) 1133 : audit [DBG] from='client.16138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:06:39.542 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:06:39 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:06:38.210822+0000 mgr.smithi031.kqtrbh (mgr.14182) 1134 : cluster [DBG] pgmap v668: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:06:39.551 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:06:39.551 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T16:04:55.778850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T16:04:53.185706Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T16:04:55.778990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T16:04:53.186336Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T16:04:53.185863Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T16:04:53.185941Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T16:04:55.779506Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T16:04:53.186010Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T16:04:53.186076Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T16:04:55.779123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:06:39.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:06:39 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:06:38.210822+0000 mgr.smithi031.kqtrbh (mgr.14182) 1134 : cluster [DBG] pgmap v668: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:06:39.947 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:06:40.542 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:06:40 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:06:39.557621+0000 mgr.smithi031.kqtrbh (mgr.14182) 1135 : audit [DBG] from='client.16142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:06:40.542 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:06:40 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:06:40.211432+0000 mgr.smithi031.kqtrbh (mgr.14182) 1136 : 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-19T16:06:40.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:06:40 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:06:39.557621+0000 mgr.smithi031.kqtrbh (mgr.14182) 1135 : audit [DBG] from='client.16142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:06:40.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:06:40 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:06:40.211432+0000 mgr.smithi031.kqtrbh (mgr.14182) 1136 : 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-19T16:06:40.948 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:06:42.334 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:06:42.334 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T16:04:55.778850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T16:04:53.185706Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T16:04:55.778990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T16:04:53.186336Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T16:04:53.185863Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T16:04:53.185941Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T16:04:55.779506Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T16:04:53.186010Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T16:04:53.186076Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T16:04:55.779123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:06:42.713 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:06:43.542 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:06:43 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:06:42.211881+0000 mgr.smithi031.kqtrbh (mgr.14182) 1137 : cluster [DBG] pgmap v670: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:06:43.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:06:43 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:06:42.211881+0000 mgr.smithi031.kqtrbh (mgr.14182) 1137 : cluster [DBG] pgmap v670: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:06:43.713 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:06:44.424 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:06:44 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:06:42.340577+0000 mgr.smithi031.kqtrbh (mgr.14182) 1138 : audit [DBG] from='client.16146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:06:44.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:06:44 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:06:42.340577+0000 mgr.smithi031.kqtrbh (mgr.14182) 1138 : audit [DBG] from='client.16146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:06:45.140 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:06:45.140 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T16:04:55.778850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T16:04:53.185706Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T16:04:55.778990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T16:04:53.186336Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T16:04:53.185863Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T16:04:53.185941Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T16:04:55.779506Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T16:04:53.186010Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T16:04:53.186076Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T16:04:55.779123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:06:45.527 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:06:45 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:06:44.212346+0000 mgr.smithi031.kqtrbh (mgr.14182) 1139 : 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-19T16:06:45.546 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:06:45.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:06:45 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:06:44.212346+0000 mgr.smithi031.kqtrbh (mgr.14182) 1139 : 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-19T16:06:46.542 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:06:46 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:06:45.146740+0000 mgr.smithi031.kqtrbh (mgr.14182) 1140 : audit [DBG] from='client.16150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:06:46.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:06:46 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:06:46.212920+0000 mgr.smithi031.kqtrbh (mgr.14182) 1141 : 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-19T16:06:46.547 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:06:46.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:06:46 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:06:45.146740+0000 mgr.smithi031.kqtrbh (mgr.14182) 1140 : audit [DBG] from='client.16150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:06:46.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:06:46 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:06:46.212920+0000 mgr.smithi031.kqtrbh (mgr.14182) 1141 : 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-19T16:06:47.921 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:06:47.921 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T16:04:55.778850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T16:04:53.185706Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T16:04:55.778990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T16:04:53.186336Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T16:04:53.185863Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T16:04:53.185941Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T16:04:55.779506Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T16:04:53.186010Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T16:04:53.186076Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T16:04:55.779123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:06:48.350 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:06:49.350 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:06:49.542 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:06:49 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:06:47.927384+0000 mgr.smithi031.kqtrbh (mgr.14182) 1142 : audit [DBG] from='client.16154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:06:49.542 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:06:49 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:06:48.213389+0000 mgr.smithi031.kqtrbh (mgr.14182) 1143 : cluster [DBG] pgmap v673: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:06:49.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:06:49 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:06:47.927384+0000 mgr.smithi031.kqtrbh (mgr.14182) 1142 : audit [DBG] from='client.16154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:06:49.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:06:49 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:06:48.213389+0000 mgr.smithi031.kqtrbh (mgr.14182) 1143 : cluster [DBG] pgmap v673: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:06:50.561 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:06:50 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:06:50.213919+0000 mgr.smithi031.kqtrbh (mgr.14182) 1144 : 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-19T16:06:50.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:06:50 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:06:50.213919+0000 mgr.smithi031.kqtrbh (mgr.14182) 1144 : 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-19T16:06:50.899 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:06:50.899 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T16:04:55.778850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T16:04:53.185706Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T16:04:55.778990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T16:04:53.186336Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T16:04:53.185863Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T16:04:53.185941Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T16:04:55.779506Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T16:04:53.186010Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T16:04:53.186076Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T16:04:55.779123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:06:51.286 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:06:51.542 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:06:51 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:06:50.906093+0000 mgr.smithi031.kqtrbh (mgr.14182) 1145 : audit [DBG] from='client.16158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:06:51.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:06:51 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:06:50.906093+0000 mgr.smithi031.kqtrbh (mgr.14182) 1145 : audit [DBG] from='client.16158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:06:52.288 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:06:52.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:06:52 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:06:52.214355+0000 mgr.smithi031.kqtrbh (mgr.14182) 1146 : cluster [DBG] pgmap v675: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:06:52.653 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:06:52 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:06:52.214355+0000 mgr.smithi031.kqtrbh (mgr.14182) 1146 : cluster [DBG] pgmap v675: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:06:53.709 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:06:53.709 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T16:04:55.778850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T16:04:53.185706Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T16:04:55.778990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T16:04:53.186336Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T16:04:53.185863Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T16:04:53.185941Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T16:04:55.779506Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T16:04:53.186010Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T16:04:53.186076Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T16:04:55.779123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:06:54.077 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:06:54.792 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:06:54 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:06:53.715583+0000 mgr.smithi031.kqtrbh (mgr.14182) 1147 : audit [DBG] from='client.16162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:06:54.792 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:06:54 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:06:54.214794+0000 mgr.smithi031.kqtrbh (mgr.14182) 1148 : 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-19T16:06:54.837 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:06:54 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:06:53.715583+0000 mgr.smithi031.kqtrbh (mgr.14182) 1147 : audit [DBG] from='client.16162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:06:54.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:06:54 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:06:54.214794+0000 mgr.smithi031.kqtrbh (mgr.14182) 1148 : 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-19T16:06:55.078 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:06:56.498 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:06:56.499 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T16:04:55.778850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T16:04:53.185706Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T16:04:55.778990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T16:04:53.186336Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T16:04:53.185863Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T16:04:53.185941Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T16:04:55.779506Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T16:04:53.186010Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T16:04:53.186076Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T16:04:55.779123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:06:56.877 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:06:57.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:06:57 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:06:56.215423+0000 mgr.smithi031.kqtrbh (mgr.14182) 1149 : 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-19T16:06:57.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:06:57 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:06:56.215423+0000 mgr.smithi031.kqtrbh (mgr.14182) 1149 : 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-19T16:06:57.879 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:06:58.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:06:58 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:06:56.504800+0000 mgr.smithi031.kqtrbh (mgr.14182) 1150 : audit [DBG] from='client.16166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:06:58.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:06:58 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:06:56.504800+0000 mgr.smithi031.kqtrbh (mgr.14182) 1150 : audit [DBG] from='client.16166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:06:59.275 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:06:59.275 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T16:04:55.778850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T16:04:53.185706Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T16:04:55.778990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T16:04:53.186336Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T16:04:53.185863Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T16:04:53.185941Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T16:04:55.779506Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T16:04:53.186010Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T16:04:53.186076Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T16:04:55.779123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:06:59.542 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:06:59 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:06:58.215801+0000 mgr.smithi031.kqtrbh (mgr.14182) 1151 : cluster [DBG] pgmap v678: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:06:59.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:06:59 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:06:58.215801+0000 mgr.smithi031.kqtrbh (mgr.14182) 1151 : cluster [DBG] pgmap v678: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:06:59.668 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:07:00.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:07:00 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:06:59.281949+0000 mgr.smithi031.kqtrbh (mgr.14182) 1152 : audit [DBG] from='client.16170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:07:00.543 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:07:00 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:07:00.216268+0000 mgr.smithi031.kqtrbh (mgr.14182) 1153 : 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-19T16:07:00.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:07:00 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:06:59.281949+0000 mgr.smithi031.kqtrbh (mgr.14182) 1152 : audit [DBG] from='client.16170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:07:00.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:07:00 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:07:00.216268+0000 mgr.smithi031.kqtrbh (mgr.14182) 1153 : 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-19T16:07:00.669 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:07:02.049 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:07:02.050 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T16:04:55.778850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T16:04:53.185706Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T16:04:55.778990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T16:04:53.186336Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T16:04:53.185863Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T16:04:53.185941Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T16:04:55.779506Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T16:04:53.186010Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T16:04:53.186076Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T16:04:55.779123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:07:02.435 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:07:03.436 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:07:03.468 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:07:03 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:07:02.056045+0000 mgr.smithi031.kqtrbh (mgr.14182) 1154 : audit [DBG] from='client.16174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:07:03.468 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:07:03 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:07:02.216943+0000 mgr.smithi031.kqtrbh (mgr.14182) 1155 : cluster [DBG] pgmap v680: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:07:03.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:07:03 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:07:02.056045+0000 mgr.smithi031.kqtrbh (mgr.14182) 1154 : audit [DBG] from='client.16174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:07:03.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:07:03 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:07:02.216943+0000 mgr.smithi031.kqtrbh (mgr.14182) 1155 : cluster [DBG] pgmap v680: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:07:04.792 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:07:04 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:07:04.217558+0000 mgr.smithi031.kqtrbh (mgr.14182) 1156 : 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-19T16:07:04.819 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:07:04.819 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T16:04:55.778850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T16:04:53.185706Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T16:04:55.778990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T16:04:53.186336Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T16:04:53.185863Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T16:04:53.185941Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T16:04:55.779506Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T16:04:53.186010Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T16:04:53.186076Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T16:04:55.779123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:07:04.837 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:07:04 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:07:04.217558+0000 mgr.smithi031.kqtrbh (mgr.14182) 1156 : 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-19T16:07:05.230 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:07:05.792 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:07:05 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:07:04.825424+0000 mgr.smithi031.kqtrbh (mgr.14182) 1157 : audit [DBG] from='client.16178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:07:05.837 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:07:05 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:07:04.825424+0000 mgr.smithi031.kqtrbh (mgr.14182) 1157 : audit [DBG] from='client.16178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:07:06.231 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:07:06.542 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:07:06 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:07:06.218069+0000 mgr.smithi031.kqtrbh (mgr.14182) 1158 : 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-19T16:07:06.837 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:07:06 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:07:06.218069+0000 mgr.smithi031.kqtrbh (mgr.14182) 1158 : 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-19T16:07:07.629 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:07:07.629 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T16:04:55.778850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T16:04:53.185706Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T16:04:55.778990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T16:04:53.186336Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T16:04:53.185863Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T16:04:53.185941Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T16:04:55.779506Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T16:04:53.186010Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T16:04:53.186076Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T16:04:55.779123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:07:08.000 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:07:09.001 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:07:09.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:07:09 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:07:07.635480+0000 mgr.smithi031.kqtrbh (mgr.14182) 1159 : audit [DBG] from='client.16182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:07:09.293 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:07:09 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:07:08.218507+0000 mgr.smithi031.kqtrbh (mgr.14182) 1160 : cluster [DBG] pgmap v683: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:07:09.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:07:09 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:07:07.635480+0000 mgr.smithi031.kqtrbh (mgr.14182) 1159 : audit [DBG] from='client.16182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:07:09.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:07:09 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:07:08.218507+0000 mgr.smithi031.kqtrbh (mgr.14182) 1160 : cluster [DBG] pgmap v683: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:07:10.432 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:07:10.433 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T16:04:55.778850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T16:04:53.185706Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T16:04:55.778990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T16:04:53.186336Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T16:04:53.185863Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T16:04:53.185941Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T16:04:55.779506Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T16:04:53.186010Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T16:04:53.186076Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T16:04:55.779123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:07:10.454 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:07:10 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:07:10.218966+0000 mgr.smithi031.kqtrbh (mgr.14182) 1161 : 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-19T16:07:10.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:07:10 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:07:10.218966+0000 mgr.smithi031.kqtrbh (mgr.14182) 1161 : 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-19T16:07:10.807 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:07:11.542 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:07:11 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:07:10.438820+0000 mgr.smithi031.kqtrbh (mgr.14182) 1162 : audit [DBG] from='client.16186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:07:11.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:07:11 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:07:10.438820+0000 mgr.smithi031.kqtrbh (mgr.14182) 1162 : audit [DBG] from='client.16186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:07:11.808 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:07:12.542 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:07:12 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:07:12.219556+0000 mgr.smithi031.kqtrbh (mgr.14182) 1163 : cluster [DBG] pgmap v685: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:07:12.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:07:12 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:07:12.219556+0000 mgr.smithi031.kqtrbh (mgr.14182) 1163 : cluster [DBG] pgmap v685: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T16:07:13.280 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:07:13.281 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T16:04:55.778850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T16:04:53.185706Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T16:04:55.778990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T16:04:53.186336Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T16:04:53.185863Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T16:04:53.185941Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T16:04:55.779506Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T16:04:53.186010Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T16:04:53.186076Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T16:04:55.779123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:07:13.682 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:07:14.684 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:07:14.717 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:07:14 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:07:13.287163+0000 mgr.smithi031.kqtrbh (mgr.14182) 1164 : audit [DBG] from='client.16190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:07:14.717 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:07:14 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:07:14.220216+0000 mgr.smithi031.kqtrbh (mgr.14182) 1165 : 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-19T16:07:14.837 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:07:14 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:07:13.287163+0000 mgr.smithi031.kqtrbh (mgr.14182) 1164 : audit [DBG] from='client.16190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:07:14.837 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:07:14 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:07:14.220216+0000 mgr.smithi031.kqtrbh (mgr.14182) 1165 : 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-19T16:07:16.061 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:07:16.062 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T16:04:55.778850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T16:04:53.185706Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T16:04:55.778990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T16:04:53.186336Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T16:04:53.185863Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T16:04:53.185941Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T16:04:55.779506Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T16:04:53.186010Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T16:04:53.186076Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T16:04:55.779123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:07:16.354 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:07:16 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:07:16.068190+0000 mgr.smithi031.kqtrbh (mgr.14182) 1166 : audit [DBG] from='client.16194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:07:16.355 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:07:16 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:07:16.220794+0000 mgr.smithi031.kqtrbh (mgr.14182) 1167 : 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-19T16:07:16.440 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:07:16.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:07:16 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:07:16.068190+0000 mgr.smithi031.kqtrbh (mgr.14182) 1166 : audit [DBG] from='client.16194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:07:16.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:07:16 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:07:16.220794+0000 mgr.smithi031.kqtrbh (mgr.14182) 1167 : 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-19T16:07:17.441 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-19T16:07:18.477 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:07:18 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: cluster 2024-01-19T16:07:18.221444+0000 mgr.smithi031.kqtrbh (mgr.14182) 1168 : cluster [DBG] pgmap v688: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:07:18.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:07:18 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: cluster 2024-01-19T16:07:18.221444+0000 mgr.smithi031.kqtrbh (mgr.14182) 1168 : cluster [DBG] pgmap v688: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T16:07:18.850 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-01-19T16:07:18.850 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-19T15:44:44.071446Z", "last_refresh": "2024-01-19T16:04:55.778850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-19T15:44:40.283622Z", "last_refresh": "2024-01-19T16:04:53.185706Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-19T15:44:42.240610Z", "last_refresh": "2024-01-19T16:04:55.778990Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T15:58:47.809387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.zedqum on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:01:21.968713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi089.qtaclh on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi089-qtaclh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi089.qtaclh\nDeploy daemon haproxy.nfs.foo.smithi089.qtaclh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T15:59:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T16:00:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.897334Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi031.htajhb on smithi031: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi031-htajhb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\n/bin/podman: stderr Error: no such container ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi031.htajhb\nDeploy daemon haproxy.nfs.foo.smithi031.htajhb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T16:01: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-19T16:02: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-19T16:03: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=smithi031 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T16:03:51.898694Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi089.iwrfqc on smithi089: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T16:03:51.899806Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi031.owduwl on smithi031: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.31/16"}, "status": {"created": "2024-01-19T15:48:05.238195Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-01-19T15:48:01.197805Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-19T15:48:01.191169Z", "last_refresh": "2024-01-19T16:04:53.186336Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-19T15:44:39.233775Z", "last_refresh": "2024-01-19T16:04:53.185863Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:45:39.319325Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-19T15:45:39.316626Z", "last_refresh": "2024-01-19T16:04:53.185941Z", "running": 2, "size": 2}}, {"events": ["2024-01-19T15:48:05.237067Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-19T15:48:05.233389Z", "last_refresh": "2024-01-19T16:04:55.779506Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-19T15:44:43.145440Z", "last_refresh": "2024-01-19T16:04:53.186010Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-19T15:46:08.942224Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-19T15:46:08.937971Z", "last_refresh": "2024-01-19T16:04:53.186076Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-19T15:44:41.194897Z", "last_refresh": "2024-01-19T16:04:55.779123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T16:07:19.239 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T16:07:19.239 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-01-19T16:07:19.499 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=5843367c49094df48901d6e6779394bc Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-01-19T16:07:19.501 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-01-19T16:07:19.510 INFO:tasks.vip:Removing 10.0.15.31 (and any VIPs) on smithi031.front.sepia.ceph.com iface ens1f0... 2024-01-19T16:07:19.510 DEBUG:teuthology.orchestra.run.smithi031:> sudo ip addr del 10.0.15.31/16 dev ens1f0 2024-01-19T16:07:19.565 DEBUG:teuthology.orchestra.run.smithi031:> sudo ip addr del 10.0.31.31/16 dev ens1f0 2024-01-19T16:07:19.634 INFO:teuthology.orchestra.run.smithi031.stderr:RTNETLINK answers: Cannot assign requested address 2024-01-19T16:07:19.635 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-19T16:07:19.636 INFO:tasks.vip:Removing 10.0.15.89 (and any VIPs) on smithi089.front.sepia.ceph.com iface enp3s0f1... 2024-01-19T16:07:19.636 DEBUG:teuthology.orchestra.run.smithi089:> sudo ip addr del 10.0.15.89/16 dev enp3s0f1 2024-01-19T16:07:19.674 DEBUG:teuthology.orchestra.run.smithi089:> sudo ip addr del 10.0.31.31/16 dev enp3s0f1 2024-01-19T16:07:19.742 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:07:19 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: audit 2024-01-19T16:07:18.855981+0000 mgr.smithi031.kqtrbh (mgr.14182) 1169 : audit [DBG] from='client.16198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:07:19.744 INFO:teuthology.orchestra.run.smithi089.stderr:RTNETLINK answers: Cannot assign requested address 2024-01-19T16:07:19.745 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-19T16:07:19.746 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-01-19T16:07:19.756 INFO:tasks.cephadm:Teardown begin 2024-01-19T16:07:19.757 DEBUG:teuthology.orchestra.run.smithi031:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-19T16:07:19.782 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:07:19 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: audit 2024-01-19T16:07:18.855981+0000 mgr.smithi031.kqtrbh (mgr.14182) 1169 : audit [DBG] from='client.16198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T16:07:19.785 DEBUG:teuthology.orchestra.run.smithi089:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-19T16:07:19.816 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-01-19T16:07:19.817 DEBUG:teuthology.orchestra.run.smithi031:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-19T16:07:19.844 DEBUG:teuthology.orchestra.run.smithi089:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-19T16:07:19.876 INFO:tasks.cephadm:Stopping all daemons... 2024-01-19T16:07:19.876 INFO:tasks.cephadm.mon.smithi031:Stopping mon.smithi031... 2024-01-19T16:07:19.876 DEBUG:teuthology.orchestra.run.smithi031:> sudo systemctl stop ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715@mon.smithi031 2024-01-19T16:07:20.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:07:19 smithi031 systemd[1]: Stopping Ceph mon.smithi031 for 293fb3f6-b6e1-11ee-95b0-87774f69a715... 2024-01-19T16:07:20.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:07:19 smithi031 bash[157305]: Error: no container with name or ID "ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon.smithi031" found: no such container 2024-01-19T16:07:20.416 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:07:20 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T16:07:20.134+0000 7ff495311700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi031 -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-19T16:07:20.416 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:07:20 smithi031 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031[35257]: debug 2024-01-19T16:07:20.134+0000 7ff495311700 -1 mon.smithi031@0(leader) e2 *** Got Signal Terminated *** 2024-01-19T16:07:20.678 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jan 19 16:07:20 smithi031 bash[157343]: ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi031 2024-01-19T16:07:20.684 DEBUG:teuthology.orchestra.run.smithi031:> sudo pkill -f 'journalctl -f -n 0 -u ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715@mon.smithi031.service' 2024-01-19T16:07:20.730 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-19T16:07:20.731 INFO:tasks.cephadm.mon.smithi031:Stopped mon.smithi031 2024-01-19T16:07:20.731 INFO:tasks.cephadm.mon.smithi089:Stopping mon.smithi089... 2024-01-19T16:07:20.731 DEBUG:teuthology.orchestra.run.smithi089:> sudo systemctl stop ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715@mon.smithi089 2024-01-19T16:07:21.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:07:20 smithi089 systemd[1]: Stopping Ceph mon.smithi089 for 293fb3f6-b6e1-11ee-95b0-87774f69a715... 2024-01-19T16:07:21.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:07:20 smithi089 bash[58918]: Error: no container with name or ID "ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon.smithi089" found: no such container 2024-01-19T16:07:21.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:07:21 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: debug 2024-01-19T16:07:21.013+0000 7f8ba857f700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi089 -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-19T16:07:21.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:07:21 smithi089 ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089[38664]: debug 2024-01-19T16:07:21.013+0000 7f8ba857f700 -1 mon.smithi089@1(peon) e2 *** Got Signal Terminated *** 2024-01-19T16:07:21.475 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Jan 19 16:07:21 smithi089 bash[58957]: ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715-mon-smithi089 2024-01-19T16:07:21.481 DEBUG:teuthology.orchestra.run.smithi089:> sudo pkill -f 'journalctl -f -n 0 -u ceph-293fb3f6-b6e1-11ee-95b0-87774f69a715@mon.smithi089.service' 2024-01-19T16:07:21.530 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-19T16:07:21.530 INFO:tasks.cephadm.mon.smithi089:Stopped mon.smithi089 2024-01-19T16:07:21.531 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 --force --keep-logs 2024-01-19T16:08:07.238 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 --force --keep-logs 2024-01-19T16:08:43.477 DEBUG:teuthology.orchestra.run.smithi031:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-19T16:08:43.516 DEBUG:teuthology.orchestra.run.smithi089:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-19T16:08:43.546 INFO:tasks.cephadm:Archiving crash dumps... 2024-01-19T16:08:43.548 DEBUG:teuthology.misc:Transferring archived files from smithi031:/var/lib/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/crash to /home/teuthworker/archive/lflores-2024-01-18_22:46:57-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7521592/remote/ubuntu@smithi031.front.sepia.ceph.com/crash 2024-01-19T16:08:43.549 DEBUG:teuthology.orchestra.run.smithi031:> sudo tar c -f - -C /var/lib/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/crash -- . 2024-01-19T16:08:43.599 INFO:teuthology.orchestra.run.smithi031.stderr:tar: /var/lib/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/crash: Cannot open: No such file or directory 2024-01-19T16:08:43.600 INFO:teuthology.orchestra.run.smithi031.stderr:tar: Error is not recoverable: exiting now 2024-01-19T16:08:43.601 DEBUG:teuthology.misc:Transferring archived files from smithi089:/var/lib/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/crash to /home/teuthworker/archive/lflores-2024-01-18_22:46:57-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7521592/remote/ubuntu@smithi089.front.sepia.ceph.com/crash 2024-01-19T16:08:43.602 DEBUG:teuthology.orchestra.run.smithi089:> sudo tar c -f - -C /var/lib/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/crash -- . 2024-01-19T16:08:43.649 INFO:teuthology.orchestra.run.smithi089.stderr:tar: /var/lib/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/crash: Cannot open: No such file or directory 2024-01-19T16:08:43.649 INFO:teuthology.orchestra.run.smithi089.stderr:tar: Error is not recoverable: exiting now 2024-01-19T16:08:43.650 INFO:tasks.cephadm:Checking cluster log for badness... 2024-01-19T16:08:43.651 DEBUG:teuthology.orchestra.run.smithi031:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-01-19T16:08:43.683 INFO:teuthology.orchestra.run.smithi031.stderr:grep: /var/log/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/ceph.log: No such file or directory 2024-01-19T16:08:43.684 INFO:tasks.cephadm:Compressing logs... 2024-01-19T16:08:43.684 DEBUG:teuthology.orchestra.run.smithi031:> 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-19T16:08:43.727 DEBUG:teuthology.orchestra.run.smithi089:> 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-19T16:08:43.755 INFO:teuthology.orchestra.run.smithi089.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/ceph-osd.6.log 2024-01-19T16:08:43.756 INFO:teuthology.orchestra.run.smithi089.stderr:: No such file or directory 2024-01-19T16:08:43.756 INFO:teuthology.orchestra.run.smithi089.stderr:gzip -5 --verbose -- /var/log/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/ceph-volume.log 2024-01-19T16:08:43.756 INFO:teuthology.orchestra.run.smithi089.stderr:gzip -5 --verbose -- /var/log/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/ceph-osd.2.log 2024-01-19T16:08:43.756 INFO:teuthology.orchestra.run.smithi089.stderr:/var/log/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/ceph-osd.6.log: /var/log/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/ceph-mds.foofs.smithi089.hmkrnl.log 2024-01-19T16:08:43.756 INFO:teuthology.orchestra.run.smithi089.stderr:/var/log/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/ceph-mgr.smithi089.jtfmpb.log 2024-01-19T16:08:43.756 INFO:teuthology.orchestra.run.smithi089.stderr:gzip -5 --verbose -- /var/log/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/ceph-osd.0.log 2024-01-19T16:08:43.757 INFO:teuthology.orchestra.run.smithi089.stderr:/var/log/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/ceph-mds.foofs.smithi089.hmkrnl.log: 81.7% -- replaced with /var/log/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/ceph-mds.foofs.smithi089.hmkrnl.log.gz 2024-01-19T16:08:43.757 INFO:teuthology.orchestra.run.smithi089.stderr:/var/log/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/ceph-mgr.smithi089.jtfmpb.log: gzip -5 --verbose -- /var/log/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/ceph-mon.smithi089.log 2024-01-19T16:08:43.757 INFO:teuthology.orchestra.run.smithi089.stderr:/var/log/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/ceph-osd.4.log 2024-01-19T16:08:43.759 INFO:teuthology.orchestra.run.smithi031.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/ceph-mds.foofs.smithi031.mkemtg.log 2024-01-19T16:08:43.759 INFO:teuthology.orchestra.run.smithi031.stderr:: No such file or directory 2024-01-19T16:08:43.759 INFO:teuthology.orchestra.run.smithi031.stderr:gzip -5 --verbose -- /var/log/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/ceph-mgr.smithi031.kqtrbh.log 2024-01-19T16:08:43.759 INFO:teuthology.orchestra.run.smithi031.stderr:gzip -5 --verbose -- /var/log/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/ceph-volume.log 2024-01-19T16:08:43.759 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/ceph-mds.foofs.smithi031.mkemtg.log: /var/log/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/ceph-mgr.smithi031.kqtrbh.log: 60.3% -- replaced with /var/log/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/ceph-mds.foofs.smithi031.mkemtg.log.gz 2024-01-19T16:08:43.759 INFO:teuthology.orchestra.run.smithi031.stderr:gzip -5 --verbose -- /var/log/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/ceph-mon.smithi031.log 2024-01-19T16:08:43.759 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/ceph-osd.3.log 2024-01-19T16:08:43.760 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/ceph-mon.smithi031.log: gzip -5 --verbose -- /var/log/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/ceph-osd.7.log 2024-01-19T16:08:43.760 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/ceph-osd.5.log 2024-01-19T16:08:43.762 INFO:teuthology.orchestra.run.smithi089.stderr:/var/log/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/ceph-mon.smithi089.log: /var/log/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/ceph-osd.4.log: 92.9% -- replaced with /var/log/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/ceph-volume.log.gz 2024-01-19T16:08:43.762 INFO:teuthology.orchestra.run.smithi089.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-19T16:08:43.762 INFO:teuthology.orchestra.run.smithi089.stderr: 93.0% -- replaced with /var/log/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/ceph-mgr.smithi089.jtfmpb.log.gz 2024-01-19T16:08:43.763 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/ceph-osd.7.log: /var/log/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/ceph-osd.5.log: 92.9% -- replaced with /var/log/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/ceph-volume.log.gz 2024-01-19T16:08:43.763 INFO:teuthology.orchestra.run.smithi031.stderr:gzip -5 --verbose -- /var/log/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/ceph-osd.1.log 2024-01-19T16:08:43.764 INFO:teuthology.orchestra.run.smithi031.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-19T16:08:43.766 INFO:teuthology.orchestra.run.smithi089.stderr:/var/log/ceph/cephadm.log: 90.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-19T16:08:43.795 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/ceph-osd.1.log: /var/log/ceph/cephadm.log: 93.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-19T16:08:43.948 INFO:teuthology.orchestra.run.smithi031.stderr: 89.8% -- replaced with /var/log/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/ceph-mgr.smithi031.kqtrbh.log.gz 2024-01-19T16:08:43.993 INFO:teuthology.orchestra.run.smithi089.stderr: 92.2% -- replaced with /var/log/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/ceph-mon.smithi089.log.gz 2024-01-19T16:08:44.115 INFO:teuthology.orchestra.run.smithi089.stderr: 92.9% -- replaced with /var/log/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/ceph-osd.2.log.gz 2024-01-19T16:08:44.195 INFO:teuthology.orchestra.run.smithi089.stderr: 93.1% -- replaced with /var/log/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/ceph-osd.0.log.gz 2024-01-19T16:08:44.204 INFO:teuthology.orchestra.run.smithi031.stderr: 93.0% -- replaced with /var/log/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/ceph-osd.1.log.gz 2024-01-19T16:08:44.207 INFO:teuthology.orchestra.run.smithi089.stderr: 92.9% -- replaced with /var/log/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/ceph-osd.4.log.gz 2024-01-19T16:08:44.231 INFO:teuthology.orchestra.run.smithi031.stderr: 93.1% -- replaced with /var/log/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/ceph-osd.7.log.gz 2024-01-19T16:08:44.267 INFO:teuthology.orchestra.run.smithi031.stderr: 93.0% -- replaced with /var/log/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/ceph-osd.5.log.gz 2024-01-19T16:08:44.280 INFO:teuthology.orchestra.run.smithi089.stderr: 92.8% -- replaced with /var/log/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/ceph-osd.6.log.gz 2024-01-19T16:08:44.282 INFO:teuthology.orchestra.run.smithi089.stderr: 2024-01-19T16:08:44.282 INFO:teuthology.orchestra.run.smithi089.stderr:real 0m0.538s 2024-01-19T16:08:44.282 INFO:teuthology.orchestra.run.smithi089.stderr:user 0m1.954s 2024-01-19T16:08:44.282 INFO:teuthology.orchestra.run.smithi089.stderr:sys 0m0.096s 2024-01-19T16:08:44.395 INFO:teuthology.orchestra.run.smithi031.stderr: 93.5% -- replaced with /var/log/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/ceph-osd.3.log.gz 2024-01-19T16:08:44.412 INFO:teuthology.orchestra.run.smithi031.stderr: 90.0% -- replaced with /var/log/ceph/293fb3f6-b6e1-11ee-95b0-87774f69a715/ceph-mon.smithi031.log.gz 2024-01-19T16:08:44.413 INFO:teuthology.orchestra.run.smithi031.stderr: 2024-01-19T16:08:44.414 INFO:teuthology.orchestra.run.smithi031.stderr:real 0m0.669s 2024-01-19T16:08:44.414 INFO:teuthology.orchestra.run.smithi031.stderr:user 0m2.860s 2024-01-19T16:08:44.414 INFO:teuthology.orchestra.run.smithi031.stderr:sys 0m0.109s 2024-01-19T16:08:44.414 INFO:tasks.cephadm:Archiving logs... 2024-01-19T16:08:44.414 DEBUG:teuthology.misc:Transferring archived files from smithi031:/var/log/ceph to /home/teuthworker/archive/lflores-2024-01-18_22:46:57-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7521592/remote/ubuntu@smithi031.front.sepia.ceph.com/log 2024-01-19T16:08:44.415 DEBUG:teuthology.orchestra.run.smithi031:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-19T16:08:44.869 DEBUG:teuthology.misc:Transferring archived files from smithi089:/var/log/ceph to /home/teuthworker/archive/lflores-2024-01-18_22:46:57-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7521592/remote/ubuntu@smithi089.front.sepia.ceph.com/log 2024-01-19T16:08:44.870 DEBUG:teuthology.orchestra.run.smithi089:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-19T16:08:45.192 INFO:tasks.cephadm:Removing cluster... 2024-01-19T16:08:45.193 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 --force 2024-01-19T16:08:45.569 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 293fb3f6-b6e1-11ee-95b0-87774f69a715 --force 2024-01-19T16:08:45.931 INFO:tasks.cephadm:Removing cephadm ... 2024-01-19T16:08:45.931 DEBUG:teuthology.orchestra.run.smithi031:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-19T16:08:45.950 DEBUG:teuthology.orchestra.run.smithi089:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-19T16:08:45.967 INFO:tasks.cephadm:Teardown complete 2024-01-19T16:08:45.968 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-01-19T16:08:45.978 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi031:/dev/vg_nvme/lv_1... 2024-01-19T16:08:45.979 DEBUG:teuthology.orchestra.run.smithi031:> sudo nvme disconnect -n lv_1 2024-01-19T16:08:46.119 INFO:teuthology.orchestra.run.smithi031.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-01-19T16:08:46.121 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-19T16:08:46.121 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi031:/dev/vg_nvme/lv_2... 2024-01-19T16:08:46.121 DEBUG:teuthology.orchestra.run.smithi031:> sudo nvme disconnect -n lv_2 2024-01-19T16:08:46.253 INFO:teuthology.orchestra.run.smithi031.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-01-19T16:08:46.254 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-19T16:08:46.255 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi031:/dev/vg_nvme/lv_3... 2024-01-19T16:08:46.255 DEBUG:teuthology.orchestra.run.smithi031:> sudo nvme disconnect -n lv_3 2024-01-19T16:08:46.376 INFO:teuthology.orchestra.run.smithi031.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-01-19T16:08:46.377 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-19T16:08:46.378 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi031:/dev/vg_nvme/lv_4... 2024-01-19T16:08:46.378 DEBUG:teuthology.orchestra.run.smithi031:> sudo nvme disconnect -n lv_4 2024-01-19T16:08:46.497 INFO:teuthology.orchestra.run.smithi031.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-01-19T16:08:46.498 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-19T16:08:46.499 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-01-19T16:08:46.499 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/scratch_devs 2024-01-19T16:08:46.526 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi089:/dev/vg_nvme/lv_1... 2024-01-19T16:08:46.526 DEBUG:teuthology.orchestra.run.smithi089:> sudo nvme disconnect -n lv_1 2024-01-19T16:08:46.649 INFO:teuthology.orchestra.run.smithi089.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-01-19T16:08:46.650 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-19T16:08:46.650 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi089:/dev/vg_nvme/lv_2... 2024-01-19T16:08:46.650 DEBUG:teuthology.orchestra.run.smithi089:> sudo nvme disconnect -n lv_2 2024-01-19T16:08:46.778 INFO:teuthology.orchestra.run.smithi089.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-01-19T16:08:46.779 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-19T16:08:46.779 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi089:/dev/vg_nvme/lv_3... 2024-01-19T16:08:46.779 DEBUG:teuthology.orchestra.run.smithi089:> sudo nvme disconnect -n lv_3 2024-01-19T16:08:46.903 INFO:teuthology.orchestra.run.smithi089.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-01-19T16:08:46.904 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-19T16:08:46.904 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi089:/dev/vg_nvme/lv_4... 2024-01-19T16:08:46.905 DEBUG:teuthology.orchestra.run.smithi089:> sudo nvme disconnect -n lv_4 2024-01-19T16:08:47.027 INFO:teuthology.orchestra.run.smithi089.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-01-19T16:08:47.028 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-19T16:08:47.028 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-01-19T16:08:47.028 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd of=/scratch_devs 2024-01-19T16:08:47.055 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-01-19T16:08:47.066 INFO:teuthology.task.clock:Checking final clock skew... 2024-01-19T16:08:47.066 DEBUG:teuthology.orchestra.run.smithi031:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-19T16:08:47.069 DEBUG:teuthology.orchestra.run.smithi089:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-19T16:08:47.086 INFO:teuthology.orchestra.run.smithi031.stderr:bash: ntpq: command not found 2024-01-19T16:08:47.091 INFO:teuthology.orchestra.run.smithi031.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-19T16:08:47.091 INFO:teuthology.orchestra.run.smithi031.stdout:=============================================================================== 2024-01-19T16:08:47.092 INFO:teuthology.orchestra.run.smithi031.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 53 -225us[ -225us] +/- 82ms 2024-01-19T16:08:47.092 INFO:teuthology.orchestra.run.smithi031.stdout:^* hv02.front.sepia.ceph.com 3 6 377 57 -1338us[-1334us] +/- 58ms 2024-01-19T16:08:47.092 INFO:teuthology.orchestra.run.smithi031.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 58 +1983us[+1986us] +/- 78ms 2024-01-19T16:08:47.092 INFO:teuthology.orchestra.run.smithi031.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-01-19T16:08:47.111 INFO:teuthology.orchestra.run.smithi089.stderr:bash: ntpq: command not found 2024-01-19T16:08:47.115 INFO:teuthology.orchestra.run.smithi089.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-19T16:08:47.115 INFO:teuthology.orchestra.run.smithi089.stdout:=============================================================================== 2024-01-19T16:08:47.116 INFO:teuthology.orchestra.run.smithi089.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 53 -239us[ -239us] +/- 82ms 2024-01-19T16:08:47.116 INFO:teuthology.orchestra.run.smithi089.stdout:^* hv02.front.sepia.ceph.com 3 6 377 55 -1347us[-1333us] +/- 58ms 2024-01-19T16:08:47.116 INFO:teuthology.orchestra.run.smithi089.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 56 +2002us[+2016us] +/- 78ms 2024-01-19T16:08:47.116 INFO:teuthology.orchestra.run.smithi089.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-01-19T16:08:47.117 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-01-19T16:08:47.126 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-01-19T16:08:47.127 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-01-19T16:08:47.136 DEBUG:teuthology.orchestra.run.smithi031:> 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-19T16:08:47.214 DEBUG:teuthology.orchestra.run.smithi089:> 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-19T16:08:47.273 DEBUG:teuthology.orchestra.run.smithi031:> 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-19T16:08:47.305 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-19T16:08:47.306 DEBUG:teuthology.orchestra.run.smithi089:> 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-19T16:08:47.334 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-19T16:08:47.334 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-01-19T16:08:47.345 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-01-19T16:08:47.404 INFO:teuthology.task.internal:Duration was 2019.540575 seconds 2024-01-19T16:08:47.404 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-01-19T16:08:47.426 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-01-19T16:08:47.426 DEBUG:teuthology.orchestra.run.smithi031:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-19T16:08:47.429 DEBUG:teuthology.orchestra.run.smithi089:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-19T16:08:47.474 INFO:teuthology.orchestra.run.smithi089.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-19T16:08:47.476 INFO:teuthology.orchestra.run.smithi031.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-19T16:08:47.806 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-01-19T16:08:47.806 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi031.front.sepia.ceph.com 2024-01-19T16:08:47.807 DEBUG:teuthology.orchestra.run.smithi031:> 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-19T16:08:47.833 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi089.front.sepia.ceph.com 2024-01-19T16:08:47.833 DEBUG:teuthology.orchestra.run.smithi089:> 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-19T16:08:47.855 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-01-19T16:08:47.855 DEBUG:teuthology.orchestra.run.smithi031:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-19T16:08:47.875 DEBUG:teuthology.orchestra.run.smithi089:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-19T16:08:47.949 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-01-19T16:08:47.949 DEBUG:teuthology.orchestra.run.smithi031:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-19T16:08:47.952 DEBUG:teuthology.orchestra.run.smithi089:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-19T16:08:48.106 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-01-19T16:08:48.119 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-01-19T16:08:48.119 DEBUG:teuthology.orchestra.run.smithi031:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-19T16:08:48.147 DEBUG:teuthology.orchestra.run.smithi089:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-19T16:08:48.174 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-01-19T16:08:48.185 DEBUG:teuthology.orchestra.run.smithi031:> 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-19T16:08:48.189 DEBUG:teuthology.orchestra.run.smithi089:> 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-19T16:08:48.214 INFO:teuthology.orchestra.run.smithi031.stdout:kernel.core_pattern = core 2024-01-19T16:08:48.240 INFO:teuthology.orchestra.run.smithi089.stdout:kernel.core_pattern = core 2024-01-19T16:08:48.261 DEBUG:teuthology.orchestra.run.smithi031:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-19T16:08:48.320 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-19T16:08:48.321 DEBUG:teuthology.orchestra.run.smithi089:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-19T16:08:48.337 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-19T16:08:48.338 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-01-19T16:08:48.349 INFO:teuthology.task.internal:Transferring archived files... 2024-01-19T16:08:48.350 DEBUG:teuthology.misc:Transferring archived files from smithi031:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/lflores-2024-01-18_22:46:57-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7521592/remote/smithi031 2024-01-19T16:08:48.351 DEBUG:teuthology.orchestra.run.smithi031:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-19T16:08:48.411 DEBUG:teuthology.misc:Transferring archived files from smithi089:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/lflores-2024-01-18_22:46:57-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7521592/remote/smithi089 2024-01-19T16:08:48.412 DEBUG:teuthology.orchestra.run.smithi089:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-19T16:08:48.453 INFO:teuthology.task.internal:Removing archive directory... 2024-01-19T16:08:48.453 DEBUG:teuthology.orchestra.run.smithi031:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-19T16:08:48.456 DEBUG:teuthology.orchestra.run.smithi089:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-19T16:08:48.504 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-01-19T16:08:48.517 INFO:teuthology.task.internal:Not uploading archives. 2024-01-19T16:08:48.517 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-01-19T16:08:48.571 INFO:teuthology.task.internal:Tidying up after the test... 2024-01-19T16:08:48.571 DEBUG:teuthology.orchestra.run.smithi031:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-19T16:08:48.574 DEBUG:teuthology.orchestra.run.smithi089:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-19T16:08:48.590 INFO:teuthology.orchestra.run.smithi031.stdout: 525353 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 19 16:08 /home/ubuntu/cephtest 2024-01-19T16:08:48.591 INFO:teuthology.orchestra.run.smithi089.stdout: 525353 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 19 16:08 /home/ubuntu/cephtest 2024-01-19T16:08:48.592 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-01-19T16:08:48.627 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-01-19T16:08:48.722 INFO:teuthology.nuke:Checking targets against current locks 2024-01-19T16:08:48.750 DEBUG:teuthology.nuke:shortname: smithi031 2024-01-19T16:08:48.751 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-19T16:08:48.777 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi031.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/lflores-2024-01-18_22:46:57-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7521592', '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-19 15:27:08.495225', 'locked_by': 'scheduled_lflores@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPhzc1qOfGKNKngVibVxH6CbsxLiIWi59PowDAKTnsJrx6WB/p/a8pHe2wa54nk5kkmMTW//pjtgPitnS9wGCSY='} 2024-01-19T16:08:48.780 DEBUG:teuthology.nuke:shortname: smithi089 2024-01-19T16:08:48.780 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-19T16:08:48.803 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi089.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/lflores-2024-01-18_22:46:57-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7521592', '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-19 15:27:08.496577', 'locked_by': 'scheduled_lflores@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLBKlzDG29UbGbl33b9OwAEjXALo7YY++BJflv64Z73uv6a37aB3EiDeL+CDeM6Q123rINicvpgqXGAjGoL8o6I='} 2024-01-19T16:08:48.825 INFO:teuthology.orchestra.console.smithi031:Power off 2024-01-19T16:08:48.825 DEBUG:teuthology.orchestra.console.smithi031:pexpect command: ipmitool -H smithi031.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-19T16:08:48.849 DEBUG:teuthology.orchestra.console.smithi031:power off output: Chassis Power Control: Down/Off 2024-01-19T16:08:48.849 DEBUG:teuthology.orchestra.console.smithi031:pexpect command: ipmitool -H smithi031.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-19T16:08:48.868 INFO:teuthology.orchestra.console.smithi089:Power off 2024-01-19T16:08:48.868 DEBUG:teuthology.orchestra.console.smithi089:pexpect command: ipmitool -H smithi089.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-19T16:08:48.877 DEBUG:teuthology.orchestra.console.smithi031:check power output: Chassis Power is on 2024-01-19T16:08:48.890 DEBUG:teuthology.orchestra.console.smithi089:power off output: Chassis Power Control: Down/Off 2024-01-19T16:08:48.890 DEBUG:teuthology.orchestra.console.smithi089:pexpect command: ipmitool -H smithi089.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-19T16:08:48.912 DEBUG:teuthology.orchestra.console.smithi089:check power output: Chassis Power is on 2024-01-19T16:08:52.879 DEBUG:teuthology.orchestra.console.smithi031:pexpect command: ipmitool -H smithi031.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-19T16:08:52.913 DEBUG:teuthology.orchestra.console.smithi089:pexpect command: ipmitool -H smithi089.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-19T16:08:52.990 DEBUG:teuthology.orchestra.console.smithi031:check power output: Chassis Power is on 2024-01-19T16:08:53.026 DEBUG:teuthology.orchestra.console.smithi089:check power output: Chassis Power is on 2024-01-19T16:08:56.995 DEBUG:teuthology.orchestra.console.smithi031:pexpect command: ipmitool -H smithi031.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-19T16:08:57.027 DEBUG:teuthology.orchestra.console.smithi089:pexpect command: ipmitool -H smithi089.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-19T16:08:57.106 DEBUG:teuthology.orchestra.console.smithi031:check power output: Chassis Power is off 2024-01-19T16:08:57.136 DEBUG:teuthology.orchestra.console.smithi089:check power output: Chassis Power is off 2024-01-19T16:08:57.207 INFO:teuthology.orchestra.console.smithi031:Power off completed 2024-01-19T16:08:57.237 INFO:teuthology.orchestra.console.smithi089:Power off completed 2024-01-19T16:08:57.341 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.5405747890472 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_lflores@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=5843367c49094df48901d6e6779394bc status: fail success: false 2024-01-19T16:08:57.341 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-19T16:08:57.424 INFO:teuthology.run:FAIL